public class AclEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AclEntry.Builder |
Constructor and Description |
---|
AclEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object ob)
Compares the specified object with this ACL entry for equality.
|
Set<AclEntryFlag> |
flags()
Returns a copy of the flags component.
|
int |
hashCode()
Returns the hash-code value for this ACL entry.
|
static AclEntry.Builder |
newBuilder()
Constructs a new builder.
|
static AclEntry.Builder |
newBuilder(AclEntry entry)
Constructs a new builder with the components of an existing ACL entry.
|
Set<AclEntryPermission> |
permissions()
Returns a copy of the permissions component.
|
String |
principal()
Returns the principal component.
|
String |
toString()
Returns the string representation of this ACL entry.
|
AclEntryType |
type()
Returns the ACL entry type.
|
public boolean equals(Object ob)
public Set<AclEntryFlag> flags()
public int hashCode()
public static AclEntry.Builder newBuilder()
public static AclEntry.Builder newBuilder(AclEntry entry)
public Set<AclEntryPermission> permissions()
public String principal()
public String toString()
public AclEntryType type()