java.lang.Object | |
↳ | com.atlassian.jira.bc.security.login.DeniedReason |
![]()
|
This class is used to indicate the reason why authentication has been denied.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | X_DENIED_HEADER | The HTTP header that is used to |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new DenialReason with no additional properties.
| |||||||||||
Creates a new DenialReason with properties.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a string representation of this DenialReason, which is suitable for inclusion in a HTTP response header.
| |||||||||||
Returns a string representation of the object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The HTTP header that is used to
Creates a new DenialReason with no additional properties.
reasonCode | the reason code for the denial |
---|
Creates a new DenialReason with properties.
reasonCode | the reason code for the denial |
---|---|
reasonSpecificProperties | the reason-specific properties |
Returns a string representation of this DenialReason, which is suitable for inclusion in a HTTP response header.