|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.acl.AclOwner
public class AclOwner
A data object which represents the owner acl. For every AclSecurable
, there is one AclOwner entry which
designates the owner permissions for that object. Note read and admin permissions can not be taken away from the
AclOwner.
Constructor Summary | |
---|---|
AclOwner()
Default constructor |
|
AclOwner(String principalId)
AclOwner 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 owner |
String |
getPrincipalName()
Gets the principal name of the acl owner |
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 AclOwner()
public AclOwner(String principalId)
principalId
- pricipalId of the acl owner principalMethod Detail |
---|
public String getPrincipalName()
getPrincipalName
in interface AclPrincipal
public String getPrincipalId()
getPrincipalId
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 |