org.deegree.services.jaxb.security
Class CredentialsProviderType

java.lang.Object
  extended by org.deegree.services.jaxb.security.CredentialsProviderType

public class CredentialsProviderType
extends Object

Defines credentials provider used for the services.

Java class for CredentialsProviderType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CredentialsProviderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HttpBasicCredentialsProvider" type="{http://www.deegree.org/services/security}empty" minOccurs="0"/>
         <element name="HttpDigestCredentialsProvider" type="{http://www.deegree.org/services/security}empty" minOccurs="0"/>
         <element name="SOAPCredentialsProvider" type="{http://www.deegree.org/services/security}empty" minOccurs="0"/>
         <element name="DeegreeCredentialsProvider" type="{http://www.deegree.org/services/security}empty" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Empty deegreeCredentialsProvider
           
protected  Empty httpBasicCredentialsProvider
           
protected  Empty httpDigestCredentialsProvider
           
protected  Empty soapCredentialsProvider
           
 
Constructor Summary
CredentialsProviderType()
           
 
Method Summary
 Empty getDeegreeCredentialsProvider()
          Gets the value of the deegreeCredentialsProvider property.
 Empty getHttpBasicCredentialsProvider()
          Gets the value of the httpBasicCredentialsProvider property.
 Empty getHttpDigestCredentialsProvider()
          Gets the value of the httpDigestCredentialsProvider property.
 Empty getSOAPCredentialsProvider()
          Gets the value of the soapCredentialsProvider property.
 void setDeegreeCredentialsProvider(Empty value)
          Sets the value of the deegreeCredentialsProvider property.
 void setHttpBasicCredentialsProvider(Empty value)
          Sets the value of the httpBasicCredentialsProvider property.
 void setHttpDigestCredentialsProvider(Empty value)
          Sets the value of the httpDigestCredentialsProvider property.
 void setSOAPCredentialsProvider(Empty value)
          Sets the value of the soapCredentialsProvider property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpBasicCredentialsProvider

protected Empty httpBasicCredentialsProvider

httpDigestCredentialsProvider

protected Empty httpDigestCredentialsProvider

soapCredentialsProvider

protected Empty soapCredentialsProvider

deegreeCredentialsProvider

protected Empty deegreeCredentialsProvider
Constructor Detail

CredentialsProviderType

public CredentialsProviderType()
Method Detail

getHttpBasicCredentialsProvider

public Empty getHttpBasicCredentialsProvider()
Gets the value of the httpBasicCredentialsProvider property.

Returns:
possible object is Empty

setHttpBasicCredentialsProvider

public void setHttpBasicCredentialsProvider(Empty value)
Sets the value of the httpBasicCredentialsProvider property.

Parameters:
value - allowed object is Empty

getHttpDigestCredentialsProvider

public Empty getHttpDigestCredentialsProvider()
Gets the value of the httpDigestCredentialsProvider property.

Returns:
possible object is Empty

setHttpDigestCredentialsProvider

public void setHttpDigestCredentialsProvider(Empty value)
Sets the value of the httpDigestCredentialsProvider property.

Parameters:
value - allowed object is Empty

getSOAPCredentialsProvider

public Empty getSOAPCredentialsProvider()
Gets the value of the soapCredentialsProvider property.

Returns:
possible object is Empty

setSOAPCredentialsProvider

public void setSOAPCredentialsProvider(Empty value)
Sets the value of the soapCredentialsProvider property.

Parameters:
value - allowed object is Empty

getDeegreeCredentialsProvider

public Empty getDeegreeCredentialsProvider()
Gets the value of the deegreeCredentialsProvider property.

Returns:
possible object is Empty

setDeegreeCredentialsProvider

public void setDeegreeCredentialsProvider(Empty value)
Sets the value of the deegreeCredentialsProvider property.

Parameters:
value - allowed object is Empty


Copyright © 2011. All Rights Reserved.