Interface AuthMethod

    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        assigned name of this authentication method
      • init

        void init​(AuthParams params)
        This method must be called before requesting authentication with this method.
        Parameters:
        params - parameters needed for authentication
      • shouldRetry

        boolean shouldRetry()
        Returns:
        whether authentication should be reattempted if it failed.
      • setLoggerFactory

        void setLoggerFactory​(LoggerFactory loggerFactory)