All Classes and Interfaces
Class
Description
This class hold the set of methods for access control using the authorization component of
skava framework.
This class defines the model Addresses (Data transfer Object) holds address details.
This controller class which contains service end-points that are used to perform CRUD operations of user
address resource.
This class defines the model Addresses (Domain Object) holds address details.
This class defines the address entity.
This is AddressesRepository interface.
This class defines the Addresses Response model holds the user address details.
This class defines the Properties entity.
This Class Attribute is used as the model object for Attribute Entity.
The Class AttributeAPIResponse holds the attribute details as response data which will be sent to controller.
This class is used to consolidate all the services used in multiple service
implementations.
The Class AttributeController-
The controller class has service end points to process Attribute entity.
The controller class has service end points to process Attribute entity.
The class AttributeDO is used as the domain model object for Attributes
entity.
This Class AttributeEntity represents the database fields
AttributeFieldType
The class LocaleMapping is used to map different locale.
The Interface AttributeRepository extends another CrudRepository which
contains all default crud operations.
The Class AttributeRequestInternal defines attribute request model.
The Class AttributeResponseCode consists of response codes which are used in
all Attribute apis and Attribute validators.
The Class AttributesAPIResponse holds the list of attributes as response data which will
be sent to controller.
The Class AttributeServiceImpl is used for finding user based on the provided
information.
This Class contains validator methods for attribute apis.
AttributeStatus
This enum has the Type that can be used for the attribute.
This is a Utility class for User model which contains validator and helper
methods used in this service.
This controller class which contains service end-points that are used to perform
user authentication, sending notification to user and validating user notification requests.
This class holds the authenticated user details with authorization info.
This class holds the authentication configuration.
This class defines the model Users (Domain Object) holds users details.
BlackListedItemsEntity
BlackListedItemsRepository
BlackListedItemsType
BlackListedItemsValidatorStrategy
This class defines the model BlackListItem (Data transfer Object).
This class defines the User Create Response model holds the created and existing blacklist details.
This class defines the model BlackListItemList (Data transfer Object) holds the list of BlackListItemList.
This class defines the blackListItems Request model holds the blackListItems details.
This class defines the BlackList Response model holds the list of BlackListResponse details.
This controller class contains service end-points that are used to perform actions such as Create BlackListItem,
Search BlackListItem(s) and Delete BlackListItem respectively.
This controller class contains service end-point that are used to perform cache clear by name and its key or by
using cache name alone or by clearing all the cache.
This service class handles the Cache request and process it by clearing all the cache, cache clear by cache name
alone and cache clear by cache name and key.
This is a utility class which contains static methods used for loading cache
value from cache or DB in this service.
This class defines the model Collection (Data transfer Object) holds collection details.
This class defines the model for CollectionAttribute (Data Transfer Object) holds the collection attributes details.
This controller class used to get all the available collection attributes from the system.
This class defines the Collection Attributes entity.
This is CollectionAttributeRepository interface.
This class defines the Collection Attribute Request model holds the locale value.
This class defines the Collection Attributes Response model holds the collection attributes response.
This ENUM defines the various type of the collection attribute.
This service class encapsulates all associated collection services of User micro service.
This controller class used to handle the collection's manipulation.
This class defines Collection Create and Update Validator
This validator component used for validating the given request model
Collection
This class defines the model Collection (Domain Object) holds the collection details.
An interface to define the factory for creating CollectionDomain objects.
This service class implements CollectionDomainFactory and handles the transformation of Entity to Domain
and Domain to Entity objects.
This class defines the Collection entity.
An interface to define the factory for creating Collection objects.
This service class implements CollectionFactory and handles the transformation of Domain to DTO objects.
This Class is used as the model object for Collection Entity holds the collection details.
This class defines the Collection Properties Response model holds the list of collection properties details.
This class defines Collection Properties update validator.
This class defines the model for CollectionProperty (Data Transfer Object) holds the collection property details.
This controller class used to handle the collection property's manipulation.
This class defines the model for CollectionProperty (Domain Object) holds the collection properties details.
This class defines the Collection property entity.
This is CollectionPropertyRepository interface.
This class defines the Collection Property Request model holds the collection properties details.
This class defines the Collection Property Response model holds the collection properties details.
This is CollectionRepository interface.
This class defines the Collection Request model holds the collection request details.
The Class CollectionResponseCode consists of response codes which are used in all
Collection apis and Collection validators.
This class defines the Collections Response model holds the list of collection details.
This ENUM defines the possible status values of a collection.
The utility class CollectionValidatorUtil consists of helper and validator methods for collection entity.
This class defines the Common Collection Response model holds the collection details.
This service class encapsulates all required services of User micro service.
This class defines the model Consent (Data transfer Object) holds the consent details.
This service class encapsulates all associated common components required for User micro service.
This controller class contains service end-points that are used to perform actions to add, update, remove,
retrieve a single or multiple consents which is associated to a specific User collection.
This class defines the model Consent (Domain Object) holds the consent details.
An interface to define the factory for creating Consent domain objects.
This service class implements ConsentDomainFactory and handles the transformation of Entity to DTO
and DTO to Domain objects.
This class defines the Consent entity.
An interface to define the factory for creating Consent entity objects.
This service class implements ConsentEntityFactory and handles the transformation of Domain to Entity objects.
An interface to define the factory for creating Consent objects.
This service class implements ConsentFactory and handles the transformation of Entity to DTO
and Domain to DTO objects.
This is ConsentRepository interface.
This class defines the Consent Request model holds the consent details.
This class defines the Consent Response model holds the consent details.
The Class Constants consists of common constants which are used in all other
responsecode classes.
An interface to define the service for creating a new Address.
This service class implements CreateAddressesService and handles the create address service request, process it
and save the details in DB.
This class defines create address validator.
The Interface CreateAttributeService extends the interface EcommService which consists of the basic
functions getValidator and process.
Class CreateAttributeServiceImpl provides the implementation for the
CreateAttributeApicall.
This Class contains validator methods for create attribute api.
An interface to define the service for creating a new BlackList.
This service class implements CreateBlackListService and handles the create BlackListItem service request, process it and save the
details in DB.
This class defines create BlackListItem service validator.
An interface to define the service for creating a new Collection.
This service class implements CreateCollectionService and handles the create collection service request, process
it and save the details in DB.
An interface to define the service for creating a new Consent.
This service class implements CreateConsentService and handles the create consent service request, process it
and save the details in DB.
This class defines create consent validator.
An interface to define the service for creating a new Notes.
This service class implements CreateNotesService and handles the create notes service request, process it
and save the details in DB.
This class defines create notes service validator.
This class defines create user address validator.
An interface to define the service for creating a new User Consent.
This service class implements CreateUserConsentService and handles the create user consent service request,
process it and save the details in DB.
This class defines create user consent validator.
This class defines create user security questions validator.
An interface to define the service for creating a new User.
This service class implements CreateUserService and handles the create user service request, process it and save the
details in DB.
This service class implements CreateUserService and handles the create user service request, process it and save the
details in DB.
This is a Utility class for User model which contains validator and helper methods used in this service.
This class defines create user validator and is used for validating the given request model
UserRequest
.This class defines the model Credentials (Data transfer Object) holds the credentials details.
This controller class contains service end-points that are used to perform
Update/Reset password and security questions.
This class defines the model Credentials (Domain Object) holds the credentials details.
This class defines the Credentials entity.
This is CredentialsRepository interface.
This controller class contains service end-point that are used to load one or many, update and delete
custom properties of a user.
This service class implements UserAuthenticatorService and handles the user custom login service request,
process it and save the details in DB.
DefaultBlackListedItemsValidatorStrategyImpl
This class provides functionality of validating the user phoneNumber by default validator
config.
This class provides functionality of getting the user's public profile based on public profiler
class configured in collection properties.
This class provides functionality of hashing the user password with salt value and checks the password.
This class provides functionality of validating the user password by default validator config.
This service class implements UserAuthenticatorService and handles the user default login service request,
process it and save the details in DB.
This class provides functionality of validating the zipcode by default zipcode validator config.
An interface to define the service for deleting an Address.
This service class implements DeleteAddressService and handles the delete address service request, process it
and save the details in DB.
The Interface CreateAttributeService extends the interface EcommService which consists of the basic
functions getValidator and process.
Class DeleteAttributeServiceImpl provides the implementation for the
CreateAttributeApicall.
An interface to define the service for deactivating User.
This service class implements DeactivateUserService and handles the deactivate user service request, process it
and save the details in DB.
An interface to define the service for deleting an existing consent.
This service class implements DeleteConsentService and handles the delete consent service request, process it
and save the details in DB.
This class defines delete consent validator and is used for validating the given request model.
An interface to define the service for deleting a custom property.
This service class implements DeleteCustomPropertyService and handles the delete custom property service request,
process it and save the details in DB.
An interface to define the service for deleting a notes.
This service class implements DeleteNotesService and handles deleting a notes service request, process it
and delete the details from DB within a collection id and user id.
This class defines delete notes service validator.
An interface to define the service for deleting an user consent.
This service class implements DeleteUserConsentService and handles the delete user consent service request,
process it and save the details in DB.
This class defines delete user consent validator and is used for validating the given request model.
An interface to define the service for deactivating User.
This service class implements DeactivateUserService and handles the deactivate user service request, process it
and save the details in DB.
This class defines delete user validator.
This is a holds the docket utility methods.
EmailNotifyConfig
ExpiryStatus
This class is used to configure the external tomcat server with Spring Boot application
Not applicable for embedded tomcat with Spring Boot application
The Interface FindAllAttributesService extends the interface EcommService
which consists of the basic functions getValidator and process.
The Class AttributeResponseCode consists of response codes which are used in
all Attribute apis and Attribute validators.
An interface to define the service for retrieving all blackList.
This service class implements GetAllUserService and handles the get all user service request, process
it and save the details in DB.
The Interface FindAllAttributesService extends the interface EcommService
which consists of the basic functions getValidator and process.
The Class FindAttributeServiceImpl contains implementation to find an
attribute by identifier.
An interface to define the service for retrieving address.
This service class implements GetAddressService and handles the get address service request, process it and
save the details in DB.
An interface to define the service for retrieving all addresses.
This service class implements GetAllAddressesService and handles the get all address service request, process it and
save the details in DB.
An interface to define the service for retrieving all collection attributes.
This service class implements GetAllCollectionAttributeService and handles the get all collection attribute service
request, process it and save the details in DB.
An interface to define the service for retrieving all collections.
This service class implements GetAllCollectionService and handles the get all collection service request, process
it and save the details in DB.
An interface to define the service for retrieving all consents.
This service class implements GetAllConsentService and handles the get all consent service request, process it
and save the details in DB.
This class defines get all consent validator.
An interface to define the service for retrieving all custom properties.
This service class implements GetAllCustomPropertyService and handles the get all custom property service request,
process it and save the details in DB.
An interface to define the service for loading all Notes.
This service class implements GetAllNotesService and handles loading the notes details from DB.
This class defines get all notes service validator.
An interface to define the service for retrieving all security questions.
This service class implements GetAllSecurityQuestions and handles the get all security questions service request,
process it and save the details in DB.
This class defines get all security questions validator.
An interface to define the service for retrieving all user consents history.
This service class implements GetAllUserConsentHistoryServiceImpl and handles loading the
user consent history details from DB.
This class defines get all user consent history validator.
An interface to define the service for retrieving all user consents.
This service class implements GetAllUserConsentService and handles the get all user consent service request, process
it and save the details in DB.
This class defines get all user consent validator.
An interface to define the service for retrieving all users public profile.
This service class implements GetAllUserService and handles the get all public user profile service request, process
it and save the details in DB.
This class defines get all user public profile validator.
An interface to define the service for retrieving all users.
This service class implements GetAllUserService and handles the get all user service request, process
it and save the details in DB.
This class defines get all user validator.
An interface to define the service for retrieving collection properties.
This service class implements GetCollectionPropertyService and handles the get collection property service request,
process it and save the details in DB.
An interface to define the service for retrieving a collection.
This service class implements GetCollectionService and handles the get collection service request, process
it and save the details in DB.
An interface to define the service for retrieving a consent.
This service class implements GetConsentService and handles the get consent service request, process
it and save the details in DB.
This class defines get consent validator.
An interface to define the service for retrieving a custom property.
This service class implements GetCustomPropertyService and handles the get custom property service request, process
it and save the details in DB.
An interface to define the service for retrieving security question.
This service class implements GetSecurityQuestions and handles the get security questions service request, process
it and save the details in DB.
This class defines get security questions validator.
An interface to define the service for retrieving an user identity.
This service class implements GetUserIdentityService and handles the get user identity service request, process
it and save the details in DB.
An interface to define the service for retrieving an user.
This service class implements GetUserService and handles the get user service request, process
it and save the details in DB.
This class defines get user validator.
This class defines the model Identities (Data transfer Object) holds the identities details.
This controller class contains service end-point that is used to load user identities.
This class defines the model Identities (Domain Object) holds the identities details.
This class defines the Identities entity.
This is IdentitiesRepository interface.
This class defines the model LoginMFAPayload (Data transfer Object) holds the user event details.
This class defines the model MergedUsers holds fakeuserid and winner user id.
This class defines the model MfaAuthenticator holds the mfa auth details.
This class defines the Notes entity.
This class defines the MFA Authenticator Response model holds the mfa authenticator details.
The Class Status This Enum class is used to change the status of the Entity
ACTIVE denotes Entity is in Active status INACTIVE denotes Entity is in
In-Active status
The Class Status This Enum class is used to change the status of the Entity
ACTIVE denotes Entity is in Active status INACTIVE denotes Entity is in
In-Active status
This class defines the model MFAPayload (Data transfer Object) holds the user event details.
This class defines the model Notes (Data transfer Object) holds notes details.
This service class encapsulates all associated common components required for User micro service.
This controller class contains service end-points that are used to perform actions such as Create Notes,
Search Note(s) and Delete Notes respectively.
This class defines the model Notes (Domain Object) holds the notes details.
An interface to define the factory for creating Notes domain objects.
This service class implements NotesDomainFactory and handles the transformation of Entity to Domain
and DTO object to Domain objects.
This class defines the Notes entity.
An interface to define the factory for creating Notes Entity objects.
This service class implements NotesEntityFactory and handles the transformation of Domain to Entity.
An interface to define the factory for creating Notes objects.
This service class implements NotesFactory and handles the transformation of Notes Domain to Notes DTO objects.
This class defines the Notes Get All Response model holds the list of notes details.
This is NotesRepository interface.
This class defines the Notes Request model holds the notes details.
This class defines the Notes Response model holds the notes details.
This class defines the PageableInfo model which contains the pagination properties like page, size, count
and totalCount.
PasswordExpiryEventModel
The Interface PatchUpdateAttributeService extends the interface EcommService
which consists of the basic functions getValidator and process.
The Class PatchUpdateAttributesServiceImpl.
An interface to define the service for validating the phone number.
This class which validates the given phone number by using either validator class or default validator class.
This class provides functionality of validating phoneNumber with the phoneNumber validator config.
This controller class contains service end-point that is used to check if microservice is responsing to requests.
This class defines the Properties entity.
This is PropertiesRepository interface.
The Class PropertiesResponseCode consists of response codes which are used in all
Properties apis and Proeprties validators.
This class provides functionality of getting the user's public profile based on public profiler
class configured in collection properties.
An interface to define the service for updating properties of a collection.
This service class implements PutUpdateCollectionPropertiesService and
handles the update collection properties service request, process it and save
the details in DB.
This class provides functionality of hashing the password using the salt value.
This class provides functionality of validating Password with the password validator config.
QAddressesEntity is a Querydsl query type for AddressesEntity
QAddressPropertiesEntity is a Querydsl query type for AddressPropertiesEntity
QAttributeEntity is a Querydsl query type for AttributeEntity
QBlackListedItemsEntity is a Querydsl query type for BlackListedItemsEntity
QCollectionAttributeEntity is a Querydsl query type for CollectionAttributeEntity
QCollectionEntity is a Querydsl query type for CollectionEntity
QCollectionPropertyEntity is a Querydsl query type for CollectionPropertyEntity
QConsentEntity is a Querydsl query type for ConsentEntity
QCredentialsEntity is a Querydsl query type for CredentialsEntity
QIdentitiesEntity is a Querydsl query type for IdentitiesEntity
QMFAAuthEntity is a Querydsl query type for MFAAuthEntity
QNotesEntity is a Querydsl query type for NotesEntity
QPropertiesEntity is a Querydsl query type for PropertiesEntity
PredicateUtil Class
QUserConsentEntity is a Querydsl query type for UserConsentEntity
QUserConsentHistoryEntity is a Querydsl query type for UserConsentHistoryEntity
QUsersEntity is a Querydsl query type for UsersEntity
The Class RequestInternal consists of the request details which will be
transfered from controller to serviceImpl.
This service class implements UserCheckAuthService and handles the user service Validating MFA login request,
process it and save the details in DB.
This service class implements UserCheckAuthService and handles the user service Validating MFA login request,
process it and save the details in DB.
The Class ResponseCode consists of common response codes which are used in
all other response code classes.
This class is used to hold the search criteria values used for performing search operations.
The Class SearchSpecification.
This is a Utility class for User Search model which contains validator and helper methods used in this service.
This class defines the model SecurityQuestions (Data transfer Object).
An interface to define the service for send activation link to user.
This service class implements SendActivationService and handles the send activation service request, process it
and save the details in DB.
An interface to define the service for resetting an user password.
This service class implements SendResetPasswordService and handles the send reset password service request,
process it and save the details in DB.
This class is used to hold the check sort values which is used for performing search operations.
This class act as a exception for unauthorized access of the user.
An interface to define the service for updating address.
This service class implements UpdateAddressService and handles the update address service request,
process it and save the details in DB.
This class defines update address validator.
An interface to define the service for updating collection property.
This service class implements UpdateCollectionPropertyService and handles the update collection property service
request, process it and save the details in DB.
An interface to define the service for updating a collection.
This service class implements UpdateCollectionService and handles the update collection service request, process
it and save the details in DB.
An interface to define the service for updating a consent.
This service class implements UpdateConsentService and handles the update consent service request, process
it and save the details in DB.
This class defines update consent validator.
This class defines update credentials validator.
An interface to define the service for updating custom property.
This service class implements UpdateCustomPropertyService and handles the update custom property service request,
process it and save the details in DB.
An interface to define the service for updating a MFA auth details.
This service class implements UpdateMfaAuthenticatorService and handles the update MFA authenticator service request, process
it and save the details in DB.
An interface to define the service for updating an user password.
An interface to define the service for updating security questions.
This service class implements UpdateSecurityQuestions and handles the update security questions service request,
process it and save the details in DB.
This class defines update security questions validator.
An interface to define the service for updating user password.
This service class implements UpdateUserPasswordService and handles the update user password service request,
process it and save the details in DB.
An interface to define the service for updating user information.
This service class implements UpdateUserService and handles the update user service request, process it and
save the details in DB.
This class defines update user validator.
This class defines the User Activation Request model holds the activation request details.
This class defines the User Address Request model holds the address details.
This is a Utility class for User model which contains validator and util methods used in this service.
This class used to start a User Micro-Service as a spring boot application and also hold the configuration for
swagger document generation with the help of spring fox
Starting point of the application.
An interface to define the authenticator for authenticating an user.
This is a utility class for UserAuthEventTriggerUtil model which contains static methods for triggering
events for MFA Login.
This class defines user auth notification validator.
This class defines the User Auth Request model holds the login credentials, loginToken, loginOTP.
This class defines the User Auth Response model holds the user details, bearer token, login token and
availableRetries.
An interface to define the service for sending notification on user login.
This service class implements UserAuthSendNotificationService and handles the login send notification service
request, process it and save the details in DB.
This is a utility class for user which contains util methods used in this service.
An interface to define the service for validating notification request on user login.
This service class implements UserAuthValidateNotificationService and handles the notification validation service
request, process it and save the details in DB.
This class defines user auth validator.
An interface to define the service for validate user login credentials.
This service class implements UserCheckAuthService and handles the user login service request, process it and
save the details in DB.
An interface to define the service for creating a new User.
An interface to define the service for updating user password.
An interface to define the service for creating a new User.
An interface to define the service for creating a new User.
This utility class consists of validator methods for User collection resource.
This service class encapsulates all required services of User micro service.
This class defines the model UserConsent (Data transfer Object) holds user consent details.
This controller class contains service end-points that are used to perform actions to add, remove,
retrieve all opted consents of a user.
This class defines the User Consent Create Response model holds the list of user consent details.
This class defines the model UserConsent (Domain Object) holds the user consent details.
An interface to define the factory for creating User Consent domain objects.
This service class implements UserConsentDomainFactory and handles the transformation of DTO to Domain
and Domain to DTO objects.
This class defines the UserConsent entity.
An interface to define the factory for creating User Consent entity objects.
This service class implements UserConsentEntityFactory and handles the transformation of Entity to Domain
and Domain to Entity objects.
An interface to define the factory for creating User Consent objects.
This service class implements UserConsentFactory and handles the transformation of DTO to Domain
and Domain to DTO objects.
This class defines the User Consent Find All response model holds the list of user consent details.
This class defines the model UserConsentHistory (Data transfer Object) holds user consent history details.
This class defines the model UserConsentHistoryDomain (Domain Object) holds the user consent history details.
An interface to define the factory for creating User Consent History objects.
This service class implements UserConsentHistoryDomainFactory and handles the transformation of Domain
to DTO objects.
This class defines the UserConsent entity.
An interface to define the factory for creating User Consent History objects.
This service class implements UserConsentFactory and handles the transformation of DTO to Domain
and Domain to DTO objects.
This class defines the User Consent History Find All response model holds the user consent history details.
This is UserConsentHistoryRepository interface.
This class defines the User Consent Request model holds the user consent history details.
This class defines the model UserConsentList (Data transfer Object) holds the list of user consent details.
This is UserConsentRepository interface.
This class defines the User Consent Request model holds the user consent details.
This class defines the User Consent model holds the list of user consent details.
This is a Utility class for User model which contains validator and helper methods used in this service
for user consent.
This class contains the user constants used through-out the application.
This class defines the User Create Response model holds the created and existing users details.
This class defines the User Credentials Request model holds the user credentials details.
An interface to define the factory for creating User domain objects.
This service class implements UserDomainFactory and handles the transformation of DTO to Domain
and Domain to DTO objects.
An interface to define the factory for creating User entity objects.
This service class implements UserEntityFactory and handles the transformation of Entity to Domain
and Domain to Entity objects.
This class defines the model UserEventCommonPayLoad (Data transfer Object).
This class defines the model UserEventData (Data transfer Object).
This is a utility class for UserEventTriggerUtil model which contains static methods for triggering
events for MFA Login.
An interface to define the factory for creating User objects.
This service class implements UserFactory and handles the transformation of
DTO to Domain and Domain to DTO objects.
This class defines the model UserEventData (Data transfer Object).
This service class handles the user service merge user from the request, process it and save the
details in DB.
This is a Utility class for User model which contains validator and util methods used in this service.
This is a Utility class for User model which contains validator and helper methods used in
merging the user details in this service.
This is MFAAuthRepository interface.
This class defines the User Notification Request model holds the notification details.
This is a Utility class which is used for triggering an event details.
This helper class contains methods that performs password checking with old passwords and check whether the new
password should not repeat with N number of old passwords.
This helper class contains methods that performs password validations and utilities associated to password.
This helper class contains utility methods for the User Property resource.
This class defines the User Properties Request model holds the user properties details.
This is a Utility class for User model which contains validator and util methods used in this service.
This class defines the User Request model holds the user details.
This class defines the User Reset Request model, holds the find all resource's request data for data transfer
from controller to service.
This class defines the User Reset Response model holds the reset parameter.
This class defines user reset validator.
This class defines the User Response model holds the user details.
This class which contains Constants used for the user response codes used through-out
the application.
This class defines the model Users (Data transfer Object).
This controller class contains service end-points that are used to perform actions such as Create User,
Update User, Search User(s), Delete User, send and validate user activation respectively.
This class defines the model Users (Domain Object) holds users details.
This class holds the user search results and the total count for the respective search criteria.
This class defines the User Search Response model, holds the search result for user entity.
This class defines user send activation validator.
This class defines the Users entity.
An interface to define the service for validating user information.
This service class contains the user service web security configuration class.
This class defines the model UsersEventPayLoad (Data transfer Object).
This class defines the model UsersList (Data transfer Object) holds the list of users.
This class defines the model UsersEventPayLoad (Data transfer Object).
This is UsersRepository interface.
This class defines the User Response model holds the list of users details.
This ENUM defines the possible type value of a user.
This is a Utility class for User model which contains validator and util methods used in this service.
This is a Utility class for User model which contains validator and helper methods used in this service.
This class defines user validate activation validator.
This class defines user reset validator.
This class defines user validator component.
An interface to define the service for validate activation request.
This service class implements ValidateActivationService and handles the validate activation service request,
process it and save the details in DB.
This service class implements UserCheckAuthService and handles the user service Validating MFA login request,
process it and save the details in DB.
This service class handles the user service Validating MFA login token from the request, process it and save the
details in DB.
This service class implements UserCheckAuthService and handles the user service Validating MFA login request,
process it and save the details in DB.
An interface to define the service for validating reset password request.
This service class implements ValidateResetPasswordService and handles the validate reset password service request,
process it and save the details in DB.
An interface to define the service for validating security answer.
This service class implements ValidateSecurityAnswerService and handles the validate security answer service
request, process it and save the details in DB.
This service class handles the user service Validating MFA token from the request, process it and save the
details in DB.
An interface to define the service for validating the zipcode.
This class is used to validate the zipcode by using either the validator class or default validator class.
This class provides functionality of validating zipcode with the zipcode validator config.