Class NoopAuthenticator
java.lang.Object
org.openmetadata.service.security.auth.NoopAuthenticator
- All Implemented Interfaces:
AuthenticatorHandler
-
Field Summary
Fields inherited from interface org.openmetadata.service.security.auth.AuthenticatorHandler
NOT_IMPLEMENTED_ERROR_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckIfLoginBlocked(String userName) voidinit(OpenMetadataApplicationConfig config) loginUser(LoginRequest loginRequest) lookUserInProvider(String userName) voidrecordFailedLoginAttempt(String providedIdentity, User user) voidvalidatePassword(String providedIdentity, User storedUser, String reqPassword) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openmetadata.service.security.auth.AuthenticatorHandler
changeUserPwdWithOldPwd, confirmEmailRegistration, createRefreshTokenForLogin, getJwtResponse, getNewAccessToken, registerUser, resendRegistrationToken, resetUserPasswordWithToken, sendEmailVerification, sendInviteMailToUser, sendPasswordResetLink
-
Constructor Details
-
NoopAuthenticator
public NoopAuthenticator()
-
-
Method Details
-
init
- Specified by:
initin interfaceAuthenticatorHandler
-
loginUser
- Specified by:
loginUserin interfaceAuthenticatorHandler
-
checkIfLoginBlocked
- Specified by:
checkIfLoginBlockedin interfaceAuthenticatorHandler
-
recordFailedLoginAttempt
- Specified by:
recordFailedLoginAttemptin interfaceAuthenticatorHandler
-
validatePassword
- Specified by:
validatePasswordin interfaceAuthenticatorHandler
-
lookUserInProvider
- Specified by:
lookUserInProviderin interfaceAuthenticatorHandler
-