|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
Methods in com.sas.hls.security.group with parameters of type ObjectIdentity | |
---|---|
void |
GroupDescriptor.setGroupContext(ObjectIdentity groupContext)
Deprecated. |
Constructors in com.sas.hls.security.group with parameters of type ObjectIdentity | |
---|---|
Group(ObjectIdentity groupContext,
String name,
String identifier,
String description,
Set<Principal> members)
Deprecated. |
|
Group(ObjectIdentity groupContext,
String name,
String identifier,
String description,
Set<Principal> members,
long revision)
Deprecated. |
|
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 description)
Deprecated. |
|
GroupDescriptor(ObjectIdentity groupContext,
String name,
String identifier,
String description,
long revision)
Deprecated. |
|
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.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |