Uses of Class
com.skava.model.responses.AuthenticatedUser
Packages that use AuthenticatedUser
Package
Description
This package contains the user service authenticator definition class.
This package contains the user service implementation classes.
This package contains the user service authenticator implementation class.
-
Uses of AuthenticatedUser in com.skava.service.authenticator
Methods in com.skava.service.authenticator that return AuthenticatedUserModifier 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. -
Uses of AuthenticatedUser in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionUserLoginMergeServiceImpl.checkMFAEnabledAndMergeUserEnabled
(UserAuthRequest request, Collection collection, UsersEntity userEntity, AuthenticatedUser authenticatedUser, com.skava.core.event.EventClientComponent eventClientComponent, com.skava.core.auth.AuthTokenHandler authTokenHandler) This method is used to check whether MFA and merge enabled or not and send response based on the given request. -
Uses of AuthenticatedUser in com.skava.service.impl.authenticator
Methods in com.skava.service.impl.authenticator that return AuthenticatedUserModifier 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.