Package org.apache.jackrabbit.spi2dav
Class SessionInfoImpl
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.SessionInfoImpl
-
- org.apache.jackrabbit.spi2dav.SessionInfoImpl
-
- All Implemented Interfaces:
Serializable,SessionInfo
public class SessionInfoImpl extends SessionInfoImpl
SessionInfoImpl...- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUserID()Returns the user id.-
Methods inherited from class org.apache.jackrabbit.spi.commons.SessionInfoImpl
addLockToken, getLockTokens, getUserData, getWorkspaceName, removeLockToken, setUserData, setUserID, setWorkspacename
-
-
-
-
Method Detail
-
getUserID
public String getUserID()
Returns the user id.- Specified by:
getUserIDin interfaceSessionInfo- Overrides:
getUserIDin classSessionInfoImpl- Returns:
- The user identification.
- See Also:
RepositoryService.obtain(javax.jcr.Credentials, String)
-
-