Uses of Interface
org.forgerock.util.Factory
Package
Description
JSON resource Commons HTTP Framework integration.
APIs for implementing REST to LDAP gateways.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.Provides common interfaces and classes.
Contains a number of API declarations for use throughout the Directory Server.
-
Uses of Factory in org.forgerock.json.resource.http
Modifier and TypeMethodDescriptionstatic org.forgerock.http.Handler
CrestHttp.newHttpHandler
(CrestApplication application, HttpContextFactory factory, Factory<org.forgerock.http.io.Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.static org.forgerock.http.Handler
CrestHttp.newHttpHandler
(CrestApplication application, org.forgerock.services.context.Context context, Factory<org.forgerock.http.io.Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.static org.forgerock.http.Handler
CrestHttp.newHttpHandler
(CrestApplication application, Factory<org.forgerock.http.io.Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler. -
Uses of Factory in org.forgerock.opendj.rest2ldap
Modifier and TypeMethodDescriptionFactory<org.forgerock.http.io.Buffer>
HdapHttpApplication.getBufferFactory()
Factory<org.forgerock.http.io.Buffer>
Rest2LdapHttpApplication.getBufferFactory()
-
Uses of Factory in org.forgerock.opendj.security
Modifier and TypeFieldDescriptionKeyStoreParameters.GLOBAL_PASSWORD
The optional password which is used to protect all private and secret keys.Modifier and TypeMethodDescriptionstatic Factory<char[]>
OpenDjSecurityProvider.newClearTextPasswordFactory
(char[] password) Returns a password factory which will return a copy of the provided password for each invocation ofnewInstance()
, and which does not provide any protection of the in memory representation of the password. -
Uses of Factory in org.forgerock.util
-
Uses of Factory in org.opends.server.api
Modifier and TypeFieldDescriptionprotected static final Factory<org.forgerock.http.io.Buffer>
HttpEndpoint.USE_DEFAULT_BUFFER_FACTORY
Use default buffer factory for creating temporary storage for handling requests.