Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.PersonRole
Packages that use PersonRole
Package
Description
-
Uses of PersonRole in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type PersonRoleModifier and TypeMethodDescriptionUser.getRoles()A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty".Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type PersonRoleModifier and TypeMethodDescriptionvoidUser.addRole(PersonRole personRole) A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty".Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type PersonRoleModifier and TypeMethodDescriptionUser.UserBuilder.roles(List<PersonRole> roles) voidUser.setRoles(List<PersonRole> personRoles) A list of roles for the user that collectively represent who the user is, e.g., "Student", "Faculty". -
Uses of PersonRole in de.captaingoldfish.scim.sdk.common.resources.multicomplex
Methods in de.captaingoldfish.scim.sdk.common.resources.multicomplex that return PersonRole