Package | Description |
---|---|
org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
org.forgerock.opendj.security |
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service. |
org.forgerock.util |
Provides common interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
Factory<org.forgerock.http.io.Buffer> |
Rest2LdapHttpApplication.getBufferFactory() |
Modifier and Type | Field and Description |
---|---|
static Option<Factory<char[]>> |
KeyStoreParameters.GLOBAL_PASSWORD
The optional password which is used to protect all private and secret keys.
|
Modifier and Type | Method and Description |
---|---|
static Factory<char[]> |
OpenDjSecurityProvider.newClearTextPasswordFactory(char[] password)
Returns a password factory which will return a copy of the provided password for each invocation of
newInstance() , and which does not provide any protection of the in memory representation of
the password. |
Modifier and Type | Field and Description |
---|---|
protected Factory<Map<K,V>> |
LazyMap.factory
Factory to create the instance of the map to expose.
|
protected Factory<List<E>> |
LazyList.factory
Factory to create the instance of the list to expose.
|
Constructor and Description |
---|
LazyList(Factory<List<E>> factory)
Constructs a new lazy list.
|
LazyMap(Factory<Map<K,V>> factory)
Constructs a new lazy map.
|
Copyright 2010-2020 ForgeRock AS.