| AuthType |
Auth type interface
|
| ComparePasswordFunction |
To match Password against Stored Hashed Password and Salt
|
| EntityValueFetcher |
Fetch Entity values based on request
|
| IdInfoFetcher |
The IdInfoFetcher interface that provides the helper methods invoked by the
classes involved in ID Info matching.
|
| IdMapping |
The Interface IdMapping.
|
| MappingConfig |
The Interface MappingConfig.
|
| MasterDataFetcher |
Functional Interface to fetch Master Data
|
| MatchFunction |
The Interface MatchFunction.
|
| MatchingStrategy |
The Interface MatchingStrategy adopts the various matching strategies across all authtypes and its corresponding attributes.
|
| MatchType |
Base interface for the match type.
|
| TextMatchingStrategy |
The Interface MatchingStrategy.
|
| TextMatchingStrategy.NormalizeFunction |
|
| TriFunctionWithBusinessException<T,U,V,R> |
Functional interface to throw Business Exception
|
| ValidateOtpFunction |
To validate OTP against Otpvalue and Otpkey
|