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.org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.local org.identityconnectors.framework.impl.api.osgi.internal org.identityconnectors.framework.impl.api.remote org.identityconnectors.framework.impl.api.remote.messages -
-
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 ConnectorKey
ConnectorInfo. 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 ConnectorInfo
ConnectorInfoManager. findConnectorInfo(ConnectorKey key)
Returns theConnectorInfo
that is associated with the specifiedConnectorKey
. -
Uses of ConnectorKey in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return ConnectorKey Modifier and Type Method Description ConnectorKey
AbstractConnectorInfo. getConnectorKey()
Methods in org.identityconnectors.framework.impl.api with parameters of type ConnectorKey Modifier and Type Method Description void
AbstractConnectorInfo. setConnectorKey(ConnectorKey key)
-
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local with parameters of type ConnectorKey Modifier and Type Method Description ConnectorInfo
LocalConnectorInfoManagerImpl. findConnectorInfo(ConnectorKey key)
Constructors in org.identityconnectors.framework.impl.api.local with parameters of type ConnectorKey Constructor Description ConnectorPoolKey(ConnectorKey connectorKey, ConfigurationPropertiesImpl configProperties, ObjectPoolConfiguration poolingConfig)
-
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.osgi.internal
Methods in org.identityconnectors.framework.impl.api.osgi.internal with parameters of type ConnectorKey Modifier and Type Method Description ConnectorInfo
OsgiConnectorInfoManagerImpl. findConnectorInfo(ConnectorKey key)
-
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.remote
Methods in org.identityconnectors.framework.impl.api.remote that return types with arguments of type ConnectorKey Modifier and Type Method Description List<ConnectorKey>
RemoteConnectorInfoManagerImpl. getConnectorKeys()
Methods in org.identityconnectors.framework.impl.api.remote with parameters of type ConnectorKey Modifier and Type Method Description ConnectorInfo
RemoteConnectorInfoManagerImpl. findConnectorInfo(ConnectorKey key)
-
Uses of ConnectorKey in org.identityconnectors.framework.impl.api.remote.messages
Methods in org.identityconnectors.framework.impl.api.remote.messages that return ConnectorKey Modifier and Type Method Description ConnectorKey
OperationRequest. getConnectorKey()
Methods in org.identityconnectors.framework.impl.api.remote.messages that return types with arguments of type ConnectorKey Modifier and Type Method Description List<ConnectorKey>
HelloResponse. getConnectorKeys()
Constructors in org.identityconnectors.framework.impl.api.remote.messages with parameters of type ConnectorKey Constructor Description OperationRequest(ConnectorKey key, String connectorFacadeKey, Class<? extends APIOperation> operation, String operationMethodName, List<Object> arguments)
Constructor parameters in org.identityconnectors.framework.impl.api.remote.messages with type arguments of type ConnectorKey Constructor Description HelloResponse(Throwable exception, Map<String,Object> serverInfo, List<ConnectorKey> connectorKeys, List<RemoteConnectorInfoImpl> connectorInfos)
-