Uses of Class
de.openknowledge.authentication.domain.token.VerificationLink
-
Packages that use VerificationLink Package Description de.openknowledge.authentication.domain.registration de.openknowledge.authentication.domain.token -
-
Uses of VerificationLink in de.openknowledge.authentication.domain.registration
Methods in de.openknowledge.authentication.domain.registration that return VerificationLink Modifier and Type Method Description VerificationLinkKeycloakRegistrationService. createVerificationLink(UserAccount userAccount, Issuer issuer)Methods in de.openknowledge.authentication.domain.registration with parameters of type VerificationLink Modifier and Type Method Description UserIdentifierKeycloakRegistrationService. verifyEmailAddress(VerificationLink link, Issuer issuer) -
Uses of VerificationLink in de.openknowledge.authentication.domain.token
Methods in de.openknowledge.authentication.domain.token that return VerificationLink Modifier and Type Method Description VerificationLinkKeycloakTokenService. encode(Token token)static VerificationLinkVerificationLink. fromValue(String verificationLink)Methods in de.openknowledge.authentication.domain.token with parameters of type VerificationLink Modifier and Type Method Description TokenKeycloakTokenService. decode(VerificationLink link)
-