Uses of Interface
org.forgerock.util.Factory
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Core
Handler
implementations.Provides stream buffering, branching, and storage functions.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.Provides common interfaces and classes.
-
Uses of Factory in org.forgerock.http
Modifier and TypeMethodDescriptionstatic DescribedHttpApplication
Applications.describedHttpApplication
(Handler handler, Factory<Buffer> storage, ApiProducer<io.swagger.models.Swagger> apiProducer) Create a simpleDescribedHttpApplication
that just returns the provided arguments from the appropriate methods.static HttpApplication
Applications.simpleHttpApplication
(Handler handler, Factory<Buffer> storage) Create a simpleHttpApplication
that just returns the provided arguments from the appropriate methods. -
Uses of Factory in org.forgerock.http.handler
Modifier and TypeFieldDescriptionHttpClientHandler.OPTION_TEMPORARY_STORAGE
Specifies the temporary storage that should be used for storing HTTP responses. -
Uses of Factory in org.forgerock.http.io
Modifier and TypeMethodDescriptionIO.newTemporaryStorage()
Creates a new storage using the system dependent default temporary directory and default sizes.IO.newTemporaryStorage
(File directory) Builds a storage using the given directory (may be null) and default sizes.IO.newTemporaryStorage
(File directory, int initialLength, int memoryLimit, int fileLimit) Builds a storage using the given directory (may be null) and provided sizes.Modifier and TypeMethodDescriptionstatic BranchingInputStream
IO.newBranchingInputStream
(InputStream in, Factory<Buffer> bufferFactory) Creates a new branching input stream to wrap another input stream.ModifierConstructorDescriptionPipeBufferedStream
(Factory<Buffer> bufferFactory) Constructs a newPipeBufferedStream
with the givenFactory
. -
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