Package org.fcrepo.kernel.impl.util
Class UserUtil
- java.lang.Object
-
- org.fcrepo.kernel.impl.util.UserUtil
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_USER_AGENT_BASE_URI
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URI
getUserURI(String sessionUserId, String userAgentBaseUri)
Returns the user agent based on the session user id.
-
-
-
Field Detail
-
DEFAULT_USER_AGENT_BASE_URI
public static final String DEFAULT_USER_AGENT_BASE_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUserURI
public static URI getUserURI(String sessionUserId, String userAgentBaseUri)
Returns the user agent based on the session user id.- Parameters:
sessionUserId
- the acting user's id for this sessionuserAgentBaseUri
- the user agent base uri, optional- Returns:
- the uri of the user agent
-
-