|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeniedReason | |
|---|---|
| com.atlassian.jira.bc.security.login | |
| com.atlassian.jira.rest.auth | |
| com.atlassian.jira.security.login | |
| Uses of DeniedReason in com.atlassian.jira.bc.security.login |
|---|
| Subclasses of DeniedReason in com.atlassian.jira.bc.security.login | |
|---|---|
class |
CaptchaChallengeRequired
Denied reason indicating that a CAPTCHA challenge must be passed before authentication can be performed. |
| Methods in com.atlassian.jira.bc.security.login that return types with arguments of type DeniedReason | |
|---|---|
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 parameters in com.atlassian.jira.bc.security.login with type arguments of type DeniedReason | |
|---|---|
LoginResultImpl(LoginReason reason,
LoginInfo loginInfo,
String userName,
Set<DeniedReason> deniedReasons)
|
|
| Uses of DeniedReason in com.atlassian.jira.rest.auth |
|---|
| Method parameters in com.atlassian.jira.rest.auth with type arguments of type DeniedReason | |
|---|---|
protected void |
Login.stampDeniedReasonsOnResponse(javax.servlet.http.HttpServletResponse response,
Set<DeniedReason> deniedReasons)
Stamps the '"X-Authentication-Denied-Reason"' header on the response object. |
| Uses of DeniedReason in com.atlassian.jira.security.login |
|---|
| Methods in com.atlassian.jira.security.login that return types with arguments of type DeniedReason | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||