Uses of Interface
org.keycloak.Token
Packages that use Token
Package
Description
-
Uses of Token in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement TokenModifier and TypeClassDescriptionclass
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 -
Uses of Token in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement TokenModifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of Token in org.keycloak.authentication.actiontoken.inviteorg
Classes in org.keycloak.authentication.actiontoken.inviteorg that implement TokenModifier and TypeClassDescriptionclass
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 TokenModifier and TypeClassDescriptionclass
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 -
Uses of Token in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement TokenModifier and TypeClassDescriptionclass
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 -
Uses of Token in org.keycloak.forms.login.freemarker
Classes in org.keycloak.forms.login.freemarker that implement TokenModifier and TypeClassDescriptionclass
Cookie encapsulating data to be displayed on the info/error page. -
Uses of Token in org.keycloak.jose.jws
Methods in org.keycloak.jose.jws with type parameters of type TokenMethods in org.keycloak.jose.jws with parameters of type Token -
Uses of Token in org.keycloak.models
Classes in org.keycloak.models that implement TokenMethods in org.keycloak.models with type parameters of type TokenModifier and TypeMethodDescription<T extends Token>
TDecodes and verifies the token, ornull
if the token was invalidMethods in org.keycloak.models that return TokenMethods in org.keycloak.models with parameters of type TokenModifier and TypeMethodDescriptionEncodes the supplied tokenTokenManager.encodeAndEncrypt
(Token token) void
KeycloakContext.setBearerToken
(Token token) -
Uses of Token in org.keycloak.protocol
Classes in org.keycloak.protocol that implement TokenModifier 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
Classes in org.keycloak.protocol.oidc.grants.ciba.channel that implement TokenModifier and TypeClassDescriptionclass
Represents an authentication request sent by a consumption device (CD). -
Uses of Token in org.keycloak.representations
Classes in org.keycloak.representations that implement TokenModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of Token in org.keycloak.representations.adapters.action
Classes in org.keycloak.representations.adapters.action that implement TokenModifier and TypeClassDescriptionclass
Posted to managed client from admin server.class
class
class
-
Uses of Token in org.keycloak.representations.docker
Classes in org.keycloak.representations.docker that implement TokenModifier 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
Classes in org.keycloak.representations.dpop that implement Token -
Uses of Token in org.keycloak.representations.idm.authorization
Classes in org.keycloak.representations.idm.authorization that implement Token -
Uses of Token in org.keycloak.representations.oidc
Classes in org.keycloak.representations.oidc that implement Token -
Uses of Token in org.keycloak.services
Methods in org.keycloak.services that return TokenMethods in org.keycloak.services with parameters of type Token -
Uses of Token in org.keycloak.services.clientregistration
Classes in org.keycloak.services.clientregistration that implement Token -
Uses of Token in org.keycloak.services.managers
Classes in org.keycloak.services.managers that implement Token