Uses of Class
de.openknowledge.authentication.domain.user.EmailAddress
-
Packages that use EmailAddress Package Description de.openknowledge.authentication.domain.token de.openknowledge.authentication.domain.user -
-
Uses of EmailAddress in de.openknowledge.authentication.domain.token
Constructors in de.openknowledge.authentication.domain.token with parameters of type EmailAddress Constructor Description Token(Username anUsername, UserIdentifier anUserIdentifier, EmailAddress anEmailAddress, Issuer anIssuer, Integer timeToLife, TimeUnit timeUnit) -
Uses of EmailAddress in de.openknowledge.authentication.domain.user
Methods in de.openknowledge.authentication.domain.user that return EmailAddress Modifier and Type Method Description static EmailAddressEmailAddress. fromValue(String emailAddress)EmailAddressUserAccount. getEmailAddress()Constructors in de.openknowledge.authentication.domain.user with parameters of type EmailAddress Constructor Description UserAccount(EmailAddress theEmailAddress)UserAccount for user in keycloak with email address and passwordUserAccount(EmailAddress theEmailAddress, Password thePassword)UserAccount for user in keycloak with email address and passwordUserAccount(Username theUsername, EmailAddress theEmailAddress, Password thePassword)UserAccount for user in keycloak with username, email address and password
-