public class AuthorizableFilterPredicate
extends java.lang.Object
implements org.apache.commons.collections.Predicate
Authorizable that has an ID or a given name that matches a
certain filter.| Constructor and Description |
|---|
AuthorizableFilterPredicate(java.lang.String filter)
Creates an
AuthorizableFilterPredicate object, using the given filter if it's not blank. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.lang.Object object) |
java.lang.String |
getFilter() |
public AuthorizableFilterPredicate(java.lang.String filter)
AuthorizableFilterPredicate object, using the given filter if it's not blank.filter - to use for matching against an authorizable ID and given name"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"