Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

addAuthStatusInfo(AuthStatusInfo) - Method in class io.mosip.authentication.common.service.builder.AuthResponseBuilder
Adds the auth status info.
addErrors(AuthError...) - Method in class io.mosip.authentication.common.service.builder.AuthResponseBuilder
Adds the errors.
addErrors(AuthError...) - Method in class io.mosip.authentication.common.service.builder.AuthStatusInfoBuilder
Adds the errors to the AuthStatusInfo.
AddressMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum AddressMatchingStrategy.
AgeMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum AgeMatchingStrategy - used to compare and evaluate the AGE value received from the request and entity
api() - Method in class io.mosip.authentication.common.service.config.SwaggerConfig
Produce Docket bean
applyTemplate(String, Map<String, Object>) - Method in class io.mosip.authentication.common.service.integration.IdTemplateManager
To apply Template for PDF Generation.
audit(AuditModules, AuditEvents, String, IdType, String) - Method in class io.mosip.authentication.common.service.helper.AuditHelper
Method to build audit requests and send it to audit service.
AuditHelper - Class in io.mosip.authentication.common.service.helper
The Class AuditHelper - build audit requests and send it to audit service.
AuditHelper() - Constructor for class io.mosip.authentication.common.service.helper.AuditHelper
 
AuditRequestFactory - Class in io.mosip.authentication.common.service.factory
A factory for creating and building AuditRequest objects from properties
AuditRequestFactory() - Constructor for class io.mosip.authentication.common.service.factory.AuditRequestFactory
 
authenticate(AuthRequestDTO, String, Map<String, List<IdentityInfoDTO>>, String, boolean) - Method in class io.mosip.authentication.common.service.impl.BioAuthServiceImpl
Validate Bio Auth details based on Bio auth request and Biometric Identity values.
authenticate(AuthRequestDTO, String, Map<String, List<IdentityInfoDTO>>, String) - Method in class io.mosip.authentication.common.service.impl.DemoAuthServiceImpl
 
authenticate(AuthRequestDTO, String, Map<String, List<IdentityInfoDTO>>, String) - Method in class io.mosip.authentication.common.service.impl.OTPAuthServiceImpl
Validates generated OTP via OTP Manager.
authenticate(AuthRequestDTO, String, Map<String, List<IdentityInfoDTO>>, String) - Method in class io.mosip.authentication.common.service.impl.PinAuthServiceImpl
 
authenticateIndividual(AuthRequestDTO, boolean, String) - Method in class io.mosip.authentication.common.service.facade.AuthFacadeImpl
 
authenticateRequest(ResettableStreamHttpServletRequest) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
 
authenticateRequest(ResettableStreamHttpServletRequest) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
authenticateRequest method used to validate the JSON signature pay load and the certificate
authenticateRequest(ResettableStreamHttpServletRequest) - Method in class io.mosip.authentication.common.service.filter.DefaultIDAFilter
 
AuthFacadeImpl - Class in io.mosip.authentication.common.service.facade
This class provides the implementation of AuthFacade, provides the authentication for individual by calling the respective Service ClassesAuthFacade.
AuthFacadeImpl() - Constructor for class io.mosip.authentication.common.service.facade.AuthFacadeImpl
 
AuthLockRepository - Interface in io.mosip.authentication.common.service.repository
 
AuthRequestValidator - Class in io.mosip.authentication.common.service.validator
This class validates the parameters for Authorization Request.
AuthRequestValidator() - Constructor for class io.mosip.authentication.common.service.validator.AuthRequestValidator
 
AuthResponseBuilder - Class in io.mosip.authentication.common.service.builder
The builder class of AuthResponseDTO.
AuthStatusInfoBuilder - Class in io.mosip.authentication.common.service.builder
The builder class of AuthStatusInfo.
AuthTransactionBuilder - Class in io.mosip.authentication.common.service.builder
The builder to build AutnTxn instance.
AuthTxnServiceImpl - Class in io.mosip.authentication.common.service.impl
The Service AuthTxnServiceImpl is used to retrive Auth transactions for a UIN/VID.
AuthTxnServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.AuthTxnServiceImpl
 
AuthTypeImpl - Class in io.mosip.authentication.common.service.impl
The Class AuthTypeImpl - used to instantiate respective Auth type to set the type, associate match types, display name and to get which auth type is enabled
AuthTypeImpl(String, Set<MatchType>, Predicate<? super AuthTypeDTO>, String) - Constructor for class io.mosip.authentication.common.service.impl.AuthTypeImpl
Instantiates a new auth type impl.
AuthTypeImpl(String, Set<MatchType>, String) - Constructor for class io.mosip.authentication.common.service.impl.AuthTypeImpl
Instantiates a new auth type impl.
AuthtypeLock - Class in io.mosip.authentication.common.service.entity
The Class AuthtypeLock - Entity class for table uin_auth_lock.
AuthtypeLock() - Constructor for class io.mosip.authentication.common.service.entity.AuthtypeLock
 
AuthtypeStatusImpl - Class in io.mosip.authentication.common.service.impl
The Class AuthtypeStatusImpl - implementation of AuthtypeStatusService.
AuthtypeStatusImpl() - Constructor for class io.mosip.authentication.common.service.impl.AuthtypeStatusImpl
 
AutnTxn - Class in io.mosip.authentication.common.service.entity
This class mapped with table "autn_txn" and used by AutnTxnRepository to fetch records.
AutnTxn() - Constructor for class io.mosip.authentication.common.service.entity.AutnTxn
 
AutnTxnRepository - Interface in io.mosip.authentication.common.service.repository
This is a repository class for entity AutnTxn.

B

BaseAuthFilter - Class in io.mosip.authentication.common.service.filter
The Class BaseAuthFilter - The Base Auth Filter that does all necessary authentication/authorization before allowing the request to the respective controllers.
BaseAuthFilter() - Constructor for class io.mosip.authentication.common.service.filter.BaseAuthFilter
 
BaseAuthRequestValidator - Class in io.mosip.authentication.common.service.validator
The Class BaseAuthRequestValidator.
BaseAuthRequestValidator() - Constructor for class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
 
BaseIDAFilter - Class in io.mosip.authentication.common.service.filter
The Class BaseIDAFilter - The Base IDA Filter that does all necessary authentication/authorization before allowing the request to the respective controllers.
BaseIDAFilter() - Constructor for class io.mosip.authentication.common.service.filter.BaseIDAFilter
 
BioAuthServiceImpl - Class in io.mosip.authentication.common.service.impl
Bio-service to implement Biometric Authentication.
BioAuthServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.BioAuthServiceImpl
 
