public interface ConnectorFacade extends CreateApiOp, DeleteApiOp, SearchApiOp, UpdateApiOp, UpdateDeltaApiOp, SchemaApiOp, AuthenticationApiOp, ResolveUsernameApiOp, GetApiOp, ValidateApiOp, TestApiOp, ScriptOnConnectorApiOp, ScriptOnResourceApiOp, SyncApiOp, DiscoverConfigurationApiOp
ConnectorFacadeFactoryNO_TIMEOUT| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose of any resources associated with this facade (except for facade classes).
|
String |
getConnectorFacadeKey()
Gets the unique generated identifier of this ConnectorFacade.
|
APIOperation |
getOperation(Class<? extends APIOperation> clazz)
Get an instance of an operation that this facade supports.
|
Set<Class<? extends APIOperation>> |
getSupportedOperations()
Get the set of operations that this
ConnectorFacade will support. |
createdeletesearchaddAttributeValues, removeAttributeValues, updateupdateDeltaschemaauthenticateresolveUsernamevalidaterunScriptOnConnectorrunScriptOnResourcegetLatestSyncToken, syncdiscoverConfiguration, testPartialConfigurationString getConnectorFacadeKey()
Set<Class<? extends APIOperation>> getSupportedOperations()
ConnectorFacade will support.APIOperation getOperation(Class<? extends APIOperation> clazz)
void dispose()
Copyright © 2022. All rights reserved.