public class EntryPointRights extends StringConditionRights
EntryPointResource rights objects.| Constructor and Description |
|---|
EntryPointRights()
Default constructor which creates an instance that always evaluates to no access.
|
EntryPointRights(java.lang.String condition)
Protected constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRightsName()
Reports this class' rights name.
|
getAttributes, getCondition, toStringpublic EntryPointRights()
public EntryPointRights(java.lang.String condition)
condition - boolean expression that allows access when it evaluates to
true.public java.lang.String getRightsName()
getRightsName in interface RightsgetRightsName in class StringConditionRights