Class ISConfigurationService
java.lang.Object
oracle.tip.pc.services.identity.config.ISConfigurationService
- All Implemented Interfaces:
Service
,BPMIdentityConfigService
A service around the Identity Service configuration file.
- Since:
- release specific (what release of product did this appear in)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfiguration
(String realmName) Gets IdentityService Configuration for given realm nameGets map of IdentityService Configurations, where key in the map is configuration realm namegetConfiguredApplications
(String realmName) Gets List of configured application name (application id) for identity service provider.Gets name of default realmNamestatic ISConfigurationService
Returns an instance of the service.Gtes service statusGets set of supported realmNames
-
Constructor Details
-
ISConfigurationService
public ISConfigurationService()
-
-
Method Details
-
getInstance
Returns an instance of the service. -
getConfiguration
Gets IdentityService Configuration for given realm name- Specified by:
getConfiguration
in interfaceBPMIdentityConfigService
- Parameters:
realmName
- The name of the logical realm that is to be represented by this Configuration object.- Returns:
- A
Configuration
instance. - Throws:
BPMConfigException
- if configuration is invalid or no matching configuration is foundBPMIdentityException
- If configuration is invalid or malformed.
-
getConfigurations
Gets map of IdentityService Configurations, where key in the map is configuration realm name- Specified by:
getConfigurations
in interfaceBPMIdentityConfigService
- Returns:
- Map of Configurations
- Throws:
BPMConfigException
- if configuration is invalidBPMIdentityException
- If configuration is invalid or malformed.
-
getSupportedRealmNames
Gets set of supported realmNames- Specified by:
getSupportedRealmNames
in interfaceBPMIdentityConfigService
- Returns:
- set of supported realm names
- Throws:
BPMConfigException
- if configuration is invalidBPMIdentityException
- If configuration is invalid or malformed.
-
getDefaultRealmName
Gets name of default realmName- Specified by:
getDefaultRealmName
in interfaceBPMIdentityConfigService
- Returns:
- name of default realmName
- Throws:
BPMConfigException
- if configuration is invalid or no default existsBPMIdentityException
- If configuration is invalid or malformed or, no default exists.
-
getConfiguredApplications
Description copied from interface:BPMIdentityConfigService
Gets List of configured application name (application id) for identity service provider. This provider(s) is(are) the one(s) associatd with the logical realm that is passed as a parmater.- Specified by:
getConfiguredApplications
in interfaceBPMIdentityConfigService
- Parameters:
realmName
- A logical realm name- Returns:
- List of configured application id for identity service provider associated with realmName.
- Throws:
BPMConfigException
- See Also:
-
getStatus
Gtes service status
-