Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.selfservice.core |
This package contains the core implementation for the anonymous process service.
|
org.forgerock.selfservice.stages.email |
This package contains a common email stage implementation.
|
org.forgerock.selfservice.stages.kba |
This package contains a common user kba stage implementation.
|
org.forgerock.selfservice.stages.registration |
This package contains a common user registration stage implementation.
|
org.forgerock.selfservice.stages.reset |
This package contains a common reset password stage implementation.
|
org.forgerock.selfservice.stages.user |
This package contains a common user related stage implementation.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
CrestApplication.getConnectionFactory()
Get the connection factory for the application.
|
static ConnectionFactory |
Resources.newInternalConnectionFactory(RequestHandler handler)
Creates a new connection factory which binds internal client connections
to
RequestHandler s. |
static ConnectionFactory |
Resources.uncloseable(ConnectionFactory factory)
Returns an uncloseable view of the provided connection factory.
|
Modifier and Type | Method and Description |
---|---|
static CrestApplication |
Applications.simpleCrestApplication(ConnectionFactory factory,
String id,
String version)
Create a simple
CrestApplication using the provided factory, id and version. |
static ConnectionFactory |
Resources.uncloseable(ConnectionFactory factory)
Returns an uncloseable view of the provided connection factory.
|
Constructor and Description |
---|
UserUpdateService(ConnectionFactory connectionFactory,
SecurityAnswer securityAnswer,
ResourcePath identityService,
KbaConfig kbaConfig)
Construct a service to update the user's KBA info.
|
Constructor and Description |
---|
VerifyEmailAccountStage(ConnectionFactory connectionFactory,
EmailVerificationWhitelist whitelist,
ExecutorService executorService)
Constructs a new stage.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactory |
AbstractKbaStage.connectionFactory
The CREST connectionFactory.
|
Constructor and Description |
---|
AbstractKbaStage(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.
|
Constructor and Description |
---|
UserRegistrationStage(ConnectionFactory connectionFactory)
Constructs a new user registration stage.
|
Constructor and Description |
---|
ResetStage(ConnectionFactory connectionFactory)
Constructs a new reset stage.
|
Constructor and Description |
---|
EmailUsernameStage(ConnectionFactory connectionFactory,
ExecutorService executorService)
Constructs a new stage.
|
UserQueryStage(ConnectionFactory connectionFactory)
Constructs a new user query stage.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.