Class ProxyBasicAuthenticator


  • class ProxyBasicAuthenticator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.nio.charset.Charset CHARACTER_SET
      Encoding used for authentication calculations.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String generateAuthorizationHeader​(java.lang.String userName, java.lang.String password)  
      • Methods inherited from class java.lang.Object

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

      • CHARACTER_SET

        private static final java.nio.charset.Charset CHARACTER_SET
        Encoding used for authentication calculations.
    • Constructor Detail

      • ProxyBasicAuthenticator

        ProxyBasicAuthenticator()