Uses of Class
org.identityconnectors.framework.api.ConnectorKey
-
Packages that use ConnectorKey Package Description org.identityconnectors.common.event NOTICE: This package is an early specification of the Events API for 1.2.x.x version.org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements. -
-
Uses of ConnectorKey in org.identityconnectors.common.event
Constructors in org.identityconnectors.common.event with parameters of type ConnectorKey Constructor Description ConnectorEvent(String topic, ConnectorKey source)Constructs a prototypical Event. -
Uses of ConnectorKey in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConnectorKey Modifier and Type Method Description ConnectorKeyConnectorInfo. getConnectorKey()Uniquely identifies this connector in a given installation.Methods in org.identityconnectors.framework.api with parameters of type ConnectorKey Modifier and Type Method Description ConnectorInfoConnectorInfoManager. findConnectorInfo(ConnectorKey key)Returns theConnectorInfothat is associated with the specifiedConnectorKey.
-