Uses of Class
org.identityconnectors.framework.impl.api.local.operations.OperationalContext
-
Packages that use OperationalContext Package Description org.identityconnectors.framework.impl.api.local.operations -
-
Uses of OperationalContext in org.identityconnectors.framework.impl.api.local.operations
Subclasses of OperationalContext in org.identityconnectors.framework.impl.api.local.operations Modifier and Type Class Description class
ConnectorOperationalContext
Simple structure to pass more variables through the constructor ofAPIOperationRunner
.Methods in org.identityconnectors.framework.impl.api.local.operations that return OperationalContext Modifier and Type Method Description OperationalContext
APIOperationRunner. getOperationalContext()
Get the current operational context.Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type OperationalContext Constructor Description APIOperationRunner(OperationalContext context)
Creates the API operation so it can called multiple times.ValidateImpl(OperationalContext context)
-