Interface UserPropertiesResolver


  • @Role
    public interface UserPropertiesResolver
    Gets the properties for a user (represented by a UserReference).
    Since:
    12.2
    Version:
    $Id: fd8289f9c038e6e9a61064464878ed1cf5099f9f $
    • Method Detail

      • resolve

        UserProperties resolve​(UserReference userReference,
                               Object... parameters)
        Parameters:
        userReference - the reference to the user
        parameters - optional parameters that have a meaning only for the specific resolver implementation used
        Returns:
        the resolved user properties (direct or inherited depending on the implementation)