public abstract static class AccessControlList.Grantee extends Object implements Comparable<AccessControlList.Grantee>
| Modifier | Constructor and Description |
|---|---|
protected |
Grantee(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AccessControlList.Grantee o) |
boolean |
equals(Object obj) |
String |
getIdentifier() |
int |
hashCode() |
String |
toString() |
protected Grantee(String identifier)
public String getIdentifier()
public int compareTo(AccessControlList.Grantee o)
compareTo in interface Comparable<AccessControlList.Grantee>Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.