Uses of Interface
org.identityconnectors.framework.api.APIConfiguration
-
Packages that use APIConfiguration 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 APIConfiguration in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return APIConfiguration Modifier and Type Method Description APIConfigurationConnectorInfo. createDefaultAPIConfiguration()Loads theConnectorandConfigurationclass in order to determine the proper default configuration parameters.Methods in org.identityconnectors.framework.api with parameters of type APIConfiguration Modifier and Type Method Description abstract ConnectorFacadeConnectorFacadeFactory. newInstance(APIConfiguration config)Get a new instance ofConnectorFacade.
-