Uses of Class
com.sas.hls.common.ObjectIdentity

Packages that use ObjectIdentity
com.sas.hls.security.group Service and class definitions for manipulating and creating groups. 
com.sas.hls.security.role Service and class definitions for manipulating and creating roles, their availability in contexts, and their membership lists. 
 

Uses of ObjectIdentity in com.sas.hls.security.group
 

Methods in com.sas.hls.security.group that return ObjectIdentity
 ObjectIdentity GroupDescriptor.getGroupContext()
          Get the context of this group
 

Methods in com.sas.hls.security.group with parameters of type ObjectIdentity
 void GroupDescriptor.setGroupContext(ObjectIdentity groupContext)
          Set the context of this group
 

Constructors in com.sas.hls.security.group with parameters of type ObjectIdentity
Group(ObjectIdentity groupContext, String name, String identifier, String description, Set<Principal> members)
          constructor
Group(ObjectIdentity groupContext, String name, String identifier, String description, Set<Principal> members, long revision)
          constructor
GroupDescriptor(ObjectIdentity groupContext, String name, String identifier, String description)
           
GroupDescriptor(ObjectIdentity groupContext, String name, String identifier, String description, long revision)
           
 

Uses of ObjectIdentity in com.sas.hls.security.role
 

Methods in com.sas.hls.security.role that return ObjectIdentity
 ObjectIdentity AssignedRole.getRoleContext()
          Get the context that a role is being assigned to
 ObjectIdentity RoleDescriptor.getRoleContext()
          Get the context in which this role is defined.
 

Methods in com.sas.hls.security.role with parameters of type ObjectIdentity
 void AssignedRole.setRoleContext(ObjectIdentity roleContext)
          Set the context that a role is being assigned to
protected  void RoleDescriptor.setRoleContext(ObjectIdentity roleContext)
          Set the context in which this role is defined.
 

Constructors in com.sas.hls.security.role with parameters of type ObjectIdentity
AssignedRole(String identifier, ObjectIdentity roleContext, RoleDescriptor roleDescriptor, boolean inherited)
          Constructor
Role(ObjectIdentity roleContext, String name, String identifier, String description, Set<Privilege> privileges)
          Constructor
Role(ObjectIdentity roleContext, String name, String identifier, String description, Set<Privilege> privileges, long revision)
          Constructor (internal version)
RoleDescriptor(ObjectIdentity roleContext, String name, String identifier, String description)
          Constructor
RoleDescriptor(ObjectIdentity roleContext, String name, String identifier, String description, long revision)
          Constructor
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA