Skip navigation links


oracle.iam.config.jaxb
Class XmlConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.XmlConfig


public class XmlConfig
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="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

XmlConfig

public XmlConfig()

Method Detail

getDiscoveryConfig

public DiscoveryConfig getDiscoveryConfig()
Gets the value of the discoveryConfig property.
Returns:
possible object is DiscoveryConfig

setDiscoveryConfig

public void setDiscoveryConfig(DiscoveryConfig value)
Sets the value of the discoveryConfig property.
Parameters:
value - allowed object is DiscoveryConfig

getCacheConfig

public CacheConfig getCacheConfig()
Gets the value of the cacheConfig property.
Returns:
possible object is CacheConfig

setCacheConfig

public void setCacheConfig(CacheConfig value)
Sets the value of the cacheConfig property.
Parameters:
value - allowed object is CacheConfig

getPluginConfig

public PluginConfig getPluginConfig()
Gets the value of the pluginConfig property.
Returns:
possible object is PluginConfig

setPluginConfig

public void setPluginConfig(PluginConfig value)
Sets the value of the pluginConfig property.
Parameters:
value - allowed object is PluginConfig

getSchedulerConfig

public SchedulerConfig getSchedulerConfig()
Gets the value of the schedulerConfig property.
Returns:
possible object is SchedulerConfig

setSchedulerConfig

public void setSchedulerConfig(SchedulerConfig value)
Sets the value of the schedulerConfig property.
Parameters:
value - allowed object is SchedulerConfig

getCryptoConfigParams

public CryptoConfigParams getCryptoConfigParams()
Gets the value of the cryptoConfigParams property.
Returns:
possible object is CryptoConfigParams

setCryptoConfigParams

public void setCryptoConfigParams(CryptoConfigParams value)
Sets the value of the cryptoConfigParams property.
Parameters:
value - allowed object is CryptoConfigParams

getADPClassLoaderConfig

public ADPClassLoaderConfig getADPClassLoaderConfig()
Gets the value of the adpClassLoaderConfig property.
Returns:
possible object is ADPClassLoaderConfig

setADPClassLoaderConfig

public void setADPClassLoaderConfig(ADPClassLoaderConfig value)
Sets the value of the adpClassLoaderConfig property.
Parameters:
value - allowed object is ADPClassLoaderConfig

getNotificationConfig

public NotificationConfig getNotificationConfig()
Gets the value of the notificationConfig property.
Returns:
possible object is NotificationConfig

setNotificationConfig

public void setNotificationConfig(NotificationConfig value)
Sets the value of the notificationConfig property.
Parameters:
value - allowed object is NotificationConfig

getLoginMapper

public java.lang.String getLoginMapper()
Gets the value of the loginMapper property.
Returns:
possible object is String

setLoginMapper

public void setLoginMapper(java.lang.String value)
Sets the value of the loginMapper property.
Parameters:
value - allowed object is String

getRunAsUser

public java.lang.String getRunAsUser()
Gets the value of the runAsUser property.
Returns:
possible object is String

setRunAsUser

public void setRunAsUser(java.lang.String value)
Sets the value of the runAsUser property.
Parameters:
value - allowed object is String

getDeploymentConfig

public DeploymentConfig getDeploymentConfig()
Gets the value of the deploymentConfig property.
Returns:
possible object is DeploymentConfig

setDeploymentConfig

public void setDeploymentConfig(DeploymentConfig value)
Sets the value of the deploymentConfig property.
Parameters:
value - allowed object is DeploymentConfig

getMiscellaneousConfig

public MiscellaneousConfig getMiscellaneousConfig()
Gets the value of the miscellaneousConfig property.
Returns:
possible object is MiscellaneousConfig

setMiscellaneousConfig

public void setMiscellaneousConfig(MiscellaneousConfig value)
Sets the value of the miscellaneousConfig property.
Parameters:
value - allowed object is MiscellaneousConfig

getSsoConfig

public SSOConfig getSsoConfig()
Gets the value of the ssoConfig property.
Returns:
possible object is SSOConfig

setSsoConfig

public void setSsoConfig(SSOConfig value)
Sets the value of the ssoConfig property.
Parameters:
value - allowed object is SSOConfig

getCallbackOwsmSecurityPolicy

public java.lang.String getCallbackOwsmSecurityPolicy()
Gets the value of the callbackOwsmSecurityPolicy property.
Returns:
possible object is String

setCallbackOwsmSecurityPolicy

public void setCallbackOwsmSecurityPolicy(java.lang.String value)
Sets the value of the callbackOwsmSecurityPolicy property.
Parameters:
value - allowed object is String

getSOAConfig

public SOAConfig getSOAConfig()
Gets the value of the soaConfig property.
Returns:
possible object is SOAConfig

setSOAConfig

public void setSOAConfig(SOAConfig value)
Sets the value of the soaConfig property.
Parameters:
value - allowed object is SOAConfig

getOaacgConfig

public OAACGConfig getOaacgConfig()
Gets the value of the oaacgConfig property.
Returns:
possible object is OAACGConfig

setOaacgConfig

public void setOaacgConfig(OAACGConfig value)
Sets the value of the oaacgConfig property.
Parameters:
value - allowed object is OAACGConfig

getRemoteManagerConfig

public RemoteManagerConfig getRemoteManagerConfig()
Gets the value of the remoteManagerConfig property.
Returns:
possible object is RemoteManagerConfig

setRemoteManagerConfig

public void setRemoteManagerConfig(RemoteManagerConfig value)
Sets the value of the remoteManagerConfig property.
Parameters:
value - allowed object is RemoteManagerConfig

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.