Class DefaultAuthenticator


  • public class DefaultAuthenticator
    extends Authenticator
    This is a very simple authentication object that can be used for any transport needing basic userName and password type authentication.
    Since:
    1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultAuthenticator​(java.lang.String userName, java.lang.String password)
      Default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DefaultAuthenticator

        public DefaultAuthenticator​(java.lang.String userName,
                                    java.lang.String password)
        Default constructor.
        Parameters:
        userName - user name to use when authentication is requested
        password - password to use when authentication is requested
        Since:
        1.0