Package | Description |
---|---|
com.sas.hls.search |
Service and class definitions for searching repository items in the system.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchResultObject
Represents a repository item returned from a search query
|
Modifier and Type | Method and Description |
---|---|
ObjectIdentity |
Acl.getOwningObjectIdentity()
Get the object for which this acl is defined
|
Modifier and Type | Method and Description |
---|---|
void |
Acl.setOwningObjectIdentity(ObjectIdentity owningObjectIdentity)
Set the object for which this acl is defined
|
Modifier and Type | Method and Description |
---|---|
ObjectIdentity |
GroupDescriptor.getGroupContext()
Get the context of this group
|
Constructor and Description |
---|
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)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ObjectIdentity |
MembershipDescriptor.getContext()
Get the context that this MembershipDescriptor represents.
|
Modifier and Type | Method and Description |
---|---|
void |
MembershipDescriptor.setContext(ObjectIdentity context)
Set the context that this MembershipDescriptor represents.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) 2017, SAS Institute Inc., Cary, NC, USA