Package | Description |
---|---|
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.principal |
Class definitions for manipulating and identifying principals in the system.
|
com.sas.hls.security.user |
Service and class definitions for manipulating and creating Users.
|
Modifier and Type | Class and Description |
---|---|
class |
AclMembers
A data object which represents the members acl.
|
class |
AclOwner
A data object which represents the owner acl.
|
Modifier and Type | Method and Description |
---|---|
AclPrincipal |
AclEntry.getPrincipal()
Get the principal for this acl
|
Modifier and Type | Method and Description |
---|---|
void |
Acl.setAce(AclPrincipal p,
AclEntry.PermissionValue admin,
AclEntry.PermissionValue read,
AclEntry.PermissionValue writeProperties,
AclEntry.PermissionValue writeContent,
AclEntry.PermissionValue delete)
Convenience method in which to add an acl entry to the set of entries defined for this acl.
|
void |
AclEntry.setPrincipal(AclPrincipal principal)
Set the AclPrincipal for this acl
|
Constructor and Description |
---|
AclEntry(AclPrincipal principal)
AclEntry constructor
|
AclEntry(AclPrincipal principal,
AclEntry.PermissionValue adminPermission,
AclEntry.PermissionValue readPermission,
AclEntry.PermissionValue writePropertiesPermission,
AclEntry.PermissionValue writeContentPermission,
AclEntry.PermissionValue deletePermission)
AclEntry constructor
|
Modifier and Type | Class and Description |
---|---|
class |
Group
Group is a collection of principals (users or other groups) and may be identified by a name and context.
|
class |
GroupDescriptor
A light-weight client representation of a group.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Principal
A principal is either a user or a group that is defined in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
User
A client representation of a user defined in the system.
|
class |
UserDescriptor
Light weight representation of a user defined in the system.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA