com.eviware.soapui.impl.wsdl.submit.filters
Class WsdlRequestCredentialsProvider

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.submit.filters.WsdlRequestCredentialsProvider
All Implemented Interfaces:
org.apache.commons.httpclient.auth.CredentialsProvider

public final class WsdlRequestCredentialsProvider
extends java.lang.Object
implements org.apache.commons.httpclient.auth.CredentialsProvider

Provided credentials from equivilant WsdlRequest properties

Author:
Ole.Matzura

Field Summary
 
Fields inherited from interface org.apache.commons.httpclient.auth.CredentialsProvider
PROVIDER
 
Constructor Summary
WsdlRequestCredentialsProvider(WsdlRequest wsdlRequest)
           
 
Method Summary
 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
 

Constructor Detail

WsdlRequestCredentialsProvider

public WsdlRequestCredentialsProvider(WsdlRequest wsdlRequest)
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


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