Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity.config
Class ISConfiguration

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byoracle.tip.pc.services.identity.config.ConfigurationProperties
                  extended byoracle.tip.pc.services.identity.config.ISConfiguration

All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ISConfiguration
extends ConfigurationProperties
Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Method Summary
 java.lang.String getConfigFileName()
          Gets configuration file name
static ISConfiguration getInstance()
          Gets IdentityService Configuration
 ProviderCfg getProviderCfg()
          Gets ProviderCfg
static void main(java.lang.String[] arg)
          Test
 void refresh()
          Refresh configuration
 org.w3c.dom.Element toXMLElement(org.w3c.dom.Document doc)
          To XMLElement

 

Methods inherited from class oracle.tip.pc.services.identity.config.ConfigurationProperties
toString

 

Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store

 

Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, values

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Method Detail

getInstance

public static ISConfiguration getInstance()
                                   throws BPMIdentityServiceConfigException
Gets IdentityService Configuration
Returns:
BPMIdemtityService Configuration
Throws:
BPMIdentityServiceConfigException
java.lang.Exception

getConfigFileName

public java.lang.String getConfigFileName()
Gets configuration file name
Returns:
file name

getProviderCfg

public ProviderCfg getProviderCfg()
Gets ProviderCfg
Returns:
ProviderCfg

refresh

public void refresh()
Refresh configuration

toXMLElement

public org.w3c.dom.Element toXMLElement(org.w3c.dom.Document doc)
To XMLElement
Parameters:
doc - a Document
Returns:
root Element

main

public static void main(java.lang.String[] arg)
Test

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.