Class OrtAuthenticator

  • All Implemented Interfaces:

    
    public final class OrtAuthenticator
    extends Authenticator
                        

    A caching authenticator that chains other authenticators. For proxy authentication, the OrtProxySelector is required to also be installed.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.net.Authenticator

        requestPasswordAuthenticationInstance
      • Methods inherited from class java.lang.Object

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

    • Method Detail