org.apache.jackrabbit.spi2dav
Class SessionInfoImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.SessionInfoImpl
      extended by org.apache.jackrabbit.spi2dav.SessionInfoImpl
All Implemented Interfaces:
Serializable, SessionInfo

public class SessionInfoImpl
extends SessionInfoImpl

SessionInfoImpl...

See Also:
Serialized Form

Method Summary
 String getUserID()
          Returns the user id.
 
Methods inherited from class org.apache.jackrabbit.spi.commons.SessionInfoImpl
addLockToken, getLockTokens, getWorkspaceName, removeLockToken, setUserData, setUserID, setWorkspacename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserID

public String getUserID()
Description copied from class: SessionInfoImpl
Returns the user id.

Specified by:
getUserID in interface SessionInfo
Overrides:
getUserID in class SessionInfoImpl
Returns:
The user identification.
See Also:
RepositoryService.obtain(javax.jcr.Credentials, String)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.