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 Details

    • ConnectorKey

      public ConnectorKey(String bundleName, String bundleVersion, String connectorName)
  • Method Details

    • getBundleName

      public String getBundleName()
    • getBundleVersion

      public String getBundleVersion()
    • getConnectorName

      public String getConnectorName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object