|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.XmlConfig
public class XmlConfig
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="discoveryConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}DiscoveryConfig"/>
<element name="cacheConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}CacheConfig"/>
<element name="pluginConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}PluginConfig"/>
<element name="schedulerConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}SchedulerConfig"/>
<element name="cryptoConfigParams" type="{http://www.oracle.com/schema/oracle/iam/platform/config}CryptoConfigParams"/>
<element name="ADPClassLoaderConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}ADPClassLoaderConfig"/>
<element name="notificationConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}NotificationConfig"/>
<element name="loginMapper" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="runAsUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deploymentConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}DeploymentConfig"/>
<element name="miscellaneousConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}MiscellaneousConfig"/>
<element name="ssoConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}SSOConfig"/>
<element name="callbackOwsmSecurityPolicy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SOAConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}SOAConfig"/>
<element name="oaacgConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}OAACGConfig"/>
<element name="remoteManagerConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}RemoteManagerConfig"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XmlConfig() |
|
| Method Summary | |
|---|---|
ADPClassLoaderConfig |
getADPClassLoaderConfig()Gets the value of the adpClassLoaderConfig property. |
CacheConfig |
getCacheConfig()Gets the value of the cacheConfig property. |
java.lang.String |
getCallbackOwsmSecurityPolicy()Gets the value of the callbackOwsmSecurityPolicy property. |
CryptoConfigParams |
getCryptoConfigParams()Gets the value of the cryptoConfigParams property. |
DeploymentConfig |
getDeploymentConfig()Gets the value of the deploymentConfig property. |
DiscoveryConfig |
getDiscoveryConfig()Gets the value of the discoveryConfig property. |
java.lang.String |
getLoginMapper()Gets the value of the loginMapper property. |
MiscellaneousConfig |
getMiscellaneousConfig()Gets the value of the miscellaneousConfig property. |
NotificationConfig |
getNotificationConfig()Gets the value of the notificationConfig property. |
OAACGConfig |
getOaacgConfig()Gets the value of the oaacgConfig property. |
PluginConfig |
getPluginConfig()Gets the value of the pluginConfig property. |
RemoteManagerConfig |
getRemoteManagerConfig()Gets the value of the remoteManagerConfig property. |
java.lang.String |
getRunAsUser()Gets the value of the runAsUser property. |
SchedulerConfig |
getSchedulerConfig()Gets the value of the schedulerConfig property. |
SOAConfig |
getSOAConfig()Gets the value of the soaConfig property. |
SSOConfig |
getSsoConfig()Gets the value of the ssoConfig property. |
void |
setADPClassLoaderConfig(ADPClassLoaderConfig value)Sets the value of the adpClassLoaderConfig property. |
void |
setCacheConfig(CacheConfig value)Sets the value of the cacheConfig property. |
void |
setCallbackOwsmSecurityPolicy(java.lang.String value)Sets the value of the callbackOwsmSecurityPolicy property. |
void |
setCryptoConfigParams(CryptoConfigParams value)Sets the value of the cryptoConfigParams property. |
void |
setDeploymentConfig(DeploymentConfig value)Sets the value of the deploymentConfig property. |
void |
setDiscoveryConfig(DiscoveryConfig value)Sets the value of the discoveryConfig property. |
void |
setLoginMapper(java.lang.String value)Sets the value of the loginMapper property. |
void |
setMiscellaneousConfig(MiscellaneousConfig value)Sets the value of the miscellaneousConfig property. |
void |
setNotificationConfig(NotificationConfig value)Sets the value of the notificationConfig property. |
void |
setOaacgConfig(OAACGConfig value)Sets the value of the oaacgConfig property. |
void |
setPluginConfig(PluginConfig value)Sets the value of the pluginConfig property. |
void |
setRemoteManagerConfig(RemoteManagerConfig value)Sets the value of the remoteManagerConfig property. |
void |
setRunAsUser(java.lang.String value)Sets the value of the runAsUser property. |
void |
setSchedulerConfig(SchedulerConfig value)Sets the value of the schedulerConfig property. |
void |
setSOAConfig(SOAConfig value)Sets the value of the soaConfig property. |
void |
setSsoConfig(SSOConfig value)Sets the value of the ssoConfig property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlConfig()
| Method Detail |
|---|
public DiscoveryConfig getDiscoveryConfig()
DiscoveryConfigpublic void setDiscoveryConfig(DiscoveryConfig value)
value - allowed object is DiscoveryConfigpublic CacheConfig getCacheConfig()
CacheConfigpublic void setCacheConfig(CacheConfig value)
value - allowed object is CacheConfigpublic PluginConfig getPluginConfig()
PluginConfigpublic void setPluginConfig(PluginConfig value)
value - allowed object is PluginConfigpublic SchedulerConfig getSchedulerConfig()
SchedulerConfigpublic void setSchedulerConfig(SchedulerConfig value)
value - allowed object is SchedulerConfigpublic CryptoConfigParams getCryptoConfigParams()
CryptoConfigParamspublic void setCryptoConfigParams(CryptoConfigParams value)
value - allowed object is CryptoConfigParamspublic ADPClassLoaderConfig getADPClassLoaderConfig()
ADPClassLoaderConfigpublic void setADPClassLoaderConfig(ADPClassLoaderConfig value)
value - allowed object is ADPClassLoaderConfigpublic NotificationConfig getNotificationConfig()
NotificationConfigpublic void setNotificationConfig(NotificationConfig value)
value - allowed object is NotificationConfigpublic java.lang.String getLoginMapper()
Stringpublic void setLoginMapper(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getRunAsUser()
Stringpublic void setRunAsUser(java.lang.String value)
value - allowed object is Stringpublic DeploymentConfig getDeploymentConfig()
DeploymentConfigpublic void setDeploymentConfig(DeploymentConfig value)
value - allowed object is DeploymentConfigpublic MiscellaneousConfig getMiscellaneousConfig()
MiscellaneousConfigpublic void setMiscellaneousConfig(MiscellaneousConfig value)
value - allowed object is MiscellaneousConfigpublic SSOConfig getSsoConfig()
SSOConfigpublic void setSsoConfig(SSOConfig value)
value - allowed object is SSOConfigpublic java.lang.String getCallbackOwsmSecurityPolicy()
Stringpublic void setCallbackOwsmSecurityPolicy(java.lang.String value)
value - allowed object is Stringpublic SOAConfig getSOAConfig()
SOAConfigpublic void setSOAConfig(SOAConfig value)
value - allowed object is SOAConfigpublic OAACGConfig getOaacgConfig()
OAACGConfigpublic void setOaacgConfig(OAACGConfig value)
value - allowed object is OAACGConfigpublic RemoteManagerConfig getRemoteManagerConfig()
RemoteManagerConfigpublic void setRemoteManagerConfig(RemoteManagerConfig value)
value - allowed object is RemoteManagerConfig
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||