Package wt.auth

Class ReAuthAuthenticator

java.lang.Object
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:
  • Constructor Details

    • ReAuthAuthenticator

      public ReAuthAuthenticator()
      Supported API: true
    • ReAuthAuthenticator

      public ReAuthAuthenticator(MethodAuthenticator nested_authenticator)
      Supported API: true