Interface ValidateApiOp
-
- All Superinterfaces:
APIOperation
- All Known Subinterfaces:
ConnectorFacade
- All Known Implementing Classes:
AbstractConnectorFacade
,LocalConnectorFacadeImpl
,RemoteConnectorFacadeImpl
,ValidateImpl
public interface ValidateApiOp extends APIOperation
Validates theconfiguration
.A valid configuration is one that is ready to be used by the connector: it is complete (all the required properties have been given values) and the property values are well-formed (are in the expected range, have the expected format, etc.)
-
-
Field Summary
-
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate()
Validates theconfiguration
.
-
-
-
Method Detail
-
validate
void validate()
Validates theconfiguration
.- Throws:
RuntimeException
- if the configuration is not valid.
-
-