|
||||||||||
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()
Zero-arg AclOwner constructor |
|
AclOwner(String principalId)
AclOwner 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 owner |
String |
getPrincipalName()
Gets the principal name of the acl owner |
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 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()
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 |