Uses of Interface
org.keycloak.Token
Package
Description
-
Uses of Token in org.keycloak.authentication.actiontoken
Modifier and TypeClassDescriptionclass
Part of action token that is intended to be used e.g. -
Uses of Token in org.keycloak.authentication.actiontoken.execactions
-
Uses of Token in org.keycloak.authentication.actiontoken.idpverifyemail
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of Token in org.keycloak.authentication.actiontoken.inviteorg
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of Token in org.keycloak.authentication.actiontoken.resetcred
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited reset credentials action. -
Uses of Token in org.keycloak.authentication.actiontoken.updateemail
-
Uses of Token in org.keycloak.authentication.actiontoken.verifyemail
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of Token in org.keycloak.authorization.client.representation
-
Uses of Token in org.keycloak.forms.login.freemarker
Modifier and TypeClassDescriptionclass
Cookie encapsulating data to be displayed on the info/error page. -
Uses of Token in org.keycloak.jose.jws
-
Uses of Token in org.keycloak.models
Modifier and TypeMethodDescription<T extends Token>
TDecodes and verifies the token, ornull
if the token was invalid -
Uses of Token in org.keycloak.protocol
Modifier and TypeClassDescriptionclass
This is an an encoded token that is stored as a cookie so that if there is a client timeout, then the authentication session can be restarted. -
Uses of Token in org.keycloak.protocol.oidc.grants.ciba.channel
Modifier and TypeClassDescriptionclass
Represents an authentication request sent by a consumption device (CD). -
Uses of Token in org.keycloak.representations
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of Token in org.keycloak.representations.adapters.action
Modifier and TypeClassDescriptionclass
Posted to managed client from admin server.class
class
class
-
Uses of Token in org.keycloak.representations.docker
Modifier and TypeClassDescriptionclass
* { "iss": "auth.docker.com", "sub": "jlhawn", "aud": "registry.docker.com", "exp": 1415387315, "nbf": 1415387015, "iat": 1415387015, "jti": "tYJCO1c6cnyy7kAn0c7rKPgbV1H1bFws", "access": [ { "type": "repository", "name": "samalba/my-app", "actions": [ "push" ] } ] } -
Uses of Token in org.keycloak.representations.dpop
-
Uses of Token in org.keycloak.representations.idm.authorization
-
Uses of Token in org.keycloak.representations.oidc
-
Uses of Token in org.keycloak.services.clientregistration
-
Uses of Token in org.keycloak.services.managers