public interface WSRemotingSession
Modifier and Type | Method and Description |
---|---|
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.
|
CoreSession getDocumentManager()
CoreSession
instance.UserManager getUserManager()
String getRepository()
String getUsername()
String getPassword()
Note the password is clear.
Copyright © 2015 Nuxeo SA. All rights reserved.