Uses of Class
de.openknowledge.authentication.domain.role.RoleType
-
Packages that use RoleType Package Description de.openknowledge.authentication.domain.role de.openknowledge.authentication.domain.user -
-
Uses of RoleType in de.openknowledge.authentication.domain.role
Methods in de.openknowledge.authentication.domain.role that return RoleType Modifier and Type Method Description static RoleTypeRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleType[]RoleType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RoleType in de.openknowledge.authentication.domain.user
Methods in de.openknowledge.authentication.domain.user with parameters of type RoleType Modifier and Type Method Description voidKeycloakUserService. joinRoles(UserIdentifier identifier, RoleType roleType, RoleName... roleNames)voidKeycloakUserService. leaveRoles(UserIdentifier identifier, RoleType roleType, RoleName... roleNames)
-