Uses of Class
org.apache.woden.wsdl20.extensions.http.HTTPAuthenticationScheme

Packages that use HTTPAuthenticationScheme
org.apache.woden.ant   
org.apache.woden.internal.wsdl20.extensions.http   
org.apache.woden.internal.wsdl20.extensions.soap   
org.apache.woden.internal.xml   
org.apache.woden.wsdl20.extensions.http   
org.apache.woden.wsdl20.extensions.soap   
org.apache.woden.xml   
 

Uses of HTTPAuthenticationScheme in org.apache.woden.ant
 

Methods in org.apache.woden.ant with parameters of type HTTPAuthenticationScheme
 void CmHttpWriter.write(java.lang.String tag, HTTPAuthenticationScheme scheme)
           
 

Uses of HTTPAuthenticationScheme in org.apache.woden.internal.wsdl20.extensions.http
 

Methods in org.apache.woden.internal.wsdl20.extensions.http that return HTTPAuthenticationScheme
 HTTPAuthenticationScheme HTTPEndpointExtensionsImpl.getHttpAuthenticationScheme()
           
 

Uses of HTTPAuthenticationScheme in org.apache.woden.internal.wsdl20.extensions.soap
 

Methods in org.apache.woden.internal.wsdl20.extensions.soap that return HTTPAuthenticationScheme
 HTTPAuthenticationScheme SOAPEndpointExtensionsImpl.getHttpAuthenticationScheme()
           
 

Uses of HTTPAuthenticationScheme in org.apache.woden.internal.xml
 

Methods in org.apache.woden.internal.xml that return HTTPAuthenticationScheme
 HTTPAuthenticationScheme HTTPAuthenticationSchemeAttrImpl.getScheme()
           
 

Uses of HTTPAuthenticationScheme in org.apache.woden.wsdl20.extensions.http
 

Fields in org.apache.woden.wsdl20.extensions.http declared as HTTPAuthenticationScheme
static HTTPAuthenticationScheme HTTPAuthenticationScheme.BASIC
           
static HTTPAuthenticationScheme HTTPAuthenticationScheme.DIGEST
           
 

Methods in org.apache.woden.wsdl20.extensions.http that return HTTPAuthenticationScheme
 HTTPAuthenticationScheme HTTPEndpointExtensions.getHttpAuthenticationScheme()
           
 

Uses of HTTPAuthenticationScheme in org.apache.woden.wsdl20.extensions.soap
 

Methods in org.apache.woden.wsdl20.extensions.soap that return HTTPAuthenticationScheme
 HTTPAuthenticationScheme SOAPEndpointExtensions.getHttpAuthenticationScheme()
          If the SOAP binding specifies HTTP as the underlying protocol, the {http authentication scheme} property is added to the Endpoint component and it will be returned by this method.
 

Uses of HTTPAuthenticationScheme in org.apache.woden.xml
 

Methods in org.apache.woden.xml that return HTTPAuthenticationScheme
 HTTPAuthenticationScheme HTTPAuthenticationSchemeAttr.getScheme()
           
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.