public static final class JwtConstants.AppLinks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_ON_ID_PROPERTY_NAME
The name of the property containing the unique identifier of an add-on.
|
static String |
ADD_ON_USER_KEY_PROPERTY_NAME
The key of the user assigned to this add-on.
|
static String |
AUTH_METHOD_PROPERTY_NAME
The name of the property containing the
String value of the add-on's authentication method. |
static String |
JWT_AUTH_METHOD_NAME
The value that the
AUTH_METHOD_PROPERTY_NAME property has if the add-on uses JWT authentication. |
static String |
SHARED_SECRET_PROPERTY_NAME
The name of the property containing the shared secret used in JWT authentication (if any).
|
static String |
SYS_PROP_ALLOW_IMPERSONATION
System property which determines if impersonation is allowed, by using the JWT token's
sub claim |
| Constructor and Description |
|---|
AppLinks() |
public static final String ADD_ON_ID_PROPERTY_NAME
public static final String AUTH_METHOD_PROPERTY_NAME
String value of the add-on's authentication method.public static final String SHARED_SECRET_PROPERTY_NAME
public static final String JWT_AUTH_METHOD_NAME
AUTH_METHOD_PROPERTY_NAME property has if the add-on uses JWT authentication.public static final String ADD_ON_USER_KEY_PROPERTY_NAME
public static final String SYS_PROP_ALLOW_IMPERSONATION
sub claimCopyright © 2023 Atlassian. All rights reserved.