Class AuthorizableFilterPredicate
java.lang.Object
com.adobe.granite.security.user.util.AuthorizableFilterPredicate
- All Implemented Interfaces:
Predicate
Predicate implementation that returns true if the given object is an
Authorizable that has an ID or a given name that matches a
certain filter.-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizableFilterPredicate(String filter) Creates anAuthorizableFilterPredicateobject, using the given filter if it's not blank. -
Method Summary
-
Constructor Details
-
AuthorizableFilterPredicate
Creates anAuthorizableFilterPredicateobject, using the given filter if it's not blank.- Parameters:
filter- to use for matching against an authorizable ID and given name
-
-
Method Details
-
getFilter
- Returns:
- the filter to use for matching against an authorizable ID and given name
-
evaluate
Description copied from interface:PredicateUse the specified parameter to perform a test that returns true or false.
-