| Package | Description |
|---|---|
| org.marketcetera.util.rpc | |
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
RpcServer.getAuthenticator()
Get the authenticator value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RpcServer.setAuthenticator(Authenticator inAuthenticator)
Sets the authenticator value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedAuthenticator
An authenticator which accepts a single pair of user name/password
credentials.
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
Server.getAuthenticator()
Returns the receiver's authenticator.
|
Authenticator |
AuthServiceImpl.getAuthenticator()
Returns the receiver's authenticator.
|
| Constructor and Description |
|---|
AuthServiceImpl(Authenticator authenticator,
SessionManager<T> sessionManager)
Creates a new authentication service implementation with the
given authenticator and session manager.
|
Server(Authenticator authenticator,
SessionManager<SessionClazz> sessionManager)
Creates a new server node with the default server host name and
port, and the given authenticator and session manager.
|
Server(String host,
int port,
Authenticator authenticator,
SessionManager<SessionClazz> sessionManager)
Creates a new server node with the given server host name,
port, authenticator, and session manager.
|
Server(String inHost,
int inPort,
Authenticator inAuthenticator,
SessionManager<SessionClazz> inSessionManager,
ContextClassProvider inContextClassProvider)
Create a new Server instance.
|
Copyright © 2015. All Rights Reserved.