Uses of Class
com.skava.service.authenticator.model.AuthenticationConfig
Packages that use AuthenticationConfig
Package
Description
This package contains the user Helper classes.
This package contains the user service authenticator definition class.
This package contains the user service authenticator implementation class.
-
Uses of AuthenticationConfig in com.skava.helper
Methods in com.skava.helper with parameters of type AuthenticationConfigModifier and TypeMethodDescriptionstatic boolean
UserPasswordCriteriaHelper.checkPasswordExpired
(UserAuthRequest request, AuthenticationConfig authenticationConfig, CredentialsEntity userCred) -
Uses of AuthenticationConfig in com.skava.service.authenticator
Methods in com.skava.service.authenticator with parameters of type AuthenticationConfigModifier and TypeMethodDescriptionUserAuthenticatorService.authenticate
(UserAuthRequest request, AuthenticationConfig config, UserCommonServices userCommonServices) This method is used to authenticate the given credentials.default AuthenticatedUser
UserAuthenticatorService.authenticate
(UserAuthRequest request, AuthenticationConfig config, UserCommonServices userCommonServices, CollectionCommonServices collectionCommonServices, com.skava.core.event.EventClientComponent eventClientComponent) This method is used to authenticate the given credentials.default boolean
UserAuthenticatorService.checkPasswordExpiry
(UserAuthRequest request, CollectionCommonServices collectionCommonServices, UserCommonServices userCommonServices, AuthenticationConfig authenticationConfig) -
Uses of AuthenticationConfig in com.skava.service.impl.authenticator
Methods in com.skava.service.impl.authenticator with parameters of type AuthenticationConfigModifier and TypeMethodDescriptionCustomUserAuthenticatorServiceImpl.authenticate
(UserAuthRequest request, AuthenticationConfig authenticationConfig, UserCommonServices userCommonServices) This method is used to authenticate the given credentials by custom authenticator.CustomUserAuthenticatorServiceImpl.authenticate
(UserAuthRequest request, AuthenticationConfig authenticationConfig, UserCommonServices userCommonServices, CollectionCommonServices collectionCommonServices, com.skava.core.event.EventClientComponent eventClientComponent) This method is used to authenticate the given credentials by default authenticator.DefaultUserAuthenticatorServiceImpl.authenticate
(UserAuthRequest request, AuthenticationConfig authenticationConfig, UserCommonServices userCommonServices) This method is used to authenticate the given credentials by default authenticator.DefaultUserAuthenticatorServiceImpl.authenticate
(UserAuthRequest request, AuthenticationConfig authenticationConfig, UserCommonServices userCommonServices, CollectionCommonServices collectionCommonServices, com.skava.core.event.EventClientComponent eventClientComponent) This method is used to authenticate the given credentials by default authenticator.boolean
DefaultUserAuthenticatorServiceImpl.checkPasswordExpiry
(UserAuthRequest request, CollectionCommonServices collectionCommonServices, UserCommonServices userCommonServices, AuthenticationConfig authenticationConfig) This method is used to check password is expiry or not in MFA Flow