Package | Description |
---|---|
com.atlassian.jira.bc.security.login | |
com.atlassian.jira.rest.auth | |
com.atlassian.jira.security.login |
Modifier and Type | Class and Description |
---|---|
class |
CaptchaChallengeRequired
Denied reason indicating that a CAPTCHA challenge must be passed before authentication can be performed.
|
Modifier and Type | Method and Description |
---|---|
Set<DeniedReason> |
LoginResultImpl.getDeniedReasons() |
Set<DeniedReason> |
LoginResult.getDeniedReasons()
Returns a Set of DenialReason objects, which can be used to determine the reason why a login request has been
denied.
|
Constructor and Description |
---|
LoginResultImpl(LoginReason reason,
LoginInfo loginInfo,
String userName,
Set<DeniedReason> deniedReasons) |
Modifier and Type | Method and Description |
---|---|
protected void |
Login.stampDeniedReasonsOnResponse(javax.servlet.http.HttpServletResponse response,
Set<DeniedReason> deniedReasons)
Stamps the '"X-Authentication-Denied-Reason"' header on the response
object.
|
Modifier and Type | Method and Description |
---|---|
protected Set<DeniedReason> |
LoginManagerImpl.getLoginDeniedReasons(javax.servlet.http.HttpServletRequest request)
Examines the HttpServletRequest, and determines the DeniedReason's that may have cause authentication to be
denied by looking at the
LoginManagerImpl.ELEVATED_SECURITY_FAILURE attribute. |
Copyright © 2002-2021 Atlassian. All Rights Reserved.