Package | Description |
---|---|
org.forgerock.openicf.framework.remote |
OpenICF Remote Procedure Call Package.
|
org.forgerock.openicf.maven | |
org.identityconnectors.common |
Common utilities for all Connectors.
|
org.identityconnectors.dbcommon |
This is a generic bundle that contains many of the utilities needed for any
sort of database connector, such as query builders, connection wrappers, and
other SQL utilities.
|
org.identityconnectors.framework.impl.api.local |
Modifier and Type | Method and Description |
---|---|
static Pair<String,byte[]> |
SecurityUtil.generateVerifier(String username,
String password,
SecureRandom random,
SecurityUtil.SRPGroupParameter params)
Generate Secure Remote Password (SRP)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SecurityUtil.checkMutualVerification(String username,
String password,
Pair<String,byte[]> verification,
SecureRandom random,
SecurityUtil.SRPGroupParameter params)
Verifies the client and server secret.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<Class<? extends APIOperation>,Pair<String,String>> |
ConnectorDocBuilder.OP_DICTIONARY |
Modifier and Type | Method and Description |
---|---|
static <L,R> Pair<L,R> |
Pair.of(L left,
R right)
Obtains a mutable pair of two objects inferring the generic
types.
|
Modifier and Type | Class and Description |
---|---|
static class |
DatabaseQueryBuilder.OrderBy
The Required order by data subclass.
|
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.
|
Copyright © 2018–2025. All rights reserved.