Uses of Class
de.openknowledge.authentication.domain.registration.Issuer
-
Packages that use Issuer Package Description de.openknowledge.authentication.domain.registration de.openknowledge.authentication.domain.token de.openknowledge.authentication.domain.user -
-
Uses of Issuer in de.openknowledge.authentication.domain.registration
Methods in de.openknowledge.authentication.domain.registration that return Issuer Modifier and Type Method Description static IssuerIssuer. fromValue(String issuer)Methods in de.openknowledge.authentication.domain.registration with parameters of type Issuer Modifier and Type Method Description VerificationLinkKeycloakRegistrationService. createVerificationLink(UserAccount userAccount, Issuer issuer)UserIdentifierKeycloakRegistrationService. verifyEmailAddress(VerificationLink link, Issuer issuer)Constructors in de.openknowledge.authentication.domain.registration with parameters of type Issuer Constructor Description InvalidTokenException(Token token, Issuer issuer) -
Uses of Issuer in de.openknowledge.authentication.domain.token
Methods in de.openknowledge.authentication.domain.token with parameters of type Issuer Modifier and Type Method Description booleanToken. isValid(int allowedTimeSkew, Issuer issuer)booleanToken. isValid(Issuer issuer)Constructors in de.openknowledge.authentication.domain.token with parameters of type Issuer Constructor Description Token(Username anUsername, UserIdentifier anUserIdentifier, EmailAddress anEmailAddress, Issuer anIssuer, Integer timeToLife, TimeUnit timeUnit) -
Uses of Issuer in de.openknowledge.authentication.domain.user
Methods in de.openknowledge.authentication.domain.user with parameters of type Issuer Modifier and Type Method Description TokenUserAccount. asToken(Issuer issuer)TokenUserAccount. asToken(Issuer issuer, Integer timeToLive)TokenUserAccount. asToken(Issuer issuer, Integer timeToLive, TimeUnit timeUnit)
-