Package | Description |
---|---|
org.forgerock.openicf.connectors.groovy | |
org.forgerock.openicf.connectors.kerberos | |
org.forgerock.openicf.connectors.scriptedcrest | |
org.forgerock.openicf.connectors.scriptedrest |
This is the core package for the connector.
|
org.forgerock.openicf.connectors.scriptedsql |
This is the core package for the connector.
|
org.forgerock.openicf.connectors.ssh |
This is the core package for the connector.
|
org.forgerock.openicf.connectors.xml |
This is the core package for the connector.
|
org.forgerock.openicf.connectors.xml.util | |
org.forgerock.openicf.csvfile |
This is the core package for the connector.
|
org.forgerock.openicf.misc.scriptedcommon | |
org.identityconnectors.databasetable |
This is the core package for the connector.
|
org.identityconnectors.framework.common | |
org.identityconnectors.framework.common.objects | |
org.identityconnectors.framework.spi.operations | |
org.identityconnectors.ldap |
Modifier and Type | Class and Description |
---|---|
class |
ScriptedConnector
A ScriptedConnector is a generic Groovy Connector.
|
class |
ScriptedPoolableConnector
A ScriptedPoolableConnector is a generic Groovy Poolable Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
KerberosConnector
Main implementation of the ScriptedKerberosConnector Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptedCRESTConnector
A NAME does ...
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptedRESTConnector
Main implementation of the ScriptedREST Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptedSQLConnector
Main implementation of the ScriptedSQL Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
SSHConnector
Main implementation of the SSH Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLConnector |
Modifier and Type | Method and Description |
---|---|
static List<Class<? extends SPIOperation>> |
SchemaParserUtil.getSupportedOpClasses(List<String> supportedOpList) |
Modifier and Type | Class and Description |
---|---|
class |
CSVFileConnector
Main implementation of the CSVFile Connector
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptedConnectorBase<C extends ScriptedConfiguration> |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseTableConnector
The database table
DatabaseTableConnector is a basic, but easy to use
DatabaseTableConnector for accounts in a relational database. |
Modifier and Type | Method and Description |
---|---|
static Set<Class<? extends SPIOperation>> |
FrameworkUtil.allSPIOperations()
Return all the known
SPIOperation s. |
Modifier and Type | Method and Description |
---|---|
static Set<Class<? extends APIOperation>> |
FrameworkUtil.spi2apis(Class<? extends SPIOperation> spi)
Converts a
SPIOperation to an set of APIOperation . |
Modifier and Type | Method and Description |
---|---|
void |
SchemaBuilder.addSupportedObjectClass(Class<? extends SPIOperation> op,
ObjectClassInfo def)
Adds the given ObjectClassInfo as a supported ObjectClass for the given
operation.
|
void |
SchemaBuilder.addSupportedOperationOption(Class<? extends SPIOperation> op,
OperationOptionInfo def)
Adds the given OperationOptionInfo as a supported option for the given
operation.
|
void |
SchemaBuilder.removeSupportedObjectClass(Class<? extends SPIOperation> op,
ObjectClassInfo def)
Removes the given ObjectClassInfo as a supported ObjectClass for the
given operation.
|
void |
SchemaBuilder.removeSupportedOperationOption(Class<? extends SPIOperation> op,
OperationOptionInfo def)
Removes the given OperationOptionInfo as a supported option for the given
operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticateOp
Authenticate an object based on their unique identifier and password.
|
interface |
BatchOp
Execute a batched list of operations.
|
interface |
ConnectorEventSubscriptionOp
A ConnectorEventSubscriptionOp.
|
interface |
CreateOp
The
Connector developer is responsible for taking the attributes
given (which always includes the ObjectClass ) and create an object
and its Uid . |
interface |
DeleteOp
Operation interface to delete objects from the target resource.
|
interface |
ResolveUsernameOp
Resolve an object to its
Uid based on its username. |
interface |
SchemaOp
Implement this interface to allow the Connector to describe which types of
objects the Connector manages on the target resource (and which operations
and which options the Connector supports for each type of object).
|
interface |
ScriptOnConnectorOp
Operation that runs a script in the environment of the connector.
|
interface |
ScriptOnResourceOp
Operation that runs a script directly on a target resource.
|
interface |
SearchOp<T>
Implement this interface to allow the Connector to search for resource
objects.
|
interface |
SyncEventSubscriptionOp
ASyncEventSubscriptionOp.
|
interface |
SyncOp
Poll for synchronization events--i.e., native changes to target objects.
|
interface |
TestOp
Tests the connector
Configuration . |
interface |
UpdateAttributeValuesOp
More advanced implementation of
UpdateOp to be implemented by
connectors that wish to offer better performance and atomicity semantics for
the methods
UpdateApiOp.addAttributeValues(ObjectClass, Uid, Set, OperationOptions)
and
UpdateApiOp.removeAttributeValues(ObjectClass, Uid, Set, OperationOptions)
. |
interface |
UpdateOp
The developer of a Connector should implement either this interface or the
UpdateAttributeValuesOp interface if the Connector will allow an
authorized caller to update (i.e., modify or replace) objects on the target
resource. |
Modifier and Type | Class and Description |
---|---|
class |
LdapConnector |
Copyright © 2018–2025. All rights reserved.