|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.acl.AclMembers
public class AclMembers
A data object which represents the members acl. For every AclSecurable
, there is one AclMembers entry which designates the permissions for the members of the associated context of the object.
Constructor Summary | |
---|---|
AclMembers()
Zero-arg AclMembers constructor |
|
AclMembers(String principalId)
AclMembers constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Refer to the java.lang.Object documentation for the interface contract. |
String |
getPrincipalId()
Gets the principal id of the acl members principal |
String |
getPrincipalName()
Gets the principal name of the acl members principal |
int |
hashCode()
Refer to the java.lang.Object documentation for the interface contract. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AclMembers()
public AclMembers(String principalId)
principalId
- pricipalId of the acl members principalMethod Detail |
---|
public String getPrincipalId()
getPrincipalId
in interface AclPrincipal
public String getPrincipalName()
getPrincipalName
in interface AclPrincipal
public int hashCode()
AclPrincipal
java.lang.Object
documentation for the interface contract.
hashCode
in interface AclPrincipal
hashCode
in class Object
public boolean equals(Object obj)
AclPrincipal
java.lang.Object
documentation for the interface contract.
equals
in interface AclPrincipal
equals
in class Object
obj
- to be compared
true
if the objects are equal, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |