Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.
 String getPassword()
          Returns the user password bound to the session
 String getRepository()
          Returns the repository bound to the session.
 UserManager getUserManager()
          Returns the user manager bound to the session.
 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

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

Returns:
the repository name

getUsername

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

Returns:
the user name as a string.

getPassword

String getPassword()
Returns the user password bound to the session

Note the password is clear.

Returns:
the user password as a string.

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.