BioAuthType - Enum in io.mosip.authentication.common.service.impl.match
The Enum BioAuthType.
BioMatchType - Enum in io.mosip.authentication.common.service.impl.match
Match type for Bio Entity
build(String) - Method in class io.mosip.authentication.common.service.builder.AuthResponseBuilder
Builds the.
build() - Method in class io.mosip.authentication.common.service.builder.AuthStatusInfoBuilder
Builds the AuthStatusInfo.
build(Environment, UinEncryptSaltRepo, UinHashSaltRepo, IdAuthTransactionManager) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
Build AutnTxn.
buildExceptionResponse(Exception, HttpServletRequest) - Static method in class io.mosip.authentication.common.service.exception.IdAuthExceptionHandler
Constructs exception response body for all exceptions.
buildMatchInput(AuthRequestDTO, AuthType[], MatchType[]) - Method in class io.mosip.authentication.common.service.builder.MatchInputBuilder
Construct match input.
buildRequest(AuditModules, AuditEvents, String, IdType, String) - Method in class io.mosip.authentication.common.service.factory.AuditRequestFactory
Builds the request.
buildRequest(RestServicesConstants, Object, Class<?>) - Method in class io.mosip.authentication.common.service.factory.RestRequestFactory
Builds the request.
buildStatusInfo(boolean, List<MatchInput>, List<MatchOutput>, AuthType[], IDAMappingConfig) - Static method in class io.mosip.authentication.common.service.builder.AuthStatusInfoBuilder
Builds the status info.

C

checkAllowedAuthTypeBasedOnPolicy(Map<String, Object>, List<AuthPolicy>) - Method in class io.mosip.authentication.common.service.filter.DefaultInternalFilter
 
