public final class AccessPredicateConfigAttribute extends Object implements ConfigAttribute
ConfigAttribute which uses the embedded AccessPredicate for the decisions.| Constructor and Description |
|---|
AccessPredicateConfigAttribute(AccessPredicate accessPredicate)
Creates a new AccessPredicateConfigAttribute with the given
AccessPredicate. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AccessPredicate |
getAccessPredicate()
Gets the access predicate that belongs to this instance.
|
String |
getAttribute() |
int |
hashCode() |
String |
toString() |
public AccessPredicateConfigAttribute(AccessPredicate accessPredicate)
AccessPredicate.accessPredicate - The access predicate to use.public AccessPredicate getAccessPredicate()
public String getAttribute()
getAttribute in interface ConfigAttribute