Uses of Interface
org.identityconnectors.framework.api.ConnectorInfo
-
Packages that use ConnectorInfo Package Description 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 -
-
Uses of ConnectorInfo in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConnectorInfo Modifier and Type Method Description ConnectorInfo
ConnectorInfoManager. findConnectorInfo(ConnectorKey key)
Returns theConnectorInfo
that is associated with the specifiedConnectorKey
.Methods in org.identityconnectors.framework.api that return types with arguments of type ConnectorInfo Modifier and Type Method Description List<ConnectorInfo>
ConnectorInfoManager. getConnectorInfos()
Returns the list ofConnectorInfo
instances.Methods in org.identityconnectors.framework.api with parameters of type ConnectorInfo Modifier and Type Method Description abstract ConnectorFacade
ConnectorFacadeFactory. newInstance(ConnectorInfo connectorInfo, String config)
Get a new instance ofConnectorFacade
. -
Uses of ConnectorInfo in org.identityconnectors.framework.impl.api
Classes in org.identityconnectors.framework.impl.api that implement ConnectorInfo Modifier and Type Class Description class
AbstractConnectorInfo
Common base class shared between local and remote implementationsMethods in org.identityconnectors.framework.impl.api with parameters of type ConnectorInfo Modifier and Type Method Description ConnectorFacade
ConnectorFacadeFactoryImpl. newInstance(ConnectorInfo connectorInfo, String config)
ConnectorFacade
ManagedConnectorFacadeFactoryImpl. newInstance(ConnectorInfo connectorInfo, String config)
-
Uses of ConnectorInfo in org.identityconnectors.framework.impl.api.local
Classes in org.identityconnectors.framework.impl.api.local that implement ConnectorInfo Modifier and Type Class Description class
LocalConnectorInfoImpl
Methods in org.identityconnectors.framework.impl.api.local that return ConnectorInfo Modifier and Type Method Description ConnectorInfo
LocalConnectorInfoManagerImpl. findConnectorInfo(ConnectorKey key)
Methods in org.identityconnectors.framework.impl.api.local that return types with arguments of type ConnectorInfo Modifier and Type Method Description List<ConnectorInfo>
LocalConnectorInfoManagerImpl. getConnectorInfos()
-
Uses of ConnectorInfo in org.identityconnectors.framework.impl.api.osgi.internal
Methods in org.identityconnectors.framework.impl.api.osgi.internal that return ConnectorInfo Modifier and Type Method Description ConnectorInfo
OsgiConnectorInfoManagerImpl. findConnectorInfo(ConnectorKey key)
Methods in org.identityconnectors.framework.impl.api.osgi.internal that return types with arguments of type ConnectorInfo Modifier and Type Method Description List<ConnectorInfo>
OsgiConnectorInfoManagerImpl. getConnectorInfos()
Methods in org.identityconnectors.framework.impl.api.osgi.internal with parameters of type ConnectorInfo Modifier and Type Method Description ConnectorFacade
OsgiConnectorInfoManagerImpl. newInstance(ConnectorInfo connectorInfo, String config)
-
Uses of ConnectorInfo in org.identityconnectors.framework.impl.api.remote
Classes in org.identityconnectors.framework.impl.api.remote that implement ConnectorInfo Modifier and Type Class Description class
RemoteConnectorInfoImpl
Methods in org.identityconnectors.framework.impl.api.remote that return ConnectorInfo Modifier and Type Method Description ConnectorInfo
RemoteConnectorInfoManagerImpl. findConnectorInfo(ConnectorKey key)
Methods in org.identityconnectors.framework.impl.api.remote that return types with arguments of type ConnectorInfo Modifier and Type Method Description List<ConnectorInfo>
RemoteConnectorInfoManagerImpl. getConnectorInfos()
-