|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSRemotingSessionManager
Web service remoting session manager.
| Method Summary | |
|---|---|
void |
addSession(String sid,
WSRemotingSession session)
Adds a new session. |
WSRemotingSession |
createSession(String username,
String password,
String repository,
UserManager um,
CoreSession session)
Creates a new remoting session. |
void |
delSession(String sid)
Deletes a session if exists. |
WSRemotingSession |
getSession(String sid)
Return a session given its Nuxeo Core session id if exists. |
| Method Detail |
|---|
WSRemotingSession createSession(String username,
String password,
String repository,
UserManager um,
CoreSession session)
username - : the user name.password - : the user passwordrepository - : the repository nameum - : the user managersid - : the Nuxeo Core session id
WSRemotingSession instance.
void addSession(String sid,
WSRemotingSession session)
sid - : the nuxeo core session id.session - : the web service remoting session.
void delSession(String sid)
throws ClientException
sid - : the Nuxeo Core session id.
ClientException
WSRemotingSession getSession(String sid)
throws ClientException
sid - : the Nuxeo Core session id.
WSRemotingSession instance.
ClientException - if the session does not exist anymore.
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||