|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AclPrincipal | |
---|---|
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. |
Uses of AclPrincipal in com.sas.hls.security.acl |
---|
Classes in com.sas.hls.security.acl that implement AclPrincipal | |
---|---|
class |
AclMembers
A data object which represents the members acl. |
class |
AclOwner
A data object which represents the owner acl. |
Methods in com.sas.hls.security.acl that return AclPrincipal | |
---|---|
AclPrincipal |
AclEntry.getPrincipal()
Get the principal for this acl |
Methods in com.sas.hls.security.acl with parameters of type AclPrincipal | |
---|---|
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 |
Constructors in com.sas.hls.security.acl with parameters of type AclPrincipal | |
---|---|
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 |
Uses of AclPrincipal in com.sas.hls.security.group |
---|
Classes in com.sas.hls.security.group that implement AclPrincipal | |
---|---|
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. |
Uses of AclPrincipal in com.sas.hls.security.principal |
---|
Subinterfaces of AclPrincipal in com.sas.hls.security.principal | |
---|---|
interface |
Principal
A principal is either a user or a group that is defined in the system. |
Uses of AclPrincipal in com.sas.hls.security.user |
---|
Classes in com.sas.hls.security.user that implement AclPrincipal | |
---|---|
class |
User
A client representation of a user defined in the system. |
class |
UserDescriptor
Light weight representation of a user defined in the system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |