public class AclMembers extends Object implements AclPrincipal
AclSecurable
, there is one AclMembers entry which
designates the permissions for the members of the associated context of the object.Constructor and Description |
---|
AclMembers()
Zero-arg AclMembers constructor
|
AclMembers(String principalId)
AclMembers constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
public AclMembers()
public AclMembers(String principalId)
principalId
- pricipalId of the acl members principalpublic 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 comparedtrue
if the objects are equal, false
otherwiseObject.equals(java.lang.Object)
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA