Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.api.ws.session
Interface WSRemotingSession

All Known Implementing Classes:
WSRemotingSessionImpl

public interface WSRemotingSession

Web service remoting session.

Author:
Julien Anguenot

Method Summary
 CoreSession getDocumentManager()
          Returns the document manager bound to the session.
 java.lang.String getPassword()
          Returns the user password bound to the session Note the password is clear.
 java.lang.String getRepository()
          Returns the repository bound to the session.
 UserManager getUserManager()
          Returns the user manager bound to the session.
 java.lang.String getUsername()
          Returns the user name bound to the session.
 

Method Detail

getDocumentManager

CoreSession getDocumentManager()
Returns the document manager bound to the session.

Returns:
a CoreSession instance.

getUserManager

UserManager getUserManager()
Returns the user manager bound to the session.


getRepository

java.lang.String getRepository()
Returns the repository bound to the session.

Returns:
the repository name

getUsername

java.lang.String getUsername()
Returns the user name bound to the session.

Returns:
the user name as a string.

getPassword

java.lang.String getPassword()
Returns the user password bound to the session

Note the password is clear.

Returns:
the user password as a string.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.