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 boolean
equals(Object o)
String
getBundleName()
String
getBundleVersion()
String
getConnectorName()
int
hashCode()
String
toString()
-