Class Acl.Entity (2.37.0)

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
Type Description
boolean
Overrides

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
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides