Package com.adobe.granite.security.user
Interface UserPropertiesFilter
-
@ConsumerType public interface UserPropertiesFilter
TheUserPropertiesFilteris used to determine whether a givenUserPropertiesobject is included or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanincludes(UserProperties userProperties)Indicates whether the givenuserPropertiesis included or not.
-
-
-
Method Detail
-
includes
boolean includes(UserProperties userProperties)
Indicates whether the givenuserPropertiesis included or not.- Parameters:
userProperties- The user properties object to analyze.- Returns:
trueif the given user properties shall be included.
-
-