org.identityconnectors.framework.api.operations
Interface ValidateApiOp
- All Superinterfaces:
- APIOperation
- All Known Subinterfaces:
- ConnectorFacade
public interface ValidateApiOp
- extends APIOperation
Validates the configuration
.
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.)
validate
void validate()
- Validates the
configuration
.
- Throws:
RuntimeException
- iff the configuration is not valid.
Copyright © 2012. All Rights Reserved.