Uses of Class
de.openknowledge.authentication.domain.token.Token
-
Packages that use Token Package Description de.openknowledge.authentication.domain.registration de.openknowledge.authentication.domain.token de.openknowledge.authentication.domain.user -
-
Uses of Token in de.openknowledge.authentication.domain.registration
Constructors in de.openknowledge.authentication.domain.registration with parameters of type Token Constructor Description InvalidTokenException(Token token, Issuer issuer) -
Uses of Token in de.openknowledge.authentication.domain.token
Methods in de.openknowledge.authentication.domain.token that return Token Modifier and Type Method Description TokenKeycloakTokenService. decode(VerificationLink link)Methods in de.openknowledge.authentication.domain.token with parameters of type Token Modifier and Type Method Description VerificationLinkKeycloakTokenService. encode(Token token) -
Uses of Token in de.openknowledge.authentication.domain.user
Methods in de.openknowledge.authentication.domain.user that return Token Modifier and Type Method Description TokenUserAccount. asToken(Issuer issuer)TokenUserAccount. asToken(Issuer issuer, Integer timeToLive)TokenUserAccount. asToken(Issuer issuer, Integer timeToLive, TimeUnit timeUnit)
-