Uses of Interface
org.forgerock.json.resource.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
This package contains the core implementation for the anonymous process service.
This package contains a common email stage implementation.
This package contains a common user kba stage implementation.
This package contains a common user registration stage implementation.
This package contains a common reset password stage implementation.
This package contains a common user related stage implementation.
-
Uses of ConnectionFactory in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return ConnectionFactoryModifier and TypeMethodDescriptionCrestApplication.getConnectionFactory()
Get the connection factory for the application.static ConnectionFactory
Resources.newInternalConnectionFactory
(RequestHandler handler) Creates a new connection factory which binds internal client connections toRequestHandler
s.static ConnectionFactory
Resources.uncloseable
(ConnectionFactory factory) Returns an uncloseable view of the provided connection factory.Methods in org.forgerock.json.resource with parameters of type ConnectionFactoryModifier and TypeMethodDescriptionstatic CrestApplication
Applications.multipartCrestApplication
(ConnectionFactory factory, String id, String version) Create a simpleCrestApplication
that allows multipart/form-data requests using the provided factory, id and version.static CrestApplication
Applications.simpleCrestApplication
(ConnectionFactory factory, String id, String version) Create a simpleCrestApplication
using the provided factory, id and version.static ConnectionFactory
Resources.uncloseable
(ConnectionFactory factory) Returns an uncloseable view of the provided connection factory. -
Uses of ConnectionFactory in org.forgerock.selfservice.core
Constructors in org.forgerock.selfservice.core with parameters of type ConnectionFactoryModifierConstructorDescriptionUserUpdateService
(ConnectionFactory connectionFactory, SecurityAnswer securityAnswer, ResourcePath identityService, KbaConfig kbaConfig) Construct a service to update the user's KBA info. -
Uses of ConnectionFactory in org.forgerock.selfservice.stages.email
Constructors in org.forgerock.selfservice.stages.email with parameters of type ConnectionFactoryModifierConstructorDescriptionVerifyEmailAccountStage
(ConnectionFactory connectionFactory, EmailVerificationWhitelist whitelist, ExecutorService executorService) Constructs a new stage. -
Uses of ConnectionFactory in org.forgerock.selfservice.stages.kba
Fields in org.forgerock.selfservice.stages.kba declared as ConnectionFactoryModifier and TypeFieldDescriptionprotected final ConnectionFactory
AbstractKbaStage.connectionFactory
The CREST connectionFactory.Constructors in org.forgerock.selfservice.stages.kba with parameters of type ConnectionFactoryModifierConstructorDescriptionAbstractKbaStage
(ConnectionFactory connectionFactory) Constructs a new AbstractKbaStage.SecurityAnswerDefinitionStage
(ConnectionFactory connectionFactory, SecurityAnswer securityAnswer) Constructs a new security answer definition stage.SecurityAnswerVerificationStage
(ConnectionFactory connectionFactory, SecurityAnswerLockoutManager securityAnswerLockoutManager) Constructs a new security answer verification stage. -
Uses of ConnectionFactory in org.forgerock.selfservice.stages.registration
Constructors in org.forgerock.selfservice.stages.registration with parameters of type ConnectionFactoryModifierConstructorDescriptionUserRegistrationStage
(ConnectionFactory connectionFactory) Constructs a new user registration stage. -
Uses of ConnectionFactory in org.forgerock.selfservice.stages.reset
Constructors in org.forgerock.selfservice.stages.reset with parameters of type ConnectionFactoryModifierConstructorDescriptionResetStage
(ConnectionFactory connectionFactory) Constructs a new reset stage. -
Uses of ConnectionFactory in org.forgerock.selfservice.stages.user
Constructors in org.forgerock.selfservice.stages.user with parameters of type ConnectionFactoryModifierConstructorDescriptionEmailUsernameStage
(ConnectionFactory connectionFactory, ExecutorService executorService) Constructs a new stage.UserQueryStage
(ConnectionFactory connectionFactory) Constructs a new user query stage.