Package org.xwiki.user
Interface UserPropertiesResolver
-
@Role public interface UserPropertiesResolver
Gets the properties for a user (represented by aUserReference
).- Since:
- 12.2
- Version:
- $Id: fd8289f9c038e6e9a61064464878ed1cf5099f9f $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserProperties
resolve(UserReference userReference, Object... parameters)
-
-
-
Method Detail
-
resolve
UserProperties resolve(UserReference userReference, Object... parameters)
- Parameters:
userReference
- the reference to the userparameters
- 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)
-
-