Class Acl.Entity (2.1.10)

public abstract static class Acl.Entity implements Serializable

Base class for Access Control List entities.

Inheritance

Object > Acl.Entity

Implements

Serializable

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Typ Description
boolean
Overrides

getType()

public Acl.Entity.Type getType()

Returns the type of entity.

Returns
Typ Description
Acl.Entity.Type

getValue()

protected String getValue()

Returns the entity's value.

Returns
Typ Description
String

hashCode()

public int hashCode()
Returns
Typ Description
int
Overrides

toString()

public String toString()
Returns
Typ Description
String
Overrides