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

Packages that use ObjectIdentity
com.sas.hls.security.acl Service and class definitions for manipulating and creating acls. 
com.sas.hls.security.group Service and class definitions for manipulating and creating groups. 
com.sas.hls.security.membership Service and class definitions for manipulating the membership of a context. 
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.acl
 

Methods in com.sas.hls.security.acl that return ObjectIdentity
 ObjectIdentity Acl.getOwningObjectIdentity()
          Get the object for which this acl is defined
 

Methods in com.sas.hls.security.acl with parameters of type ObjectIdentity
 void Acl.setOwningObjectIdentity(ObjectIdentity owningObjectIdentity)
          Set the object for which this acl is defined
 

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
 

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

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

Methods in com.sas.hls.security.membership that return ObjectIdentity
 ObjectIdentity MembershipDescriptor.getContext()
          Get the context that this MembershipDescriptor represents.
 

Methods in com.sas.hls.security.membership with parameters of type ObjectIdentity
 void MembershipDescriptor.setContext(ObjectIdentity context)
          Set the context that this MembershipDescriptor represents.
 

Constructors in com.sas.hls.security.membership with parameters of type ObjectIdentity
Membership(ObjectIdentity context)
          MembershipDescriptor constructor given a MembershipContext.
Membership(ObjectIdentity context, Principal... members)
          Membership constructor given the context it is for and the list of Principals to be in the membership.
Membership(ObjectIdentity context, Set<Principal> members)
          Membership constructor given the context it is for and the list of Principals to be in the membership.
MembershipDescriptor(ObjectIdentity context)
          MembershipDescriptor constructor given a MembershipContext.
 

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) 2013, SAS Institute Inc., Cary, NC, USA