checkAllowedAuthTypeBasedOnPolicy(String, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
Check allowed auth type based on policy.
checkAllowedAuthTypeBasedOnPolicy(Map<String, Object>, List<AuthPolicy>) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
Check allowed auth type for bio based on the policies.
checkDemoAuth(AuthRequestDTO, Errors) - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
Check demo auth.
checkLanguageType(String, String) - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
Check language type.
checkMandatoryAuthTypeBasedOnPolicy(Map<String, Object>, List<AuthPolicy>) - Method in class io.mosip.authentication.common.service.filter.DefaultInternalFilter
 
checkMandatoryAuthTypeBasedOnPolicy(Map<String, Object>, List<AuthPolicy>) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
Check mandatory auth type based on policy.
compositeBiometricProvider() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Composite biometric provider.
CompositeIrisMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum CompositeIrisMatchingStrategy - used to compare and evaluate the IRIS value received from the request and entity
concatNames(String...) - Static method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
 
constructMatchInput(AuthRequestDTO) - Method in class io.mosip.authentication.common.service.impl.DemoAuthServiceImpl
Construct match input.
consumeRequest(ResettableStreamHttpServletRequest, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
 
consumeRequest(ResettableStreamHttpServletRequest, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
consumeRequest method is used to manipulate the request where the request is first reached and along this all validation are done further after successful decipher.
countRequestDTime(LocalDateTime, LocalDateTime, String) - Method in interface io.mosip.authentication.common.service.repository.AutnTxnRepository
Obtain the number of count of request_dTtimes for particular UIN(uniqueId) with within the otpRequestDTime and oneMinuteBeforeTime.
createPropertySource(String, EncodedResource) - Method in class io.mosip.authentication.common.service.factory.IDAMappingFactory
To create Mapping Factory class for IDA Mapping Configuration
createRequest(T) - Static method in class io.mosip.authentication.common.service.factory.RestRequestFactory
 
CryptomanagerRequestDto - Class in io.mosip.authentication.common.service.integration.dto
Crypto-Manager-Request model
CryptomanagerRequestDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.CryptomanagerRequestDto
 
CryptomanagerResponseDto - Class in io.mosip.authentication.common.service.integration.dto
Crypto-Manager-Response model
CryptomanagerResponseDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.CryptomanagerResponseDto
 

D

decipherAndValidateRequest(ResettableStreamHttpServletRequest, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
Decipher and validate request - Method used to decipher the input stream request and validate it using validateDecipheredRequest method.
decipherAndValidateRequest(ResettableStreamHttpServletRequest, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.DefaultAuthTypeFilter
 
decipherRequest(Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
decipherRequest method is used to get the deciphered request from the encoded and enciphered request passed by the authenticating partner.
decipherRequest(Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
 
decode(String) - Static method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
Decode method is used to decode the encoded string.
DEFAULT_EXACT_MATCH_VALUE - Static variable in class io.mosip.authentication.common.service.builder.MatchInputBuilder
The Constant DEFAULT_EXACT_MATCH_VALUE.
DEFAULT_MATCH_VALUE - Static variable in class io.mosip.authentication.common.service.builder.MatchInputBuilder
The Constant DEFAULT_MATCH_VALUE.
DefaultAuthTypeFilter - Class in io.mosip.authentication.common.service.filter
The Class DefaultAuthTypeFilter.
DefaultAuthTypeFilter() - Constructor for class io.mosip.authentication.common.service.filter.DefaultAuthTypeFilter
 
DefaultIDAFilter - Class in io.mosip.authentication.common.service.filter
The Class DefaultIDAFilter - used to authenticate the request received for the static pin storage and VID generation .
DefaultIDAFilter() - Constructor for class io.mosip.authentication.common.service.filter.DefaultIDAFilter
 
DefaultInternalFilter - Class in io.mosip.authentication.common.service.filter
The Class OTPFilter.
DefaultInternalFilter() - Constructor for class io.mosip.authentication.common.service.filter.DefaultInternalFilter
 
DemoAuthServiceImpl - Class in io.mosip.authentication.common.service.impl
The implementation of Demographic Authentication service.
DemoAuthServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.DemoAuthServiceImpl
 
DemoAuthType - Enum in io.mosip.authentication.common.service.impl.match
The Enum DemoAuthType.
DemoMatchType - Enum in io.mosip.authentication.common.service.impl.match
The Enum DemoMatchType.
DemoNormalizerImpl - Class in io.mosip.authentication.common.service.impl.match
Generic class to normalize individual name, address.
DemoNormalizerImpl() - Constructor for class io.mosip.authentication.common.service.impl.match.DemoNormalizerImpl
 
destroy() - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
 
DOBMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum DOBMatchingStrategy - used to compare and evaluate the DOB value received from the request and entity
DOBType - Enum in io.mosip.authentication.common.service.impl.match
The Enum DOBType.
DOBTypeMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum DOBTypeMatchingStrategy.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
 

E

EmailMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum EmailMatchingStrategy - used to compare and evaluate the EMAIL value received from the request and entity
encipherResponse(Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
encipherResponse method is used to encoded and encrypt the response received while returning the KYC response.
encryptData(Map<String, Object>, ObjectMapper) - Method in class io.mosip.authentication.common.service.integration.KeyManager
This method is used to encrypt the KYC identity response.
EncryptDataRequestDto - Class in io.mosip.authentication.common.service.integration.dto
This class is used to construct the data to be encrypted
EncryptDataRequestDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.EncryptDataRequestDto
 
encryptWithSalt(byte[], byte[]) - Method in class io.mosip.authentication.common.service.transaction.manager.IdAuthTransactionManager
Encryption of data by making rest call to kernel-cryptomanager with salt.
env - Variable in class io.mosip.authentication.common.service.filter.BaseIDAFilter
The env.
env - Variable in class io.mosip.authentication.common.service.impl.patrner.PartnerServiceImpl
The env.
env - Variable in class io.mosip.authentication.common.service.validator.IdAuthValidator
 
environment - Variable in class io.mosip.authentication.common.service.impl.DemoAuthServiceImpl
The environment.
extractBioData(String) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
 

F

FaceMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum FaceMatchingStrategy.
faceProvider() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Face provider.
fetchAuthTxnDetails(AutnTxnRequestDto) - Method in class io.mosip.authentication.common.service.impl.AuthTxnServiceImpl
 
fetchAuthtypeStatus(AuthtypeRequestDto) - Method in class io.mosip.authentication.common.service.impl.AuthtypeStatusImpl
 
fetchAuthtypeStatus(String, String) - Method in class io.mosip.authentication.common.service.impl.AuthtypeStatusImpl
 
fetchGenderType() - Method in class io.mosip.authentication.common.service.integration.MasterDataManager
To fetch gender type.
fetchId(ResettableStreamHttpServletRequest, String) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
fetchId used to fetch and determine the id of request
fetchId(ResettableStreamHttpServletRequest, String) - Method in class io.mosip.authentication.common.service.filter.DefaultInternalFilter
 
fetchReferenceId() - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
Method to get the reference id.
fetchTemplate(String) - Method in class io.mosip.authentication.common.service.integration.IdTemplateManager
Fetch Templates for e-KYC based on Template name.
fetchTemplate(String, String) - Method in class io.mosip.authentication.common.service.integration.MasterDataManager
Fetch templates based on Language code and Template Name.
fetchTemplate(String) - Method in class io.mosip.authentication.common.service.integration.MasterDataManager
To fetch template from master data manager.
fetchTitles() - Method in class io.mosip.authentication.common.service.integration.MasterDataManager
To fetch titles.
findByTxnId(String, Pageable, String) - Method in interface io.mosip.authentication.common.service.repository.AutnTxnRepository
Obtain all Authentication Transaction for particular TxnId and UIN.
findByUin(String) - Method in interface io.mosip.authentication.common.service.repository.AuthLockRepository
 
findByUin(String, Pageable) - Method in interface io.mosip.authentication.common.service.repository.AutnTxnRepository
 
FingerPrintMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
Matching Strategy for Fingerprint
fingerProvider() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Finger provider.
FullAddressMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
Matching Strategy for Full Address entity

G

GenderMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum GenderMatchingStrategy - used to compare and evaluate the GENDER value received from the request and entity
generateOtp(OtpRequestDTO, String) - Method in class io.mosip.authentication.common.service.impl.OTPServiceImpl
Generate OTP, store the OTP request details for success/failure.
generateTokenId(String, String) - Method in class io.mosip.authentication.common.service.integration.TokenIdManager
 
getAllowedAuthTypeProperty() - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
 
getAllowedAuthTypes() - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
 
getAllowedIdTypes() - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
 
getAllowedIdTypesConfigKey() - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
 
getAllowedLang() - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
Extract allowed lang.
getAllowedMatchingStrategy(MatchingStrategyType) - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Gets the allowed matching strategy.
getAllowedMatchingStrategy(MatchingStrategyType) - Method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
Gets the allowed matching strategy.
getAllowedMatchingStrategy(MatchingStrategyType) - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
Gets the allowed matching strategy.
getAssociatedMatchTypes() - Method in class io.mosip.authentication.common.service.impl.AuthTypeImpl
 
getAuthPart(ResettableStreamHttpServletRequest) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
Gets the auth part.
getAuthReqestInfo(MatchType, AuthRequestDTO) - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
Get Authrequest Info.
getAuthTypeImpl() - Method in class io.mosip.authentication.common.service.impl.AuthTypeImpl
 
getAuthTypeImpl() - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
 
getAuthTypeImpl() - Method in enum io.mosip.authentication.common.service.impl.match.DemoAuthType
 
getAuthTypeImpl() - Method in enum io.mosip.authentication.common.service.impl.match.PinAuthType
 
getAuthTypePredicate() - Method in class io.mosip.authentication.common.service.impl.AuthTypeImpl
 
getBioIdentityValuesCount(AuthRequestDTO, IdInfoFetcher) - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
 
getBioMatcherUtil() - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
getBioRefId() - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
 
getCategory() - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
 
getCategory() - Method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
 
getCategory() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
 
getCbeffDocTypes() - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Gets the cbeff doc type.
getCbeffValues(Map<String, List<IdentityInfoDTO>>, CbeffDocType[], MatchType) - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
getConfigNameValue() - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
 
getCountPredicate() - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
Gets the count predicate.
getDemoNormalizer() - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
getDisplayName() - Method in class io.mosip.authentication.common.service.impl.AuthTypeImpl
 
getDobType() - Method in enum io.mosip.authentication.common.service.impl.match.DOBType
Gets the dob type.
getEntityInfoAsString(MatchType, Map<String, List<IdentityInfoDTO>>) - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
Gets the entity info as string.
getEntityInfoAsString(MatchType, String, Map<String, List<IdentityInfoDTO>>) - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
Gets the entity info as string.
getEntityInfoMapper() - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Gets the entity info.
getEntityInfoMapper() - Method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
Gets the entity info.
getEntityInfoMapper() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
Gets the entity info.
getEnvironment() - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
getIdByRID(String, boolean) - Method in class io.mosip.authentication.common.service.integration.IdRepoManager
Gets the id by RID.
getIdByUin(String, boolean) - Method in class io.mosip.authentication.common.service.impl.IdServiceImpl
 
getIdByVid(String, boolean) - Method in class io.mosip.authentication.common.service.impl.IdServiceImpl
 
getIdenity(String, boolean) - Method in class io.mosip.authentication.common.service.integration.IdRepoManager
Fetch data from Id Repo based on Individual's UIN / VID value and all UIN.
getIdentityInfoFunction() - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
 
getIdentityInfoFunction() - Method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
 
getIdentityInfoFunction() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
 
getIdEntityInfoMap(MatchType, Map<String, List<IdentityInfoDTO>>, String) - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
Gets the entity info map.
getIdentityRequestInfo(MatchType, RequestDTO, String) - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
Fetch Identity info based on Match type and Identity
getIdInfo(Map<String, Object>) - Method in class io.mosip.authentication.common.service.impl.IdServiceImpl
Fetch data from Identity info value based on Identity response.
getIdMapping() - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
 
getIdMapping() - Method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
 
getIdMapping() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
 
getIdMappingValue(IdMapping, MatchType) - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
Gets the id mapping value.
getIdname() - Method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
 
getIdNameForMapping(String, MappingConfig) - Static method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
Fetch Id name for Mapping.
getIdValuesMap(RequestDTO, BioMatchType...) - Static method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Gets the id values map.
getInputStream() - Method in class io.mosip.authentication.common.service.filter.ResettableStreamHttpServletRequest
 
getLanguageCode(LanguageType) - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
Fetch language code from properties
getLanguageName(String) - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
getLanguageType() - Method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
 
getLicense(String) - Method in class io.mosip.authentication.common.service.impl.patrner.PartnerServiceImpl
 
getMappingFunction() - Method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.AddressMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.AgeMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.DOBMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.DOBTypeMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.EmailMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.FingerPrintMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.FullAddressMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.GenderMatchingStrategy
 
getMatchFunction() - Method in class io.mosip.authentication.common.service.impl.match.MatchingStrategyImpl
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.NameMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.OtpMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.PhoneNoMatchingStrategy
 
getMatchFunction() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchingStrategy
 
getMatchingStrategy(AuthRequestDTO, String) - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
To Get Matching Strategy
getMatchingStrategy() - Method in enum io.mosip.authentication.common.service.impl.match.CompositeIrisMatchingStrategy
 
getMatchingStrategy() - Method in enum io.mosip.authentication.common.service.impl.match.FaceMatchingStrategy
 
getMatchingStrategy() - Method in enum io.mosip.authentication.common.service.impl.match.IrisMatchingStrategy
 
getMatchingStrategy() - Method in class io.mosip.authentication.common.service.impl.match.MatchingStrategyImpl
 
getMatchingStrategy() - Method in enum io.mosip.authentication.common.service.impl.match.MultiFingerprintMatchingStrategy
 
getMatchingStrategy() - Method in enum io.mosip.authentication.common.service.impl.match.MultiModalBiometricsMatchingStrategy
 
getMatchingThreshold(String) - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
getMatchingThreshold(AuthRequestDTO, String, Environment, IdInfoFetcher) - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
Get Matching Threshold
getMatchOutput(List<MatchInput>, AuthRequestDTO, Map<String, List<IdentityInfoDTO>>, String) - Method in class io.mosip.authentication.common.service.impl.DemoAuthServiceImpl
Gets the match output.
getMatchProperties(AuthRequestDTO, IdInfoFetcher, String) - Method in enum io.mosip.authentication.common.service.impl.match.DemoAuthType
 
getMatchTypesForSubIdMappings(Set<IdMapping>) - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Gets the match types for sub id mappings.
getMaxFingerCount() - Method in class io.mosip.authentication.common.service.validator.AuthRequestValidator
 
getMaxFingerCount() - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
Gets the max finger count.
getMaxIrisCount() - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
Gets the max iris count.
getMispPartnerMapping(String, String) - Method in class io.mosip.authentication.common.service.impl.patrner.PartnerServiceImpl
 
getOtpKey(String, AuthRequestDTO, String) - Method in class io.mosip.authentication.common.service.impl.OTPAuthServiceImpl
Gets the s pin.
getPartner(String) - Method in class io.mosip.authentication.common.service.impl.patrner.PartnerServiceImpl
 
getPayloadFromJwsSingature(String) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
 
getPolicy(String) - Method in class io.mosip.authentication.common.service.impl.patrner.PartnerServiceImpl
 
getReader() - Method in class io.mosip.authentication.common.service.filter.ResettableStreamHttpServletRequest
 
getReqestInfoFunction() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
 
getRequestBody(InputStream) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
getRequestBody used to get the request body from the raw input stream
getRIDByUID(String) - Method in class io.mosip.authentication.common.service.integration.IdRepoManager
Gets the RID by UID.
getSingleAnySubtype() - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Gets the single any subtype.
getSingleBioAuthTypeForType(String) - Static method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
This method accepts the bioType and it will return Optional of BioAuthType only when the count is single.
getSPin(String, AuthRequestDTO, String) - Method in class io.mosip.authentication.common.service.impl.PinAuthServiceImpl
getSPin method used to fetch the SPIN value of the individual's from the database.
getSubIdMappings() - Method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
 
getSubType() - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Gets the sub type.
getSubType() - Method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
 
getThresholdConfigKey() - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
 
getTitleFetcher() - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
getType() - Method in class io.mosip.authentication.common.service.impl.AuthTypeImpl
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.AddressMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.AgeMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.DOBMatchingStrategy
 
getType(String) - Static method in enum io.mosip.authentication.common.service.impl.match.DOBType
Gets the type.
getType() - Method in enum io.mosip.authentication.common.service.impl.match.DOBTypeMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.EmailMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.FingerPrintMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.FullAddressMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.GenderMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
 
getType() - Method in class io.mosip.authentication.common.service.impl.match.MatchingStrategyImpl
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.NameMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.OtpMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.PhoneNoMatchingStrategy
 
getType() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchingStrategy
 
getTypeForConfigNameValue(String) - Static method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
 
getTypeForIdName(String, IdMapping[]) - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
getUINByVID(String) - Method in class io.mosip.authentication.common.service.integration.IdRepoManager
Gets the UIN by VID.
getUser() - Method in class io.mosip.authentication.common.service.transaction.manager.IdAuthTransactionManager
provides the user id.
getValidateOTPFunction() - Method in class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 

H

handleAllExceptions(Exception, WebRequest) - Method in class io.mosip.authentication.common.service.exception.IdAuthExceptionHandler
Handle all exceptions.
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, WebRequest) - Method in class io.mosip.authentication.common.service.exception.IdAuthExceptionHandler
Method to handle all exception and return as customized response object.
handleIdAppException(IdAuthenticationBaseException, WebRequest) - Method in class io.mosip.authentication.common.service.exception.IdAuthExceptionHandler
Method to handle and customize the response.
hasIdEntityInfo() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
 
hasRequestEntityInfo() - Method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
 

I

IdaIdMapping - Enum in io.mosip.authentication.common.service.impl.match
Mapping class for IDA
IDAMappingConfig - Class in io.mosip.authentication.common.service.config
The Class IDAMappingConfig.
IDAMappingConfig() - Constructor for class io.mosip.authentication.common.service.config.IDAMappingConfig
 
IDAMappingFactory - Class in io.mosip.authentication.common.service.factory
Mapping factory class to map Request and Entity Mapping JSON
IDAMappingFactory() - Constructor for class io.mosip.authentication.common.service.factory.IDAMappingFactory
 
IdaTransactionInterceptor - Class in io.mosip.authentication.common.service.interceptor
The Class IdaTransactionInterceptor.
IdaTransactionInterceptor() - Constructor for class io.mosip.authentication.common.service.interceptor.IdaTransactionInterceptor
 
IdAuthConfig - Class in io.mosip.authentication.common.service.config
Class for defining configurations for the service.
IdAuthConfig() - Constructor for class io.mosip.authentication.common.service.config.IdAuthConfig
 
IdAuthExceptionHandler - Class in io.mosip.authentication.common.service.exception
The Class IDAExceptionHandler - Spring MVC Exceptions as defined in ResponseEntityExceptionHandler and any other Exceptions occurs and returns custom exception response AuthResponseDTO.
IdAuthExceptionHandler() - Constructor for class io.mosip.authentication.common.service.exception.IdAuthExceptionHandler
Instantiates a new id auth exception handler.
IdAuthFilter - Class in io.mosip.authentication.common.service.filter
The Class IdAuthFilter - the implementation for deciphering and validation of the authenticating partner done for request as AUTH and KYC.
IdAuthFilter() - Constructor for class io.mosip.authentication.common.service.filter.IdAuthFilter
 
IdAuthTransactionManager - Class in io.mosip.authentication.common.service.transaction.manager
 
IdAuthTransactionManager() - Constructor for class io.mosip.authentication.common.service.transaction.manager.IdAuthTransactionManager
 
IdAuthValidator - Class in io.mosip.authentication.common.service.validator
The Class IdAuthValidator - abstract class containing common validations.
IdAuthValidator() - Constructor for class io.mosip.authentication.common.service.validator.IdAuthValidator
 
idInfoFetcher - Variable in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
The id info helper.
IdInfoFetcherImpl - Class in io.mosip.authentication.common.service.impl
Helper class to fetch identity values from request
IdInfoFetcherImpl() - Constructor for class io.mosip.authentication.common.service.impl.IdInfoFetcherImpl
 
IdInfoHelper - Class in io.mosip.authentication.common.service.helper
Helper class to build Authentication request.
IdInfoHelper() - Constructor for class io.mosip.authentication.common.service.helper.IdInfoHelper
 
idInfoHelper - Variable in class io.mosip.authentication.common.service.impl.DemoAuthServiceImpl
The id info helper.
idInfoHelper - Variable in class io.mosip.authentication.common.service.impl.PinAuthServiceImpl
The id info helper.
idInfoHelper - Variable in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
The id info helper.
IdRepoManager - Class in io.mosip.authentication.common.service.integration
 
IdRepoManager() - Constructor for class io.mosip.authentication.common.service.integration.IdRepoManager
 
IdServiceImpl - Class in io.mosip.authentication.common.service.impl
The class validates the UIN and VID.
IdServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.IdServiceImpl
 
IdTemplateManager - Class in io.mosip.authentication.common.service.integration
Manage fetching / applying Templates based on entity.
IdTemplateManager() - Constructor for class io.mosip.authentication.common.service.integration.IdTemplateManager
 
idTemplateManagerPostConstruct() - Method in class io.mosip.authentication.common.service.integration.IdTemplateManager
Id template manager post construct.
init() - Method in class io.mosip.authentication.common.service.config.SwaggerConfig
 
init(FilterConfig) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
 
init(FilterConfig) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
 
init(FilterConfig) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
 
initialize() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Initialize.
InternalOtpFilter - Class in io.mosip.authentication.common.service.filter
 
InternalOtpFilter() - Constructor for class io.mosip.authentication.common.service.filter.InternalOtpFilter
 
io.mosip.authentication.common.service.builder - package io.mosip.authentication.common.service.builder
 
io.mosip.authentication.common.service.config - package io.mosip.authentication.common.service.config
 
io.mosip.authentication.common.service.entity - package io.mosip.authentication.common.service.entity
 
io.mosip.authentication.common.service.exception - package io.mosip.authentication.common.service.exception
 
io.mosip.authentication.common.service.facade - package io.mosip.authentication.common.service.facade
 
io.mosip.authentication.common.service.factory - package io.mosip.authentication.common.service.factory
 
io.mosip.authentication.common.service.filter - package io.mosip.authentication.common.service.filter
 
io.mosip.authentication.common.service.helper - package io.mosip.authentication.common.service.helper
 
io.mosip.authentication.common.service.impl - package io.mosip.authentication.common.service.impl
 
io.mosip.authentication.common.service.impl.match - package io.mosip.authentication.common.service.impl.match
 
io.mosip.authentication.common.service.impl.notification - package io.mosip.authentication.common.service.impl.notification
 
io.mosip.authentication.common.service.impl.patrner - package io.mosip.authentication.common.service.impl.patrner
 
io.mosip.authentication.common.service.integration - package io.mosip.authentication.common.service.integration
 
io.mosip.authentication.common.service.integration.dto - package io.mosip.authentication.common.service.integration.dto
 
io.mosip.authentication.common.service.interceptor - package io.mosip.authentication.common.service.interceptor
 
io.mosip.authentication.common.service.repository - package io.mosip.authentication.common.service.repository
 
io.mosip.authentication.common.service.transaction.manager - package io.mosip.authentication.common.service.transaction.manager
 
io.mosip.authentication.common.service.validator - package io.mosip.authentication.common.service.validator
 
IrisMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum IrisMatchingStrategy.
irisProvider() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Iris provider.
isAllowedAuthType(String, List<AuthPolicy>) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
Checks if is allowed auth type.
isAllowedAuthType(String, String, List<AuthPolicy>) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
Checks if is allowed auth type.
isAuthTypeEnabled(AuthRequestDTO, IdInfoFetcher) - Method in class io.mosip.authentication.common.service.impl.AuthTypeImpl
 
isAuthTypeEnabled(AuthRequestDTO, IdInfoFetcher) - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
 
isAuthTypeInfoAvailable(AuthRequestDTO) - Method in class io.mosip.authentication.common.service.impl.AuthTypeImpl
 
isAuthTypeInfoAvailable(AuthRequestDTO) - Method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
 
isDate(String) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
To validate a string whether its a date or not.
isEmpty(String) - Method in class io.mosip.authentication.common.service.impl.OTPAuthServiceImpl
Checks for Null or Empty.
isFaceAuthEnabled() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Checks if is face auth enabled.
isFingerAuthEnabled() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Checks if is finger auth enabled.
isIrisAuthEnabled() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Checks if is iris auth enabled.
isMatchtypeEnabled(MatchType) - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
To check Whether Match type is Enabled.
isMultiLanguage() - Method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
 
isPropMultiLang(String, MappingConfig) - Method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
 
isTypePresent(String) - Static method in enum io.mosip.authentication.common.service.impl.match.DOBType
Checks if is type present.

J

jpaProperties() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
 

K

kernelDecrypt(String, String, String, String) - Method in class io.mosip.authentication.common.service.integration.KeyManager
 
kernelDecryptAndDecode(String, String) - Method in class io.mosip.authentication.common.service.integration.KeyManager
 
keyManager - Variable in class io.mosip.authentication.common.service.filter.BaseIDAFilter
The key manager.
KeyManager - Class in io.mosip.authentication.common.service.integration
The Class KeyManager is used to decipher the request and returning the decipher request to the filter to do further authentication.
KeyManager() - Constructor for class io.mosip.authentication.common.service.integration.KeyManager
 

L

localeResolver() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Locale resolver.

M

MailRequestDto - Class in io.mosip.authentication.common.service.integration.dto
General-purpose of MailRequestDto class used to store Mail request Info's
MailRequestDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.MailRequestDto
 
MailResponseDto - Class in io.mosip.authentication.common.service.integration.dto
General-purpose of MailResponseDto class used to store Mail response Info's
MailResponseDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.MailResponseDto
 
mapEntityInfo(Map<String, List<IdentityInfoDTO>>, IdInfoFetcher) - Method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
 
mapper - Variable in class io.mosip.authentication.common.service.filter.BaseIDAFilter
The mapper.
mapper - Variable in class io.mosip.authentication.common.service.impl.patrner.PartnerServiceImpl
The mapper.
mapResponse(ResettableStreamHttpServletRequest, CharResponseWrapper, Temporal) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
mapResponse method is used to construct the response for the successful authentication.
MasterDataManager - Class in io.mosip.authentication.common.service.integration
 
MasterDataManager() - Constructor for class io.mosip.authentication.common.service.integration.MasterDataManager
 
matchIdentityData(AuthRequestDTO, Map<String, List<IdentityInfoDTO>>, Collection<MatchInput>, String) - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
Match demo data.
matchIdentityData(AuthRequestDTO, String, Collection<MatchInput>, EntityValueFetcher, String) - Method in class io.mosip.authentication.common.service.helper.IdInfoHelper
Match identity data.
MatchingStrategyImpl - Class in io.mosip.authentication.common.service.impl.match
The Class MatchingStrategyImpl - used to Instantiate the matching strategy for bio based authentication to get match type and match function
MatchingStrategyImpl(MatchingStrategyType, MatchFunction) - Constructor for class io.mosip.authentication.common.service.impl.match.MatchingStrategyImpl
Instantiates a new matching strategy impl.
MatchInputBuilder - Class in io.mosip.authentication.common.service.builder
Builder class to match Inputs
MatchInputBuilder() - Constructor for class io.mosip.authentication.common.service.builder.MatchInputBuilder
 
matchInputBuilder - Variable in class io.mosip.authentication.common.service.impl.DemoAuthServiceImpl
The id info helper.
matchInputBuilder - Variable in class io.mosip.authentication.common.service.impl.PinAuthServiceImpl
The id info helper.
messageSource() - Method in class io.mosip.authentication.common.service.config.IdAuthConfig
Message source.
MultiFingerprintMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
MatchingStrategy definition for multi-fingerprints matching.
MultiModalBiometricsMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum CompositeIrisMatchingStrategy - used to compare and evaluate the IRIS value received from the request and entity

N

NameMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
 
newInstance(String) - Static method in class io.mosip.authentication.common.service.builder.AuthResponseBuilder
Get new instance of AuthResponseBuilder.
newInstance() - Static method in class io.mosip.authentication.common.service.builder.AuthStatusInfoBuilder
Gets new instance of AuthStatusInfo.
newInstance() - Static method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
Get new instance of AuthTransactionBuilder
normalizeAddress(String, String) - Method in class io.mosip.authentication.common.service.impl.match.DemoNormalizerImpl
This method is used to normalize address.
normalizeName(String, String, MasterDataFetcher) - Method in class io.mosip.authentication.common.service.impl.match.DemoNormalizerImpl
This method is used to normalize name.
NotificationManager - Class in io.mosip.authentication.common.service.integration
The Class NotificationManager.
NotificationManager() - Constructor for class io.mosip.authentication.common.service.integration.NotificationManager
 
NotificationServiceImpl - Class in io.mosip.authentication.common.service.impl.notification
Service class to notify users via SMS or Email notification.
NotificationServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.notification.NotificationServiceImpl
 

O

onSave(Object, Serializable, Object[], String[], Type[]) - Method in class io.mosip.authentication.common.service.interceptor.IdaTransactionInterceptor
 
OTPAuthServiceImpl - Class in io.mosip.authentication.common.service.impl
Implementation for OTP Auth Service to authenticate OTP via OTP Manager.
OTPAuthServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.OTPAuthServiceImpl
 
OtpGeneratorRequestDto - Class in io.mosip.authentication.common.service.integration.dto
The DTO class for generating an OTP.
OtpGeneratorRequestDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.OtpGeneratorRequestDto
 
OtpGeneratorResponseDto - Class in io.mosip.authentication.common.service.integration.dto
General-purpose of OtpGeneratorResponseDto class used to store Otp Generation Info's
OtpGeneratorResponseDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.OtpGeneratorResponseDto
 
OTPManager - Class in io.mosip.authentication.common.service.integration
OTPManager handling with OTP-Generation and OTP-Validation.
OTPManager() - Constructor for class io.mosip.authentication.common.service.integration.OTPManager
 
OtpMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
Matching Strategy for Otp
OTPRequestValidator - Class in io.mosip.authentication.common.service.validator
OTPRequestValidator do constraint validate of OtpRequestDTO and enum atribute "idType" validation.
OTPRequestValidator() - Constructor for class io.mosip.authentication.common.service.validator.OTPRequestValidator
 
OTPServiceImpl - Class in io.mosip.authentication.common.service.impl
Service implementation of OtpTriggerService.
OTPServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.OTPServiceImpl
 
OtpValidateRequestDTO - Class in io.mosip.authentication.common.service.integration.dto
General-purpose of OtpValidateRequestDTO class used to store Otp Validation request
OtpValidateRequestDTO() - Constructor for class io.mosip.authentication.common.service.integration.dto.OtpValidateRequestDTO
 
OTPValidateResponseDTO - Class in io.mosip.authentication.common.service.integration.dto
General-purpose of OTPValidateResponseDTO class used to store Otp Validation response details
OTPValidateResponseDTO() - Constructor for class io.mosip.authentication.common.service.integration.dto.OTPValidateResponseDTO
 

P

partnerService - Variable in class io.mosip.authentication.common.service.filter.IdAuthFilter
 
PartnerServiceImpl - Class in io.mosip.authentication.common.service.impl.patrner
The Implementation of PartnerService to fetch the Partner, Policy, MISP and License information.
PartnerServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.patrner.PartnerServiceImpl
 
PhoneNoMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum PhoneNoMatchingStrategy - used to compare and evaluate the PHONE value received from the request and entity
PinAuthServiceImpl - Class in io.mosip.authentication.common.service.impl
This class is used to give the implementation for the pin based authentication service which receives the pin from the request and compares it the pin stored in the DB.
PinAuthServiceImpl() - Constructor for class io.mosip.authentication.common.service.impl.PinAuthServiceImpl
 
PinAuthType - Enum in io.mosip.authentication.common.service.impl.match
The Enum PinAuthType - used to construct the Auth type for pin based authentication to determine whether particular Auth information is available and to get respective match properties
PinMatchingStrategy - Enum in io.mosip.authentication.common.service.impl.match
The Enum PinMatchingStrategy - used to compare and evaluate the PIN value received from the request and entity
PinMatchType - Enum in io.mosip.authentication.common.service.impl.match
The Enum PinMatchType - used to construct the Match input for Pin based authentication
processIdType(String, String, boolean) - Method in class io.mosip.authentication.common.service.impl.IdServiceImpl
Process the IdType and validates the Idtype and upon validation reference Id is returned in AuthRequestDTO.
publicKey - Variable in class io.mosip.authentication.common.service.filter.BaseAuthFilter
The public key.

R

removeNullOrEmptyFieldsInResponse(Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
removeNullOrEmptyFieldsInResponse method is used to remove all the empty and null values present in the response
removeNullOrEmptyFieldsInResponse(Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.DefaultInternalFilter
This method is used to construct the response for OTP by removing the null values
replaceData(byte[]) - Method in class io.mosip.authentication.common.service.filter.ResettableStreamHttpServletRequest
Replace the request data with the given bytes
requestAsync(RestRequestDTO) - Method in interface io.mosip.authentication.common.service.helper.RestHelper
Request to send/receive HTTP requests and return the response asynchronously.
requestAsync(RestRequestDTO) - Method in class io.mosip.authentication.common.service.helper.RestHelperImpl
Request to send/receive HTTP requests and return the response asynchronously.
requestData(Map<String, Object>, ObjectMapper, String) - Method in class io.mosip.authentication.common.service.integration.KeyManager
requestData method used to decipher the request block RequestDTO present in AuthRequestDTO AuthRequestDTO.
requestSync(RestRequestDTO) - Method in interface io.mosip.authentication.common.service.helper.RestHelper
Request to send/receive HTTP requests and return the response synchronously.
requestSync(RestRequestDTO) - Method in class io.mosip.authentication.common.service.helper.RestHelperImpl
Request to send/receive HTTP requests and return the response synchronously.
resetInputStream() - Method in class io.mosip.authentication.common.service.filter.ResettableStreamHttpServletRequest
Reset input stream.
ResettableStreamHttpServletRequest - Class in io.mosip.authentication.common.service.filter
The request wrapper used in Auth filter that allows to re-read the request body.
ResettableStreamHttpServletRequest(HttpServletRequest) - Constructor for class io.mosip.authentication.common.service.filter.ResettableStreamHttpServletRequest
Instantiates a new resettable stream http servlet request.
RestHelper - Interface in io.mosip.authentication.common.service.helper
This interface is used to for send/receive HTTP
RestHelperImpl - Class in io.mosip.authentication.common.service.helper
The Class RestHelper - to send/receive HTTP requests and return the response.
RestHelperImpl() - Constructor for class io.mosip.authentication.common.service.helper.RestHelperImpl
 
RestRequestFactory - Class in io.mosip.authentication.common.service.factory
A factory for creating and building RestRequest objects from rest-services.properties
RestRequestFactory() - Constructor for class io.mosip.authentication.common.service.factory.RestRequestFactory
 
retrieveSaltById(Integer) - Method in interface io.mosip.authentication.common.service.repository.UinEncryptSaltRepo
The Query to retrieve salt by passing id as parameter.
retrieveSaltById(Long) - Method in interface io.mosip.authentication.common.service.repository.UinHashSaltRepo
The Query to retrieve salt by passing id as parameter.

S

saveAutnTxn(AutnTxn) - Method in class io.mosip.authentication.common.service.impl.IdServiceImpl
Store entry in Auth_txn table for all authentications.
sendAuthNotification(AuthRequestDTO, String, AuthResponseDTO, Map<String, List<IdentityInfoDTO>>, boolean) - Method in class io.mosip.authentication.common.service.impl.notification.NotificationServiceImpl
 
sendEmailNotification(String, String, String) - Method in class io.mosip.authentication.common.service.integration.NotificationManager
Send email notification.
sendOtp(OtpRequestDTO, String, String, Map<String, String>) - Method in class io.mosip.authentication.common.service.integration.OTPManager
Generate OTP with information of MediaType and OTP generation time-out.
sendSmsNotification(String, String) - Method in class io.mosip.authentication.common.service.integration.NotificationManager
Send sms notification.
setId(String) - Method in class io.mosip.authentication.common.service.builder.AuthResponseBuilder
 
setOf(IdMapping...) - Static method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
Sets the of.
setResponseParams(Map<String, Object>, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
setResponseParams method is set the transaction ID and response time based on the request time zone
setStaticTokenId(String) - Method in class io.mosip.authentication.common.service.builder.AuthResponseBuilder
Sets the Static Token Id.
setStatus(boolean) - Method in class io.mosip.authentication.common.service.builder.AuthStatusInfoBuilder
Sets the status.
setTxnID(String) - Method in class io.mosip.authentication.common.service.builder.AuthResponseBuilder
Sets the txn ID.
setVersion(String) - Method in class io.mosip.authentication.common.service.builder.AuthResponseBuilder
Sets the version.
signResponse(String) - Method in class io.mosip.authentication.common.service.integration.KeyManager
This method is used to digitally sign the response
SmsRequestDto - Class in io.mosip.authentication.common.service.integration.dto
General-purpose of SmsRequestDto class used to store Sms request details
SmsRequestDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.SmsRequestDto
 
SmsResponseDto - Class in io.mosip.authentication.common.service.integration.dto
General-purpose of SmsRequestDto class used to store Sms response details
SmsResponseDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.SmsResponseDto
 
StaticPin - Class in io.mosip.authentication.common.service.entity
This class Instantiates a new Static Pin entity.
StaticPin() - Constructor for class io.mosip.authentication.common.service.entity.StaticPin
 
StaticPinHistory - Class in io.mosip.authentication.common.service.entity
This class Instantiates a new Static Pin History entity.
StaticPinHistory() - Constructor for class io.mosip.authentication.common.service.entity.StaticPinHistory
 
StaticPinHistoryRepository - Interface in io.mosip.authentication.common.service.repository
The Interface StaticPinHistoryRepository.
StaticPinRepository - Interface in io.mosip.authentication.common.service.repository
The Interface StaticPinRepository.
supports(Class<?>) - Method in class io.mosip.authentication.common.service.validator.AuthRequestValidator
 
supports(Class<?>) - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
 
supports(Class<?>) - Method in class io.mosip.authentication.common.service.validator.OTPRequestValidator
 
SwaggerConfig - Class in io.mosip.authentication.common.service.config
To expose the documentation for entire API.
SwaggerConfig() - Constructor for class io.mosip.authentication.common.service.config.SwaggerConfig
 
SymmetricKeyRequestDto - Class in io.mosip.authentication.common.service.integration.dto
Request DTO for Symmetric Key
SymmetricKeyRequestDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.SymmetricKeyRequestDto
 
SymmetricKeyResponseDto - Class in io.mosip.authentication.common.service.integration.dto
Response DTO for symmetric Key
SymmetricKeyResponseDto() - Constructor for class io.mosip.authentication.common.service.integration.dto.SymmetricKeyResponseDto
 

T

TokenIdManager - Class in io.mosip.authentication.common.service.integration
This Class will call an rest api which accepts uin, partnerId and will return StaticTokenId.
TokenIdManager() - Constructor for class io.mosip.authentication.common.service.integration.TokenIdManager
 
toString() - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
 
transformResponse(Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
 
transformResponse(Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
transformResponse used to manipulate the response if any.

U

UinEncryptSalt - Class in io.mosip.authentication.common.service.entity
The Class UinEncryptSalt - Entity class for uin_encrypt_salt table in idauthentication.
UinEncryptSalt() - Constructor for class io.mosip.authentication.common.service.entity.UinEncryptSalt
 
UinEncryptSaltRepo - Interface in io.mosip.authentication.common.service.repository
The Interface UinEncryptSaltRepo.
UinHashSalt - Class in io.mosip.authentication.common.service.entity
The Class UinHashSalt - Entity class for uin_hash_salt table in idauthentication.
UinHashSalt() - Constructor for class io.mosip.authentication.common.service.entity.UinHashSalt
 
UinHashSaltRepo - Interface in io.mosip.authentication.common.service.repository
The Interface UinHashSaltRepo.
updateVIDstatus(String) - Method in class io.mosip.authentication.common.service.integration.IdRepoManager
Update VI dstatus.

V

validate(Object, Errors) - Method in class io.mosip.authentication.common.service.validator.AuthRequestValidator
 
validate(Object, Errors) - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
 
validate(Object, Errors) - Method in class io.mosip.authentication.common.service.validator.OTPRequestValidator
 
validateAdditionalFactorsDetails(AuthRequestDTO, Errors) - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
validates the Static Pin Details.
validateAllowedAuthTypes(AuthRequestDTO, Errors) - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
Method to validate auth type.
validateAuthType(AuthTypeDTO, Errors) - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
Validates the AuthType.
validateBioMetadataDetails(AuthRequestDTO, Errors, Set<String>) - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
Validate Biometric details i.e validating fingers,iris,face and device information.
validateConsentReq(boolean, Errors) - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
Validates the ConsentRequest on request.
validateDecipheredRequest(ResettableStreamHttpServletRequest, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
validateDecipheredRequest - Method used to validate the input stream request by validating the policy, partner and MISP id of the authenticating partner once the request is decoded and deciphered.
validateDecipheredRequest(ResettableStreamHttpServletRequest, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
 
validateDeviceDetails(AuthRequestDTO, Errors) - Method in class io.mosip.authentication.common.service.validator.AuthRequestValidator
Validate device details.
validateId(Map<String, Object>, String) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
validateId is used to validate the id present in the request
validateId(String, Errors) - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
Validate id - check whether id is null or not.
validateIdvId(String, String, Errors) - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
 
validateIdvId(String, String, Errors, String) - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
Validate individual's id - check whether id is null or not and if valid, validates idType and UIN/VID.
validateLangCode(String, Errors, String) - Method in class io.mosip.authentication.common.service.validator.BaseAuthRequestValidator
validateSecondayLangCode method used to validate secondaryLangCode for KYC request.
validateOtp(String, String) - Method in class io.mosip.authentication.common.service.integration.OTPManager
Validate method for OTP Validation.
validateReqTime(String, Errors, String) - Method in class io.mosip.authentication.common.service.validator.AuthRequestValidator
 
validateReqTime(String, Errors, String) - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
Validate req time.
validateRequest(ResettableStreamHttpServletRequest, Map<String, Object>) - Method in class io.mosip.authentication.common.service.filter.BaseIDAFilter
validateRequest method is used to validate the version and the ID passed for the each request
validateRequestHMAC(String, String) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
validateRequestHMAC method is used to validate the HMAC of the request with the deciphered request block and requestHMAC received in the request body.
validateRequestSignature(String, byte[]) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
validateSignature method is used to authenticate the request received from the authenticating partner from the pay load received which consists of the JSON signature and certificate .
validateRequestSignature(String, byte[]) - Method in class io.mosip.authentication.common.service.filter.IdAuthFilter
 
validateRequestTimedOut(String, Errors) - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
Validate request timed out.
validateTxnAndIdvid(String, String, String) - Method in class io.mosip.authentication.common.service.impl.OTPAuthServiceImpl
Validates Transaction ID and Unique ID.
validateTxnId(String, Errors, String) - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
Validate txn id - check whether it is of length 10 and alphanumeric.
validateTxnId(String, String, Errors) - Method in class io.mosip.authentication.common.service.validator.IdAuthValidator
Validate txn id.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.AddressMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.AgeMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.CompositeIrisMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.DemoAuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.DOBMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.DOBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.DOBTypeMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.EmailMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.FaceMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.FingerPrintMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.FullAddressMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.GenderMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.IrisMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.MultiFingerprintMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.MultiModalBiometricsMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.NameMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.OtpMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.PhoneNoMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.PinAuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.PinMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.AddressMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.AgeMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.BioAuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.BioMatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.CompositeIrisMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.DemoAuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.DemoMatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.DOBMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.DOBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.DOBTypeMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.EmailMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.FaceMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.FingerPrintMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.FullAddressMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.GenderMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.IdaIdMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.IrisMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.MultiFingerprintMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.MultiModalBiometricsMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.NameMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.OtpMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.PhoneNoMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.PinAuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.PinMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.authentication.common.service.impl.match.PinMatchType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyJwsData(String) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
 
verifySignature(String) - Method in class io.mosip.authentication.common.service.filter.BaseAuthFilter
 

W

withAuthRequest(AuthRequestDTO) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
Set the AuthRequestDTO.
withInternal(boolean) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
 
withOtpRequest(OtpRequestDTO) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
With otp request.
withPartner(Optional<PartnerDTO>) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
 
withRequestType(RequestType) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
Set the RequestType.
withStaticToken(String) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
Set the static token.
withStatus(boolean) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
With status.
withUin(String) - Method in class io.mosip.authentication.common.service.builder.AuthTransactionBuilder
Set the UIN.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.