|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface describing the Identity Service configurations This interface is implemented to provide configuration details to Identity Service. A minimum valid configuration comprises of: <ISConfiguration xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig" > <configurations> <configuration realmname="myRealm" default="true"> <provider providerType="IDM" name="MyProvider" service="Identity"> <property name="jpsContextName" value="default" /> </provider> </configuration> </configurations> </ISConfiguration>
Method Summary | |
Configuration |
getConfiguration(java.lang.String realmName) Gets IdentityService Configuration associated with a logical realm name as configured in the configurations. |
java.util.Map |
getConfigurations() Gets a Map of Configurations. |
java.lang.String |
getDefaultRealmName() Gets name of default logical realm. |
java.util.Set |
getSupportedRealmNames() Gets set of supported logical realms as configured in the configuration file. |
Methods inherited from interface oracle.tip.pc.services.common.Service |
getStatus |
Method Detail |
public Configuration getConfiguration(java.lang.String realmName) throws BPMIdentityException
realmName
- The name of the logical realm that is to be represented by this Configuration object.BPMIdentityException
- If configuration is invalid or malformed.public java.util.Map getConfigurations() throws BPMIdentityException
Map
of Configurations. The logical realm name acts as the key to the configurations.BPMIdentityException
- If configuration is invalid or malformed.public java.util.Set getSupportedRealmNames() throws BPMIdentityException
BPMIdentityException
- If configuration is invalid or malformed.public java.lang.String getDefaultRealmName() throws BPMIdentityException
BPMIdentityException
- If configuration is invalid or malformed or, no default exists.
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2006, Oracle. All rights reserved.