Uses of Class
de.digitalcollections.model.api.security.enums.Role
-
Packages that use Role Package Description de.digitalcollections.model.api.security de.digitalcollections.model.api.security.enums de.digitalcollections.model.impl.security -
-
Uses of Role in de.digitalcollections.model.api.security
Method parameters in de.digitalcollections.model.api.security with type arguments of type Role Modifier and Type Method Description voidUser. setRoles(List<Role> roles) -
Uses of Role in de.digitalcollections.model.api.security.enums
Methods in de.digitalcollections.model.api.security.enums that return Role Modifier and Type Method Description static RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Role in de.digitalcollections.model.impl.security
Methods in de.digitalcollections.model.impl.security that return types with arguments of type Role Modifier and Type Method Description List<Role>UserImpl. getRoles()Method parameters in de.digitalcollections.model.impl.security with type arguments of type Role Modifier and Type Method Description voidUserImpl. setRoles(List<Role> userRoles)
-