|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.security.SecurityConfiguration
public class SecurityConfiguration
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 String |
configVersion
|
protected CredentialsProviderType |
credentialsProvider
|
Constructor Summary | |
---|---|
SecurityConfiguration()
|
Method Summary | |
---|---|
String |
getConfigVersion()
Gets the value of the configVersion property. |
CredentialsProviderType |
getCredentialsProvider()
Gets the value of the credentialsProvider property. |
void |
setConfigVersion(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 |
---|
protected CredentialsProviderType credentialsProvider
protected String configVersion
Constructor Detail |
---|
public SecurityConfiguration()
Method Detail |
---|
public CredentialsProviderType getCredentialsProvider()
CredentialsProviderType
public void setCredentialsProvider(CredentialsProviderType value)
value
- allowed object is
CredentialsProviderType
public String getConfigVersion()
String
public void setConfigVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |