Uses of Interface
org.marketcetera.util.ws.stateful.Authenticator
-
Packages that use Authenticator Package Description org.marketcetera.util.ws.stateful Web services infrastructure. -
-
Uses of Authenticator in org.marketcetera.util.ws.stateful
Classes in org.marketcetera.util.ws.stateful that implement Authenticator Modifier and Type Class Description classFixedAuthenticatorAn authenticator which accepts a single pair of user name/password credentials.Fields in org.marketcetera.util.ws.stateful declared as Authenticator Modifier and Type Field Description private AuthenticatorAuthServiceImpl. mAuthenticatorprivate AuthenticatorServer. mAuthenticatorMethods in org.marketcetera.util.ws.stateful that return Authenticator Modifier and Type Method Description AuthenticatorAuthServiceImpl. getAuthenticator()Returns the receiver's authenticator.AuthenticatorServer. getAuthenticator()Returns the receiver's authenticator.Constructors in org.marketcetera.util.ws.stateful with parameters of type Authenticator Constructor Description AuthServiceImpl(Authenticator authenticator, SessionManager<T> sessionManager)Creates a new authentication service implementation with 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.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.
-