public class AclMembers extends AbstractIdentifiable implements Principal
Constructor and Description |
---|
AclMembers(String principalId)
AclMembers constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether another object is equal to this one.
|
String |
getPrincipalId()
Gets the principal identifier of the ACL members principal.
|
String |
getPrincipalName()
Gets the principal name of the ACL members principal.
|
int |
hashCode()
Returns a hash code value for the object.
|
String |
toString() |
getId, getTypeId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getTypeId
public AclMembers(String principalId)
principalId
- pricipalId of the ACL members principal.public String getPrincipalId()
getPrincipalId
in interface Principal
public String getPrincipalName()
getPrincipalName
in interface Principal
public int hashCode()
hashCode
in interface Principal
hashCode
in class AbstractIdentifiable
Object.hashCode()
public boolean equals(Object obj)
equals
in interface Principal
equals
in class AbstractIdentifiable
Object.equals(java.lang.Object)
public String toString()
toString
in class AbstractIdentifiable
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>