Uses of Class
org.duracloud.account.db.model.Role
-
Packages that use Role Package Description org.duracloud.account.db.model org.duracloud.account.db.model.util -
-
Uses of Role in org.duracloud.account.db.model
Methods in org.duracloud.account.db.model that return Role Modifier and Type Method Description RoleDuracloudUser. getRoleByAcct(Long accountId)static RoleRole. highestRole(Set<Role> roles)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.Methods in org.duracloud.account.db.model that return types with arguments of type Role Modifier and Type Method Description Set<Role>Role. getRoleHierarchy()Set<Role>AccountRights. getRoles()Set<Role>DuracloudUser. getRolesByAcct(Long accountId)Methods in org.duracloud.account.db.model with parameters of type Role Modifier and Type Method Description booleanDuracloudUser. hasRoleForAcct(Long accountId, Role role)Method parameters in org.duracloud.account.db.model with type arguments of type Role Modifier and Type Method Description static RoleRole. highestRole(Set<Role> roles)voidAccountRights. setRoles(Set<Role> roles) -
Uses of Role in org.duracloud.account.db.model.util
Methods in org.duracloud.account.db.model.util that return Role Modifier and Type Method Description RoleDuracloudAccount. getUserRole()Methods in org.duracloud.account.db.model.util with parameters of type Role Modifier and Type Method Description voidDuracloudAccount. setUserRole(Role userRole)
-