Skip navigation links 
 
oracle.iam.provisioning.api
Interface ConnectorInfoService
- 
public interface ConnectorInfoService
 
 
 
 
getAllInstalledConnectorTypes
java.util.List getAllInstalledConnectorTypes()
                                             throws GenericAppConfigException
- 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
java.util.List getAllConnectorsForType(java.lang.String connectorType)
                                       throws GenericAppConfigException
- 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
ConnectorInfo getLocalizedConnectorInfo(ConnectorInfo ci)
                                        throws GenericAppConfigException
- 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 
 
Skip navigation links 
 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.