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 classDefaultActionTokenPart 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 classExecuteActionsActionToken -
Uses of Token in org.keycloak.authentication.actiontoken.idpverifyemail
Classes 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.resetcred
Classes 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.updateemail
Classes in org.keycloak.authentication.actiontoken.updateemail that implement Token Modifier and Type Class Description classUpdateEmailActionToken -
Uses of Token in org.keycloak.authentication.actiontoken.verifyemail
Classes 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.representation
Classes in org.keycloak.authorization.client.representation that implement Token Modifier and Type Class Description classTokenIntrospectionResponse -
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 StringDefaultTokenManager. encode(Token token)StringDefaultTokenManager. encodeAndEncrypt(Token token) -
Uses of Token in org.keycloak.models
Classes 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.protocol
Classes 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.channel
Classes 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.representations
Classes in org.keycloak.representations that implement Token Modifier and Type Class Description classAccessTokenclassAuthorizationResponseTokenclassIDTokenclassJsonWebTokenclassLogoutTokenclassRefreshToken -
Uses of Token in org.keycloak.representations.adapters.action
Classes 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.docker
Classes 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.authorization
Classes in org.keycloak.representations.idm.authorization that implement Token Modifier and Type Class Description classPermissionTicketToken -
Uses of Token in org.keycloak.representations.oidc
Classes in org.keycloak.representations.oidc that implement Token Modifier and Type Class Description classTokenMetadataRepresentation -
Uses of Token in org.keycloak.services.clientregistration
Classes in org.keycloak.services.clientregistration that implement Token Modifier and Type Class Description classInitialAccessTokenclassRegistrationAccessToken -
Uses of Token in org.keycloak.services.managers
Classes in org.keycloak.services.managers that implement Token Modifier and Type Class Description classIdentityCookieToken
-