Uses of Class
com.sas.lsaf.core.ObjectIdentity
Packages that use ObjectIdentity
Package
Description
Service and class definitions to create and manipulate ACLs.
Service and classes for creating and manipulating groups in the system.
Service and class definitions for manipulating the membership of a context.
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
-
Uses of ObjectIdentity in com.sas.lsaf.security.acl
Methods in com.sas.lsaf.security.acl that return ObjectIdentityModifier and TypeMethodDescriptionAbstractAcl.getOwningObjectIdentity()Gets the object for which this ACL is defined.Constructors in com.sas.lsaf.security.acl with parameters of type ObjectIdentityModifierConstructorDescriptionAbstractAcl(ObjectIdentity owningObjectIdentity) Constructs anAbstractAclwith the specified object type.Acl(ObjectIdentity owningObjectIdentity) It is not intended or recommended that the consumer of this API construct these objects.DefaultAcl(ObjectIdentity owningObjectIdentity) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of ObjectIdentity in com.sas.lsaf.security.group
Methods in com.sas.lsaf.security.group that return ObjectIdentityModifier and TypeMethodDescriptionGroupDescriptor.getContext()Gets the context in which the group was defined.Constructors in com.sas.lsaf.security.group with parameters of type ObjectIdentityModifierConstructorDescriptionGroup(String id, ObjectIdentity context, String name, String description, long revision, Set<Principal> members) It is not intended or recommended that the consumer of this API construct these objects.GroupDescriptor(String id, ObjectIdentity context, String name, String description) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of ObjectIdentity in com.sas.lsaf.security.membership
Methods in com.sas.lsaf.security.membership that return ObjectIdentityModifier and TypeMethodDescriptionMembershipDescriptor.getContext()Gets the context identity with which the membership is associated.Constructors in com.sas.lsaf.security.membership with parameters of type ObjectIdentityModifierConstructorDescriptionMembership(ObjectIdentity context, long revision, Set<Principal> members) It is not intended or recommended that the consumer of this API construct these objects.MembershipDescriptor(ObjectIdentity context) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of ObjectIdentity in com.sas.lsaf.security.role
Methods in com.sas.lsaf.security.role that return ObjectIdentityModifier and TypeMethodDescriptionRoleDescriptor.getAssignedContext()Gets the context where a role was assigned.RoleDescriptor.getDefinedContext()Gets the context where a role is defined.Constructors in com.sas.lsaf.security.role with parameters of type ObjectIdentityModifierConstructorDescriptionRole(String id, ObjectIdentity definedContext, ObjectIdentity assignedContext, String name, String description, long revision, Set<ScopedPrivilege> privileges, Set<Principal> members) It is not intended or recommended that the consumer of this API construct these objects.RoleDescriptor(String id, ObjectIdentity definedContext, ObjectIdentity assignedContext, String name, String description, Set<ScopedPrivilege> privileges) It is not intended or recommended that the consumer of this API construct these objects.