Package com.adobe.granite.security.user
Interface UserPropertiesFilter
The
UserPropertiesFilter is used to determine whether a given UserProperties object is included
or not.-
Method Summary
Modifier and TypeMethodDescriptionbooleanincludes(UserProperties userProperties) Indicates whether the givenuserPropertiesis included or not.
-
Method Details
-
includes
Indicates whether the givenuserPropertiesis included or not.- Parameters:
userProperties- The user properties object to analyze.- Returns:
trueif the given user properties shall be included.
-