public class WSRemotingSessionImpl extends Object implements WSRemotingSession
Constructor and Description |
---|
WSRemotingSessionImpl(CoreSession session,
UserManager um,
String repository,
String username,
String password) |
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.
|
public WSRemotingSessionImpl(CoreSession session, UserManager um, String repository, String username, String password)
public CoreSession getDocumentManager()
WSRemotingSession
getDocumentManager
in interface WSRemotingSession
CoreSession
instance.public String getPassword()
WSRemotingSession
Note the password is clear.
getPassword
in interface WSRemotingSession
public String getRepository()
WSRemotingSession
getRepository
in interface WSRemotingSession
public UserManager getUserManager()
WSRemotingSession
getUserManager
in interface WSRemotingSession
public String getUsername()
WSRemotingSession
getUsername
in interface WSRemotingSession
Copyright © 2018 Nuxeo. All rights reserved.