public abstract static class Acl.Entity implements Serializable
Base class for Access Control List entities.
Implements
SerializableMethods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getType()
public Acl.Entity.Type getType()
Returns the type of entity.
Returns | |
---|---|
Type | Description |
Acl.Entity.Type |
getValue()
protected String getValue()
Returns the entity's value.
Returns | |
---|---|
Type | Description |
String |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
toString()
public String toString()
Returns | |
---|---|
Type | Description |
String |