Skip navigation links


org.identityconnectors.framework.api
Interface ConnectorInfo


public interface ConnectorInfo

The connector meta-data for a given connector.


Method Summary
 APIConfiguration createDefaultAPIConfiguration()
          Loads the Connector and Configuration class in order to determine the proper default configuration parameters.
 java.lang.String getConnectorDisplayName()
          Returns a friendly name suitable for display in the UI.
 ConnectorKey getConnectorKey()
          Uniquely identifies this connector in a given installation
 ConnectorMessages getMessages()
          Returns the connector messages for this connector

 

Method Detail

getConnectorDisplayName

java.lang.String getConnectorDisplayName()
Returns a friendly name suitable for display in the UI. The name will be localized using the CurrentLocale.
Returns:
The friendly name

getMessages

ConnectorMessages getMessages()
Returns the connector messages for this connector
Returns:
The connector messages for this connector.

getConnectorKey

ConnectorKey getConnectorKey()
Uniquely identifies this connector in a given installation
Returns:
The connector key

createDefaultAPIConfiguration

APIConfiguration createDefaultAPIConfiguration()
Loads the Connector and Configuration class in order to determine the proper default configuration parameters.

Skip navigation links


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.