| Package | Description |
|---|---|
| org.forgerock.openicf.connectors.groovy | |
| org.forgerock.openicf.connectors.kerberos | |
| org.forgerock.openicf.connectors.scriptedcrest | |
| org.forgerock.openicf.connectors.ssh |
This is the core package for the connector.
|
| org.identityconnectors.databasetable |
This is the core package for the connector.
|
| org.identityconnectors.framework.impl.api.local | |
| org.identityconnectors.framework.impl.api.local.operations | |
| org.identityconnectors.ldap |
| Modifier and Type | Class and Description |
|---|---|
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 |
SSHConnector
Main implementation of the SSH Connector.
|
| 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 Pair<ConnectorPoolManager.ConnectorPoolKey,ObjectPool<PoolableConnector>> |
ConnectorPoolManager.getPool(APIConfigurationImpl impl,
LocalConnectorInfoImpl localInfo)
Get a object pool for this connector if it supports connector pooling.
|
static ObjectPool<PoolableConnector> |
ConnectorPoolManager.getPool(ConnectorPoolManager.ConnectorPoolKey connectorPoolKey)
Get a object pool for this connector if it was created before.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectPool<PoolableConnector> |
ConnectorOperationalContext.getPool() |
| Modifier and Type | Class and Description |
|---|---|
class |
LdapConnector |
Copyright © 2018–2025. All rights reserved.