Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.tip.pc.services.identity.ext
Interface IServiceProvider

All Known Subinterfaces:
IHierarchyProvider, IPositionDisplayNameProvider, IPositionLookupProvider

public interface IServiceProvider

All service providers must implements this interface. This interfaces provides a method to initilize a provider. Workflow frameworks loads the providers defined in workflow identity configuration file. The init methods is called to initilize the provider.


Method Summary
 void init(java.util.Map properties)
          Initlaizes the provider.

 

Method Detail

init

void init(java.util.Map properties)
Initlaizes the provider. This method is called to initialize a ServiceProvider defined in the cofiguration file with a map of properties defined in the file. Each value defined in under tag <initializationParameter> in the identity confuration file is put in the map.
Parameters:
properties - map with name and values

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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