Package | Description |
---|---|
org.apache.ambari.server.security.authentication |
Modifier and Type | Class and Description |
---|---|
class |
AccountDisabledException
Thrown when the account has been flagged as inactive
|
class |
InvalidUsernamePasswordCombinationException |
class |
TooManyLoginFailuresException
Thrown when the consecutive authentication failures exceed the limit
|
class |
UserNotFoundException
AuthenticationUserNotFoundException is an AuthenticationException implementation to be thrown
when the user specified in an authentication attempt is not found in the Ambari user database.
|
Modifier and Type | Method and Description |
---|---|
void |
AmbariAuthenticationEventHandler.onUnsuccessfulAuthentication(AmbariAuthenticationFilter filter,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
AmbariAuthenticationException cause)
The event callback called when a failed authentication attempt has occurred.
|
void |
AmbariAuthenticationEventHandlerImpl.onUnsuccessfulAuthentication(AmbariAuthenticationFilter filter,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
AmbariAuthenticationException cause) |
Copyright © 2022 Apache Software Foundation. All rights reserved.