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.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.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 | 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 | Interface and Description |
---|---|
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)
. |
Modifier and Type | Class and Description |
---|---|
class |
LdapConnector |
Copyright © 2018–2025. All rights reserved.