Package org.fcrepo.kernel.impl.util
Class UserUtil
java.lang.Object
org.fcrepo.kernel.impl.util.UserUtil
- Since:
- Sep 25, 2017
- Author:
- Daniel Bernstein
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic URIgetUserURI(String sessionUserId, String userAgentBaseUri) Returns the user agent based on the session user id.
-
Field Details
-
DEFAULT_USER_AGENT_BASE_URI
- See Also:
-
-
Method Details
-
getUserURI
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
-