com.ibm.ism.content.virtual

Class HTTPAuthenticator

  • java.lang.Object
    • java.net.Authenticator
      • com.ibm.ism.content.virtual.HTTPAuthenticator


  • public class HTTPAuthenticator
    extends java.net.Authenticator
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.net.Authenticator

        java.net.Authenticator.RequestorType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected java.net.PasswordAuthentication getPasswordAuthentication() 
      • Methods inherited from class java.net.Authenticator

        getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
      • Methods inherited from class java.lang.Object

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

      • HTTPAuthenticator

        public HTTPAuthenticator()
    • Method Detail

      • getPasswordAuthentication

        protected java.net.PasswordAuthentication getPasswordAuthentication()
        Overrides:
        getPasswordAuthentication in class java.net.Authenticator