Table Description
Factor Handler Registry: Contains a map or registry of factor names against factor class names that can be used to instantiate an AuthenticationFactorHandler for that factor. The AuthenticationFactorHandler is used to authenticate an individual factor. For example a dateOfBirth handler authenticates date of birth.

Example

James Smith selects to login to the citizen self service. He is asked to specify his user name and password. When this has been submitted successfully he is asked to submit his date of birth. His date of birth is authenticated before James is successfully logged into the citizen self service. This entity is used to instantiate the AuthenticationFactorHandler for dateOfbirth handler which is used to authenticate James' date of birth.
Model Details
Location in Model: Logical View::MetaModel::Curam::WorkspaceServices::Entity::Authentication::FactorHandlerRegistry
Controlling File: WorkspaceServices\model\Packages\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
factorHandlerRegistryIDkeynoUnique identifierINTERNAL_ID SVR_INT64
factorNamedetails The logical name of the authentication factor.FACTOR_NAME SVR_STRING<64>
factorHandlerFactoryClassdetails The fully qualified class name of the AuthenticationFactorHandlerFactory used to instantiate the AuthenticationFactorHandler for this factor.FACTOR_HANDLER_FACTORY_CLASS SVR_STRING<256>
recordStatusdetails Status of the factor handler record i.e. Active or Cancelled.RECORD_STATUSRecordStatusSVR_STRING<10>
isChallengeResponseFactordetailsyesReturns true if the factor is a challenge-response factor.BOOLEAN_TYPE SVR_BOOLEAN
Indices (1)
Index NameAttributes
IND_1986118369factorName
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: factorHandlerRegistryID
Standard Operation 
readread Standard Operation 
readAllnkreadmulti Read the complete list of factor handlers 
readActiveByFactorNamensread Retrieves active FactorHandlerRegistry entities by factor name. 
Related Pages (0)