public static final class JwtConstants.HttpRequests extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_ON_ID_ATTRIBUTE_NAME
The name of an attribute set on incoming requests by authentication filters so that later filters can discover the id of the authenticated add-on (if any).
|
static String |
AUTHORIZATION_HEADER |
static String |
JWT_AUTH_HEADER_PREFIX
The start of a valid Authorization header specifying a JWT message.
|
static String |
JWT_JSON_PAYLOAD_ATTRIBUTE_NAME
Attribute name of where the JSON payload from the verified token is stored on incoming requests by the authentication filters
|
static String |
JWT_SUBJECT_ATTRIBUTE_NAME |
| Constructor and Description |
|---|
HttpRequests() |
public static final String ADD_ON_ID_ATTRIBUTE_NAME
public static final String JWT_JSON_PAYLOAD_ATTRIBUTE_NAME
public static final String JWT_SUBJECT_ATTRIBUTE_NAME
public static final String AUTHORIZATION_HEADER
public static final String JWT_AUTH_HEADER_PREFIX
Note the space at the end of the prefix; the header's format is:
JwtUtil.JWT_AUTH_HEADER_PREFIX + "<insert jwt message here>"
Copyright © 2023 Atlassian. All rights reserved.