Package wt.auth
Class ReAuthAuthenticator
java.lang.Object
wt.auth.ReAuthAuthenticator
- All Implemented Interfaces:
Externalizable,Serializable,MethodAuthenticator
A
Supported API: true
Extendable: false
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 Summary
ConstructorsConstructorDescriptionSupported API: trueReAuthAuthenticator(MethodAuthenticator nested_authenticator) Supported API: true -
Method Summary
-
Constructor Details
-
ReAuthAuthenticator
public ReAuthAuthenticator()Supported API: true -
ReAuthAuthenticator
Supported API: true
-