wt.auth
Class NullLogin

java.lang.Object
  extended by wt.auth.NullLogin
All Implemented Interfaces:
Externalizable, Serializable, MethodAuthenticator

public class NullLogin
extends Object
implements MethodAuthenticator, Externalizable

This is a bootstrapping authenticator used if server is willing to accept client supplied value of user.name system property.

Supported API: true
Extendable: false

See Also:
Serialized Form

Constructor Summary
NullLogin()
          Supported API: true
NullLogin(String session_id)
          Supported API: true
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLogin

public NullLogin()
Supported API: true


NullLogin

public NullLogin(String session_id)
Supported API: true