Uses of Interface
org.keycloak.Token
- 
- 
Uses of Token in org.keycloak.authentication.actiontokenClasses in org.keycloak.authentication.actiontoken that implement Token Modifier and Type Class Description classDefaultActionTokenPart of action token that is intended to be used e.g.
- 
Uses of Token in org.keycloak.authentication.actiontoken.execactionsClasses in org.keycloak.authentication.actiontoken.execactions that implement Token Modifier and Type Class Description classExecuteActionsActionToken
- 
Uses of Token in org.keycloak.authentication.actiontoken.idpverifyemailClasses in org.keycloak.authentication.actiontoken.idpverifyemail that implement Token Modifier and Type Class Description classIdpVerifyAccountLinkActionTokenRepresentation of a token that represents a time-limited verify e-mail action.
- 
Uses of Token in org.keycloak.authentication.actiontoken.resetcredClasses in org.keycloak.authentication.actiontoken.resetcred that implement Token Modifier and Type Class Description classResetCredentialsActionTokenRepresentation of a token that represents a time-limited reset credentials action.
- 
Uses of Token in org.keycloak.authentication.actiontoken.updateemailClasses in org.keycloak.authentication.actiontoken.updateemail that implement Token Modifier and Type Class Description classUpdateEmailActionToken
- 
Uses of Token in org.keycloak.authentication.actiontoken.verifyemailClasses in org.keycloak.authentication.actiontoken.verifyemail that implement Token Modifier and Type Class Description classVerifyEmailActionTokenRepresentation of a token that represents a time-limited verify e-mail action.
- 
Uses of Token in org.keycloak.authorization.client.representationClasses in org.keycloak.authorization.client.representation that implement Token Modifier and Type Class Description classTokenIntrospectionResponse
- 
Uses of Token in org.keycloak.jose.jwsMethods 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 StringDefaultTokenManager. encode(Token token)StringDefaultTokenManager. encodeAndEncrypt(Token token)
- 
Uses of Token in org.keycloak.modelsClasses in org.keycloak.models that implement Token Modifier and Type Class Description classDefaultActionTokenKeyMethods 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, ornullif the token was invalidMethods in org.keycloak.models with parameters of type Token Modifier and Type Method Description StringTokenManager. encode(Token token)Encodes the supplied tokenStringTokenManager. encodeAndEncrypt(Token token)
- 
Uses of Token in org.keycloak.protocolClasses in org.keycloak.protocol that implement Token Modifier and Type Class Description classRestartLoginCookieThis 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.channelClasses in org.keycloak.protocol.oidc.grants.ciba.channel that implement Token Modifier and Type Class Description classCIBAAuthenticationRequestRepresents an authentication request sent by a consumption device (CD).
- 
Uses of Token in org.keycloak.representationsClasses in org.keycloak.representations that implement Token Modifier and Type Class Description classAccessTokenclassAuthorizationResponseTokenclassIDTokenclassJsonWebTokenclassLogoutTokenclassRefreshToken
- 
Uses of Token in org.keycloak.representations.adapters.actionClasses in org.keycloak.representations.adapters.action that implement Token Modifier and Type Class Description classAdminActionPosted to managed client from admin server.classLogoutActionclassPushNotBeforeActionclassTestAvailabilityAction
- 
Uses of Token in org.keycloak.representations.dockerClasses in org.keycloak.representations.docker that implement Token Modifier and Type Class Description classDockerResponseToken* { "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.authorizationClasses in org.keycloak.representations.idm.authorization that implement Token Modifier and Type Class Description classPermissionTicketToken
- 
Uses of Token in org.keycloak.representations.oidcClasses in org.keycloak.representations.oidc that implement Token Modifier and Type Class Description classTokenMetadataRepresentation
- 
Uses of Token in org.keycloak.services.clientregistrationClasses in org.keycloak.services.clientregistration that implement Token Modifier and Type Class Description classInitialAccessTokenclassRegistrationAccessToken
- 
Uses of Token in org.keycloak.services.managersClasses in org.keycloak.services.managers that implement Token Modifier and Type Class Description classIdentityCookieToken
 
-