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


oracle.tip.pc.services.identity
Class ISConfig

java.lang.Object
  extended byoracle.tip.pc.services.identity.ISConfig


Deprecated. The class is deprecated. Use oracle.tip.pc.services.identity.config.ISConfiguration class instead.

public class ISConfig
extends java.lang.Object

ISConfig class defines BPLE Process Manager Configuration


Method Summary
 java.lang.String getConfigFileName()
          Deprecated. Gets configuration file name
 java.util.Map getConnectionPoolProperties()
          Deprecated.  
 java.util.Map getConnectionProperties()
          Deprecated.  
static ISConfig getInstance()
          Deprecated.  
 java.lang.String getJAZNProvider()
          Deprecated.  
 java.lang.String getProperty(java.lang.String name)
          Deprecated.  
 java.lang.String getProperty(java.lang.String name, java.lang.String defaultValue)
          Deprecated. Gets property
 java.lang.String getProviderClass()
          Deprecated.  
 java.lang.String getProviderName()
          Deprecated.  
 java.util.Map getProviderProperties()
          Deprecated. Gets provider properties
 java.lang.String getProviderType()
          Deprecated.  
 java.util.Map getRoleSearchProperties()
          Deprecated.  
 java.util.Map getUserSearchProperties()
          Deprecated. Gets User Search Properties
static void main(java.lang.String[] arg)
          Deprecated. Test

 

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

 

Method Detail

getInstance

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

getProperty

public java.lang.String getProperty(java.lang.String name,
                                    java.lang.String defaultValue)
Deprecated. 
Gets property
Parameters:
name - a property name
defaultValue - a default value to be set if property value is null
Returns:
property value or default value if property is null

getProperty

public java.lang.String getProperty(java.lang.String name)
Deprecated.  
Gets property
Parameters:
name - a property name
Returns:
property value or default value if property is null

getProviderType

public java.lang.String getProviderType()
Deprecated.  
Gets provider type
Returns:
provider type

getProviderClass

public java.lang.String getProviderClass()
Deprecated.  
Gets provider class name
Returns:
provider class name

getProviderName

public java.lang.String getProviderName()
Deprecated.  
Gets provider name
Returns:
provider name

getProviderProperties

public java.util.Map getProviderProperties()
Deprecated. 
Gets provider properties
Returns:
provider properties

getConnectionProperties

public java.util.Map getConnectionProperties()
Deprecated.  
Gets Connection Properties
Returns:
Map of connection properties

getConnectionPoolProperties

public java.util.Map getConnectionPoolProperties()
Deprecated.  
Gets ConnectionPool Properties
Returns:
ConnectionPool Properties

getUserSearchProperties

public java.util.Map getUserSearchProperties()
Deprecated. 
Gets User Search Properties
Returns:
User Search Properties

getRoleSearchProperties

public java.util.Map getRoleSearchProperties()
Deprecated.  
Gets role rearch Properties
Returns:

getJAZNProvider

public java.lang.String getJAZNProvider()
Deprecated.  
Gets JAZN provider name
Returns:

getConfigFileName

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

main

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

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


Copyright © 2005, Oracle. All rights reserved.