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 StringDEFAULT_USER_AGENT_BASE_URIstatic StringUSER_AGENT_BASE_URI_PROPERTY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URIgetUserURI(String sessionUserId)Returns the user agent based on the session user id.
-
-
-
Field Detail
-
USER_AGENT_BASE_URI_PROPERTY
public static final String USER_AGENT_BASE_URI_PROPERTY
- See Also:
- Constant Field Values
-
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)
Returns the user agent based on the session user id.- Parameters:
sessionUserId- the acting user's id for this session- Returns:
- the uri of the user agent
-
-