Class AuthenticatorFactory


  • public class AuthenticatorFactory
    extends java.lang.Object
    Utility method to return the appropriate authenticator according to the scheme that the server uses.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Authenticator getAuthenticator​(java.lang.String authScheme)
      Return a new authenticator instance.
      • Methods inherited from class java.lang.Object

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

      • AuthenticatorFactory

        public AuthenticatorFactory()
    • Method Detail

      • getAuthenticator

        public static Authenticator getAuthenticator​(java.lang.String authScheme)
        Return a new authenticator instance.
        Parameters:
        authScheme - The scheme used
        Returns:
        the authenticator