Uses of Interface
org.forgerock.json.resource.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
Modifier 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.Modifier 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
ModifierConstructorDescriptionUserUpdateService
(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
ModifierConstructorDescriptionVerifyEmailAccountStage
(ConnectionFactory connectionFactory, EmailVerificationWhitelist whitelist, ExecutorService executorService) Constructs a new stage. -
Uses of ConnectionFactory in org.forgerock.selfservice.stages.kba
Modifier and TypeFieldDescriptionprotected final ConnectionFactory
AbstractKbaStage.connectionFactory
The CREST connectionFactory.ModifierConstructorDescriptionAbstractKbaStage
(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
ModifierConstructorDescriptionUserRegistrationStage
(ConnectionFactory connectionFactory) Constructs a new user registration stage. -
Uses of ConnectionFactory in org.forgerock.selfservice.stages.reset
ModifierConstructorDescriptionResetStage
(ConnectionFactory connectionFactory) Constructs a new reset stage. -
Uses of ConnectionFactory in org.forgerock.selfservice.stages.user
ModifierConstructorDescriptionEmailUsernameStage
(ConnectionFactory connectionFactory, ExecutorService executorService) Constructs a new stage.UserQueryStage
(ConnectionFactory connectionFactory) Constructs a new user query stage.