Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.PersonRole
-
Packages that use PersonRole Package Description de.captaingoldfish.scim.sdk.common.resources de.captaingoldfish.scim.sdk.common.resources.multicomplex -
-
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 PersonRole Modifier and Type Method Description List<PersonRole>User. 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 PersonRole Modifier and Type Method Description voidUser. 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 PersonRole Modifier and Type Method Description User.UserBuilderUser.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 Modifier and Type Method Description PersonRolePersonRole.PersonRoleBuilder. build()
-