Package oracle.iam.provisioning.api
Interface ConnectorInfoService
public interface ConnectorInfoService
-
Method Summary
Modifier and TypeMethodDescriptiongetAllConnectorsForType
(String connectorType) Returns the list of connector details for a specific connector typeReturns the list of all installed connector typesReturns the localized connector details for a specific connector
-
Method Details
-
getAllInstalledConnectorTypes
Returns the list of all installed connector types- Returns:
- the list of display names of all installed connector types in the alphabetically sorted order
- Throws:
GenericAppConfigException
-
getAllConnectorsForType
Returns the list of connector details for a specific connector type- Parameters:
connectorType
- - Display name of a specific connector bundle- Returns:
- list of ConnectorInfo instances for a specific connector type. Note: All connector messages are returned in English
- Throws:
GenericAppConfigException
-
getLocalizedConnectorInfo
Returns the localized connector details for a specific connector- Parameters:
ci
- - Instance of ConnectorInfo (which would not contain localized message)- Returns:
- ConnectorInfo with locale-specific display name/help message
- Throws:
GenericAppConfigException
-