Uses of Class
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
-
Packages that use APIOperationRunner Package Description org.identityconnectors.framework.impl.api.local.operations -
-
Uses of APIOperationRunner in org.identityconnectors.framework.impl.api.local.operations
Subclasses of APIOperationRunner in org.identityconnectors.framework.impl.api.local.operations Modifier and Type Class Description class
AuthenticationImpl
class
ConnectorAPIOperationRunner
Subclass of APIOperationRunner for operations that require a connector.class
CreateImpl
class
DeleteImpl
class
DiscoverConfigurationImpl
Handles both version of update this include simple replace and the advance update.class
ResolveUsernameImpl
class
SchemaImpl
class
ScriptOnConnectorImpl
class
ScriptOnResourceImpl
class
SearchImpl
class
SyncImpl
class
TestImpl
Provides a method for the API to call the SPI's test method on the connector.class
UpdateDeltaImpl
Handles both version of update this include simple replace and the advance update.class
UpdateImpl
Handles both version of update this include simple replace and the advance update.class
ValidateImpl
Constructor parameters in org.identityconnectors.framework.impl.api.local.operations with type arguments of type APIOperationRunner Constructor Description ConnectorAPIOperationRunnerProxy(ConnectorOperationalContext context, Constructor<? extends APIOperationRunner> runnerImplConstructor)
Create an APIOperationRunnerProxy
-