Package com.orchestranetworks.service
Class Role
- java.lang.Object
-
- com.orchestranetworks.service.Profile
-
- com.orchestranetworks.service.Role
-
-
Field Summary
-
Fields inherited from class com.orchestranetworks.service.Profile
ADMINISTRATOR, EVERYONE, OWNER, READ_ONLY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRoleName()
Returns the name of the role.-
Methods inherited from class com.orchestranetworks.service.Profile
equals, forBuiltInRole, format, forSpecificRole, forUser, forUserWithSpecificPrivilege, forUserWithSpecificPrivileges, getLabel, hashCode, isBuiltIn, isBuiltInAdministrator, isBuiltInEveryone, isBuiltInOwner, isBuiltInReadOnly, isSpecificRole, isUserReference, parse, toString
-
-
-
-
Method Detail
-
getRoleName
public String getRoleName()
Returns the name of the role. For a custom role, the name must be a unique identifier in the directory.- See Also:
Profile.forSpecificRole(String)
-
-