Uses of Class
de.openknowledge.authentication.domain.UserIdentifier
-
-
Uses of UserIdentifier in de.openknowledge.authentication.domain
Methods in de.openknowledge.authentication.domain that return UserIdentifier Modifier and Type Method Description static UserIdentifierUserIdentifier. fromValue(String userIdentifier) -
Uses of UserIdentifier in de.openknowledge.authentication.domain.login
Methods in de.openknowledge.authentication.domain.login with parameters of type UserIdentifier Modifier and Type Method Description voidKeycloakLoginService. logout(UserIdentifier identifier) -
Uses of UserIdentifier in de.openknowledge.authentication.domain.registration
Methods in de.openknowledge.authentication.domain.registration that return UserIdentifier Modifier and Type Method Description UserIdentifierKeycloakRegistrationService. verifyEmailAddress(VerificationLink link, Issuer issuer) -
Uses of UserIdentifier in de.openknowledge.authentication.domain.token
Methods in de.openknowledge.authentication.domain.token that return UserIdentifier Modifier and Type Method Description UserIdentifierToken. asUserIdentifier()Constructors in de.openknowledge.authentication.domain.token with parameters of type UserIdentifier Constructor Description Token(Username anUsername, UserIdentifier anUserIdentifier, EmailAddress anEmailAddress, Issuer anIssuer, Integer timeToLife, TimeUnit timeUnit) -
Uses of UserIdentifier in de.openknowledge.authentication.domain.user
Methods in de.openknowledge.authentication.domain.user that return UserIdentifier Modifier and Type Method Description UserIdentifierUserAccount. getIdentifier()Methods in de.openknowledge.authentication.domain.user with parameters of type UserIdentifier Modifier and Type Method Description voidKeycloakUserService. deleteUser(UserIdentifier identifier)UserAccountKeycloakUserService. getUser(UserIdentifier identifier)voidKeycloakUserService. joinGroups(UserIdentifier identifier, GroupName... groupNames)voidKeycloakUserService. joinRoles(UserIdentifier identifier, RoleType roleType, RoleName... roleNames)voidKeycloakUserService. leaveGroups(UserIdentifier identifier, GroupName... groupNames)voidKeycloakUserService. leaveRoles(UserIdentifier identifier, RoleType roleType, RoleName... roleNames)voidKeycloakUserService. resetPassword(UserIdentifier identifier, Password password)voidKeycloakUserService. updateMailVerification(UserIdentifier identifier)Constructors in de.openknowledge.authentication.domain.user with parameters of type UserIdentifier Constructor Description UserNotFoundException(UserIdentifier identifier, javax.ws.rs.NotFoundException exception)
-