Class AbstractConnectorInfo
java.lang.Object
org.identityconnectors.framework.impl.api.AbstractConnectorInfo
- All Implemented Interfaces:
ConnectorInfo
- Direct Known Subclasses:
LocalConnectorInfoImpl,RemoteConnectorInfoImpl
Common base class shared between local and remote implementations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal APIConfigurationLoads theConnectorandConfigurationclass in order to determine the proper default configuration parameters.final StringGet the category this connector belongs to.final Stringfinal StringReturns a friendly name suitable for display in the UI.final Stringfinal ConnectorKeyUniquely identifies this connector in a given installation.final APIConfigurationImplfinal ConnectorMessagesReturns the connector messages for this connector.final voidfinal voidfinal voidfinal voidfinal voidsetMessages(ConnectorMessages messages)
-
Constructor Details
-
AbstractConnectorInfo
protected AbstractConnectorInfo()
-
-
Method Details
-
getMessages
Description copied from interface:ConnectorInfoReturns the connector messages for this connector.- Specified by:
getMessagesin interfaceConnectorInfo- Returns:
- The connector messages for this connector.
-
setMessages
-
getConnectorDisplayName
Description copied from interface:ConnectorInfoReturns a friendly name suitable for display in the UI. The name will be localized using theCurrentLocale.- Specified by:
getConnectorDisplayNamein interfaceConnectorInfo- Returns:
- The friendly name
-
getConnectorDisplayNameKey
-
setConnectorDisplayNameKey
-
getConnectorCategory
Description copied from interface:ConnectorInfoGet the category this connector belongs to.- Specified by:
getConnectorCategoryin interfaceConnectorInfo- Returns:
- category name.
-
getConnectorCategoryKey
-
setConnectorCategoryKey
-
getConnectorKey
Description copied from interface:ConnectorInfoUniquely identifies this connector in a given installation.- Specified by:
getConnectorKeyin interfaceConnectorInfo- Returns:
- The connector key
-
setConnectorKey
-
createDefaultAPIConfiguration
Description copied from interface:ConnectorInfoLoads theConnectorandConfigurationclass in order to determine the proper default configuration parameters.- Specified by:
createDefaultAPIConfigurationin interfaceConnectorInfo
-
getDefaultAPIConfiguration
-
setDefaultAPIConfiguration
-