Class Authenticator

  • Direct Known Subclasses:
    BasicAuthenticator, ClientCertificateAuthenticator, SessionAuthenticator

    public abstract class Authenticator
    extends java.lang.Object
    Authenticator is an opaque authenticator interface and not intended for application to implement a custom authenticator by subclassing Authenticator interface.

    NOTE: Authenticator is and abstract class (instead of an interface) so that the authenticate method is visible only in this package.

    • Constructor Summary

      Constructors 
      Constructor Description
      Authenticator()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Authenticator

        public Authenticator()