com.eviware.soapui.impl.wsdl.support.wsdl
Class UrlWsdlLoader.WsdlCredentialsProvider

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.wsdl.UrlWsdlLoader.WsdlCredentialsProvider
All Implemented Interfaces:
org.apache.commons.httpclient.auth.CredentialsProvider
Enclosing class:
UrlWsdlLoader

public static final class UrlWsdlLoader.WsdlCredentialsProvider
extends java.lang.Object
implements org.apache.commons.httpclient.auth.CredentialsProvider


Nested Class Summary
protected  class UrlWsdlLoader.WsdlCredentialsProvider.CancelAction
           
protected  class UrlWsdlLoader.WsdlCredentialsProvider.OkAction
           
 
Field Summary
 boolean canceled
           
 
Fields inherited from interface org.apache.commons.httpclient.auth.CredentialsProvider
PROVIDER
 
Constructor Summary
UrlWsdlLoader.WsdlCredentialsProvider()
           
 
Method Summary
 ActionList buildDefaultActions()
           
 void closeDialog()
           
 org.apache.commons.httpclient.Credentials getCredentials(org.apache.commons.httpclient.auth.AuthScheme authscheme, java.lang.String host, int port, boolean proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canceled

public boolean canceled
Constructor Detail

UrlWsdlLoader.WsdlCredentialsProvider

public UrlWsdlLoader.WsdlCredentialsProvider()
Method Detail

getCredentials

public org.apache.commons.httpclient.Credentials getCredentials(org.apache.commons.httpclient.auth.AuthScheme authscheme,
                                                                java.lang.String host,
                                                                int port,
                                                                boolean proxy)
                                                         throws org.apache.commons.httpclient.auth.CredentialsNotAvailableException
Specified by:
getCredentials in interface org.apache.commons.httpclient.auth.CredentialsProvider
Throws:
org.apache.commons.httpclient.auth.CredentialsNotAvailableException

buildDefaultActions

public ActionList buildDefaultActions()

closeDialog

public void closeDialog()


Copyright © 2005-2007 eviware.com. All Rights Reserved.