Uses of Interface
org.identityconnectors.framework.api.ConnectorInfo

Packages that use ConnectorInfo
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
 ConnectorInfo ConnectorInfoManager.findConnectorInfo(ConnectorKey key)
          Returns the ConnectorInfo that is associated with the specified ConnectorKey.
 

Methods in org.identityconnectors.framework.api that return types with arguments of type ConnectorInfo
 List<ConnectorInfo> ConnectorInfoManager.getConnectorInfos()
          Returns the list of ConnectorInfo instances.
 



Copyright © 2012. All Rights Reserved.