Package | Description |
---|---|
com.sas.lsaf.security.acl |
Service and class definitions to create and manipulate ACLs.
|
com.sas.lsaf.security.group |
Service and classes for creating and manipulating groups in the system.
|
com.sas.lsaf.security.membership |
Service and class definitions for manipulating the membership of a context.
|
com.sas.lsaf.security.role |
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
|
Modifier and Type | Method and Description |
---|---|
ObjectIdentity |
AbstractAcl.getOwningObjectIdentity()
Gets the object for which this ACL is defined.
|
Constructor and Description |
---|
AbstractAcl(ObjectIdentity owningObjectIdentity)
Constructs an
AbstractAcl with 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.
|
Modifier and Type | Method and Description |
---|---|
ObjectIdentity |
GroupDescriptor.getContext()
Gets the context in which the group was defined.
|
Constructor and Description |
---|
Group(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.
|
Modifier and Type | Method and Description |
---|---|
ObjectIdentity |
MembershipDescriptor.getContext()
Gets the context identity with which the membership is associated.
|
Constructor and Description |
---|
Membership(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.
|
Modifier and Type | Method and Description |
---|---|
ObjectIdentity |
RoleDescriptor.getAssignedContext()
Gets the context where a role was assigned.
|
ObjectIdentity |
RoleDescriptor.getDefinedContext()
Gets the context where a role is defined.
|
Constructor and Description |
---|
Role(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.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA