Uses of Interface
org.forgerock.util.Factory
-
Packages that use Factory Package Description org.forgerock.json.resource.http JSON resource Commons HTTP Framework integration.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 basedKeyStore
service.org.forgerock.util Provides common interfaces and classes.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server. -
-
Uses of Factory in org.forgerock.json.resource.http
Methods in org.forgerock.json.resource.http with parameters of type Factory Modifier and Type Method Description static 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
Methods in org.forgerock.opendj.rest2ldap that return Factory Modifier and Type Method Description Factory<org.forgerock.http.io.Buffer>
HdapHttpApplication. getBufferFactory()
Factory<org.forgerock.http.io.Buffer>
Rest2LdapHttpApplication. getBufferFactory()
-
Uses of Factory in org.forgerock.opendj.security
Fields in org.forgerock.opendj.security with type parameters of type Factory Modifier and Type Field Description static Option<Factory<char[]>>
KeyStoreParameters. GLOBAL_PASSWORD
The optional password which is used to protect all private and secret keys.Methods in org.forgerock.opendj.security that return Factory Modifier and Type Method Description static 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
Fields in org.forgerock.util declared as Factory Modifier and Type Field Description protected Factory<List<E>>
LazyList. factory
Factory to create the instance of the list to expose.protected Factory<Map<K,V>>
LazyMap. factory
Factory to create the instance of the map to expose.Constructors in org.forgerock.util with parameters of type Factory Constructor Description LazyList(Factory<List<E>> factory)
Constructs a new lazy list.LazyMap(Factory<Map<K,V>> factory)
Constructs a new lazy map. -
Uses of Factory in org.opends.server.api
Fields in org.opends.server.api declared as Factory Modifier and Type Field Description protected static Factory<org.forgerock.http.io.Buffer>
HttpEndpoint. USE_DEFAULT_BUFFER_FACTORY
Use default buffer factory for creating temporary storage for handling requests.
-