Class ConnectorKey
- java.lang.Object
-
- org.identityconnectors.framework.api.ConnectorKey
-
public final class ConnectorKey extends Object
Uniquely identifies a connector within an installation. Consists of the triple (bundleName, bundleVersion, connectorName)
-
-
Constructor Summary
Constructors Constructor Description ConnectorKey(String bundleName, String bundleVersion, String connectorName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBundleName()StringgetBundleVersion()StringgetConnectorName()inthashCode()StringtoString()
-