| Package | Description |
|---|---|
| org.marketcetera.util.rpc | |
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| org.marketcetera.util.ws.tags |
Tags used to identify aspects of web services, and filters for
those tags.
|
| Modifier and Type | Method and Description |
|---|---|
SessionId |
RpcServerServices.login(RpcCredentials inCredentials)
Authenticates the given credentials.
|
SessionId |
RpcServer.login(RpcCredentials inCredentials) |
| Modifier and Type | Method and Description |
|---|---|
SessionId |
ClientContext.getSessionId()
Returns the receiver's session ID.
|
SessionId |
Client.getSessionId()
Returns the receiver's session ID.
|
SessionId |
AuthServiceImpl.login(StatelessClientContext context,
String user,
char[] password) |
SessionId |
AuthService.login(StatelessClientContext context,
String user,
char[] password)
Logs in the client with the given context, provided the given
credentials are acceptable.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SessionFactory.createSession(StatelessClientContext context,
String user,
SessionId id)
Creates a new session (data object), for a new session
initiated with the given creation context and on behalf of the
user with the given name, and assigned the given ID.
|
SessionHolder<T> |
SessionManager.get(SessionId id)
Returns the holder that the receiver associates with the given
session ID.
|
void |
SessionManager.put(SessionId id,
SessionHolder<T> holder)
Adds the given holder, associated with the given session ID, to
the receiver.
|
void |
SessionManager.remove(SessionId id)
Removes the holder that the receiver associates with the given
session ID.
|
void |
ClientContext.setSessionId(SessionId sessionId)
Sets the receiver's session ID to the given one.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionId |
SessionId.generate()
Returns a new, unique session ID.
|
Copyright © 2015. All Rights Reserved.