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. -
-
Uses of ConnectorInfo in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConnectorInfo Modifier and Type Method Description ConnectorInfoConnectorInfoManager. findConnectorInfo(ConnectorKey key)Returns theConnectorInfothat 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 ofConnectorInfoinstances.Methods in org.identityconnectors.framework.api with parameters of type ConnectorInfo Modifier and Type Method Description abstract ConnectorFacadeConnectorFacadeFactory. newInstance(ConnectorInfo connectorInfo, String config)Get a new instance ofConnectorFacade.
-