Uses of Interface
org.marketcetera.util.ws.stateful.Authenticator

Packages that use Authenticator
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
 class FixedAuthenticator
          An authenticator which accepts a single pair of user name/password credentials.
 

Methods in org.marketcetera.util.ws.stateful that return Authenticator
 Authenticator AuthServiceImpl.getAuthenticator()
          Returns the receiver's authenticator.
 Authenticator Server.getAuthenticator()
          Returns the receiver's authenticator.
 

Constructors in org.marketcetera.util.ws.stateful with parameters of type Authenticator
AuthServiceImpl(Authenticator authenticator, SessionManager<T> sessionManager)
          Creates a new authentication service implementation with the given authenticator and session manager.
Server(Authenticator authenticator, SessionManager<T> 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<T> 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<T> inSessionManager, Class<?>... inContextClasses)
          Create a new Server instance.
 



Copyright © 2012. All Rights Reserved.