Package com.orchestranetworks.service
Class UserReference
- java.lang.Object
- com.orchestranetworks.service.Profile
- com.orchestranetworks.service.UserReference
 
 
 - public class UserReference extends Profile Identifies a specific user.- See Also:
- Profile.forUser(String)
 
-   Field Summary-   Fields inherited from class com.orchestranetworks.service.ProfileADMINISTRATOR, EVERYONE, OWNER, READ_ONLY
 
-   
 -   Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<ServiceKey>getPrivileges()Returns an iterator overServiceKeys representing the user's privileges.StringgetUserId()Returns the identifier of the user (usually the login).booleanisPrivilegeGranted (ServiceKey aServiceKey)Returnstrueif this reference has been granted the privilege to execute the specified service.-   Methods inherited from class com.orchestranetworks.service.Profileequals, forBuiltInRole, format, forSpecificRole, forUser, forUserWithSpecificPrivilege, forUserWithSpecificPrivileges, getLabel, hashCode, isBuiltIn, isBuiltInAdministrator, isBuiltInEveryone, isBuiltInOwner, isBuiltInReadOnly, isSpecificRole, isUserReference, parse, toString
 
-   
 
-   
-   Method Detail- getUserId- public String getUserId() Returns the identifier of the user (usually the login).- See Also:
- Profile.forUser(String)
 
 - isPrivilegeGranted- public boolean isPrivilegeGranted(ServiceKey aServiceKey) Returns- trueif this reference has been granted the privilege to execute the specified service.
 - getPrivileges- public Iterator<ServiceKey> getPrivileges() Returns an iterator over- ServiceKeys representing the user's privileges.- Returns - nullif no privileges have been given.- See Also:
- ServiceKey
 
 
 
-