org.deegree.services.jaxb.security
Class SecurityConfiguration

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

public class SecurityConfiguration
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CredentialsProvider" type="{http://www.deegree.org/services/security}CredentialsProviderType" minOccurs="0"/>
       </sequence>
       <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String configVersion
           
protected  CredentialsProviderType credentialsProvider
           
 
Constructor Summary
SecurityConfiguration()
           
 
Method Summary
 java.lang.String getConfigVersion()
          Gets the value of the configVersion property.
 CredentialsProviderType getCredentialsProvider()
          Gets the value of the credentialsProvider property.
 void setConfigVersion(java.lang.String value)
          Sets the value of the configVersion property.
 void setCredentialsProvider(CredentialsProviderType value)
          Sets the value of the credentialsProvider property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

credentialsProvider

protected CredentialsProviderType credentialsProvider

configVersion

protected java.lang.String configVersion
Constructor Detail

SecurityConfiguration

public SecurityConfiguration()
Method Detail

getCredentialsProvider

public CredentialsProviderType getCredentialsProvider()
Gets the value of the credentialsProvider property.

Returns:
possible object is CredentialsProviderType

setCredentialsProvider

public void setCredentialsProvider(CredentialsProviderType value)
Sets the value of the credentialsProvider property.

Parameters:
value - allowed object is CredentialsProviderType

getConfigVersion

public java.lang.String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(java.lang.String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.