Interface HttpBasicAuthentication


  • public interface HttpBasicAuthentication
    Simple Http Basic Authentication
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static java.net.Authenticator create​(java.lang.String username, java.lang.String password)
      Create a new HTTP Basic Authenticator
    • Method Detail

      • create

        static java.net.Authenticator create​(java.lang.String username,
                                             java.lang.String password)
        Create a new HTTP Basic Authenticator
        Parameters:
        username - username
        password - password
        Returns:
        new Authenticator object