|
||||||||||
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)
Indicate whether some other object is "equal to" this one. |
String |
getPrincipalId()
Gets the principal id of the acl members principal |
String |
getPrincipalName()
Gets the principal name of the acl members principal |
int |
hashCode()
Return a hash code value for the object. |
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()
hashCode
in interface AclPrincipal
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in interface AclPrincipal
equals
in class Object
obj
- to be compared
true
if the objects are equal, false
otherwiseObject.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |