Uses of Class
io.jans.scim.model.scim2.user.Role
-
Packages that use Role Package Description io.jans.scim.model.scim2.user Holds POJOs that model the structure (attributes and subattributes) of the User SCIM resource. -
-
Uses of Role in io.jans.scim.model.scim2.user
Methods in io.jans.scim.model.scim2.user that return types with arguments of type Role Modifier and Type Method Description List<Role>
UserResource. getRoles()
Method parameters in io.jans.scim.model.scim2.user with type arguments of type Role Modifier and Type Method Description void
UserResource. setRoles(List<Role> roles)
-