Apache CXF API

org.apache.cxf.transport.http
Class ReferencingAuthenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by org.apache.cxf.transport.http.ReferencingAuthenticator

public class ReferencingAuthenticator
extends Authenticator


Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
 
Constructor Summary
ReferencingAuthenticator(Authenticator cxfauth, Authenticator wrapped)
           
 
Method Summary
 void check()
           
protected  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

ReferencingAuthenticator

public ReferencingAuthenticator(Authenticator cxfauth,
                                Authenticator wrapped)
Method Detail

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class Authenticator

check

public final void check()

Apache CXF API

Apache CXF