Generated by
JDiff

Interface com.adobe.granite.security.user.UserPropertiesManager

Added Methods
UserPropertiesQueryParams createQueryParams() Creates a new instance of UserPropertiesQueryParams that can be used during a call to UserPropertiesManager.query(UserPropertiesQueryParams, String).
UserProperties getUserProperties(String, String, Comparator) Retrieves with the given session a composite (aggregation) of UserProperties associated with the authorizable identified by the given {@code authorizableId}.
Iterator query(UserPropertiesQueryParams, String) Searches the user properties matching the given query parameters.
 

Changed Methods
UserPropertiesComposite getUserPropertiesComposite(String, UserPropertiesFilter) Now deprecated.
Use {@link #getUserProperties(String, String, Comparator)} instead.
UserPropertiesComposite getUserPropertiesComposite(String, String) Now deprecated.
Use {@link #getUserProperties(String, String, Comparator)} instead.
UserPropertiesComposite getUserPropertiesComposite(String, String, Comparator) Now deprecated.
Use {@link #getUserProperties(String, String, Comparator)} instead.
UserPropertiesComposite getUserPropertiesComposite(String, String[]) Now deprecated.
Use {@link #getUserProperties(String, String, Comparator)} instead.