Skip navigation links


oracle.iam.provisioning.api
Interface ConnectorInfoService


public interface ConnectorInfoService

Method Summary
 java.util.List getAllConnectorsForType(java.lang.String connectorType)
          Returns the list of connector details for a specific connector type
 java.util.List getAllInstalledConnectorTypes()
          Returns the list of all installed connector types
 ConnectorInfo getLocalizedConnectorInfo(ConnectorInfo ci)
          Returns the localized connector details for a specific connector

 

Method Detail

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.