wt.auth
Class ReAuthAuthenticator

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

public class ReAuthAuthenticator
extends Object
implements MethodAuthenticator, Externalizable

A MethodAuthenticator that is used when re-authenticating an existing session. This authenticator wraps a real authenticator but redirects the first retry to a harmless ping to avoid re-authenticating in an infinite loop.

Supported API: true
Extendable: false

See Also:
Serialized Form

Constructor Summary
ReAuthAuthenticator()
          Supported API: true
ReAuthAuthenticator(MethodAuthenticator nested_authenticator)
          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

ReAuthAuthenticator

public ReAuthAuthenticator()
Supported API: true


ReAuthAuthenticator

public ReAuthAuthenticator(MethodAuthenticator nested_authenticator)
Supported API: true