Uses of Interface
org.keycloak.Token
-
-
Uses of Token in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement Token Modifier and Type Class Description class
DefaultActionToken
Part of action token that is intended to be used e.g. -
Uses of Token in org.keycloak.authentication.actiontoken.execactions
Classes in org.keycloak.authentication.actiontoken.execactions that implement Token Modifier and Type Class Description class
ExecuteActionsActionToken
-
Uses of Token in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement Token Modifier and Type Class Description class
IdpVerifyAccountLinkActionToken
Representation of a token that represents a time-limited verify e-mail action. -
Uses of Token in org.keycloak.authentication.actiontoken.resetcred
Classes in org.keycloak.authentication.actiontoken.resetcred that implement Token Modifier and Type Class Description class
ResetCredentialsActionToken
Representation of a token that represents a time-limited reset credentials action. -
Uses of Token in org.keycloak.authentication.actiontoken.updateemail
Classes in org.keycloak.authentication.actiontoken.updateemail that implement Token Modifier and Type Class Description class
UpdateEmailActionToken
-
Uses of Token in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement Token Modifier and Type Class Description class
VerifyEmailActionToken
Representation of a token that represents a time-limited verify e-mail action. -
Uses of Token in org.keycloak.authorization.client.representation
Classes in org.keycloak.authorization.client.representation that implement Token Modifier and Type Class Description class
TokenIntrospectionResponse
-
Uses of Token in org.keycloak.jose.jws
Methods in org.keycloak.jose.jws with type parameters of type Token Modifier and Type Method Description <T extends Token>
TDefaultTokenManager. decode(String token, Class<T> clazz)
Methods in org.keycloak.jose.jws with parameters of type Token Modifier and Type Method Description String
DefaultTokenManager. encode(Token token)
String
DefaultTokenManager. encodeAndEncrypt(Token token)
-
Uses of Token in org.keycloak.models
Classes in org.keycloak.models that implement Token Modifier and Type Class Description class
DefaultActionTokenKey
Methods in org.keycloak.models with type parameters of type Token Modifier and Type Method Description <T extends Token>
TTokenManager. decode(String token, Class<T> clazz)
Decodes and verifies the token, ornull
if the token was invalidMethods in org.keycloak.models with parameters of type Token Modifier and Type Method Description String
TokenManager. encode(Token token)
Encodes the supplied tokenString
TokenManager. encodeAndEncrypt(Token token)
-
Uses of Token in org.keycloak.protocol
Classes in org.keycloak.protocol that implement Token Modifier and Type Class Description class
RestartLoginCookie
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
Classes in org.keycloak.protocol.oidc.grants.ciba.channel that implement Token Modifier and Type Class Description class
CIBAAuthenticationRequest
Represents an authentication request sent by a consumption device (CD). -
Uses of Token in org.keycloak.representations
Classes in org.keycloak.representations that implement Token Modifier and Type Class Description class
AccessToken
class
AuthorizationResponseToken
class
IDToken
class
JsonWebToken
class
LogoutToken
class
RefreshToken
-
Uses of Token in org.keycloak.representations.adapters.action
Classes in org.keycloak.representations.adapters.action that implement Token Modifier and Type Class Description class
AdminAction
Posted to managed client from admin server.class
LogoutAction
class
PushNotBeforeAction
class
TestAvailabilityAction
-
Uses of Token in org.keycloak.representations.docker
Classes in org.keycloak.representations.docker that implement Token Modifier and Type Class Description class
DockerResponseToken
* { "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.idm.authorization
Classes in org.keycloak.representations.idm.authorization that implement Token Modifier and Type Class Description class
PermissionTicketToken
-
Uses of Token in org.keycloak.representations.oidc
Classes in org.keycloak.representations.oidc that implement Token Modifier and Type Class Description class
TokenMetadataRepresentation
-
Uses of Token in org.keycloak.services.clientregistration
Classes in org.keycloak.services.clientregistration that implement Token Modifier and Type Class Description class
InitialAccessToken
class
RegistrationAccessToken
-
Uses of Token in org.keycloak.services.managers
Classes in org.keycloak.services.managers that implement Token Modifier and Type Class Description class
IdentityCookieToken
-