Uses of Class
de.openknowledge.authentication.domain.Username
-
-
Uses of Username in de.openknowledge.authentication.domain
Methods in de.openknowledge.authentication.domain that return Username Modifier and Type Method Description static UsernameUsername. fromValue(String username) -
Uses of Username in de.openknowledge.authentication.domain.login
Methods in de.openknowledge.authentication.domain.login that return Username Modifier and Type Method Description UsernameLogin. getUsername()Constructors in de.openknowledge.authentication.domain.login with parameters of type Username Constructor Description Login(Username theUsername, Password thePassword)Login for user in keycloak with username and password -
Uses of Username in de.openknowledge.authentication.domain.token
Constructors in de.openknowledge.authentication.domain.token with parameters of type Username Constructor Description Token(Username anUsername, UserIdentifier anUserIdentifier, EmailAddress anEmailAddress, Issuer anIssuer, Integer timeToLife, TimeUnit timeUnit) -
Uses of Username in de.openknowledge.authentication.domain.user
Methods in de.openknowledge.authentication.domain.user that return Username Modifier and Type Method Description UsernameUserAccount. getUsername()Constructors in de.openknowledge.authentication.domain.user with parameters of type Username Constructor Description UserAccount(Username theUsername, EmailAddress theEmailAddress, Password thePassword)UserAccount for user in keycloak with username, email address and password
-