public interface ConnectorFacade extends CreateApiOp, DeleteApiOp, SearchApiOp, UpdateApiOp, UpdateDeltaApiOp, SchemaApiOp, AuthenticationApiOp, ResolveUsernameApiOp, GetApiOp, ValidateApiOp, TestApiOp, ScriptOnConnectorApiOp, ScriptOnResourceApiOp, SyncApiOp, DiscoverConfigurationApiOp
ConnectorFacadeFactory
NO_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. |
create
delete
search
addAttributeValues, removeAttributeValues, update
updateDelta
schema
authenticate
resolveUsername
validate
runScriptOnConnector
runScriptOnResource
getLatestSyncToken, sync
discoverConfiguration, testPartialConfiguration
String getConnectorFacadeKey()
Set<Class<? extends APIOperation>> getSupportedOperations()
ConnectorFacade
will support.APIOperation getOperation(Class<? extends APIOperation> clazz)
void dispose()
Copyright © 2022. All rights reserved.