C
- the type of AbstractKbaStageConfigpublic abstract class AbstractKbaStage<C extends AbstractKbaStageConfig<?>> extends Object implements ProgressStage<C>
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactory |
connectionFactory
The CREST connectionFactory.
|
protected CryptoService |
cryptoService
The instance of
CryptoService . |
protected static String |
REQUIREMENT_PROPERTY_ID
Represents the id property.
|
protected static String |
REQUIREMENT_PROPERTY_QUESTION
Represents the question property.
|
protected static String |
REQUIREMENT_PROPERTY_SYSTEM_QUESTION
Represents the systemQuestion property.
|
protected static String |
REQUIREMENT_PROPERTY_USER_QUESTION
Represents the userQuestion property.
|
Constructor and Description |
---|
AbstractKbaStage(ConnectionFactory connectionFactory)
Constructs a new AbstractKbaStage.
|
protected static final String REQUIREMENT_PROPERTY_ID
protected static final String REQUIREMENT_PROPERTY_QUESTION
protected static final String REQUIREMENT_PROPERTY_SYSTEM_QUESTION
protected static final String REQUIREMENT_PROPERTY_USER_QUESTION
protected final ConnectionFactory connectionFactory
protected final CryptoService cryptoService
CryptoService
.public AbstractKbaStage(ConnectionFactory connectionFactory)
connectionFactory
- the CREST connection factoryCopyright © 2010-2018, ForgeRock All Rights Reserved.