Class AccessTokensConstants
- java.lang.Object
-
- jetbrains.buildServer.controllers.profile.auth.AccessTokensConstants
-
public class AccessTokensConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION
static String
EXPIRATION_TIME_PARAM
static String
EXPIRATION_TIME_UNIT_PARAM
static String
NAME_PARAM
static String
PERMISSIONS_PARAM
static String
PERMISSIONS_SELECTOR_PAGE_FRAGMENT
static String
PROJECTS_PARAM
static String
SCOPED_PARAM
static String
SETTINGS_UPDATED_MESSAGE_KEY
static String
VALUE_PARAM
-
Constructor Summary
Constructors Constructor Description AccessTokensConstants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
String
getExpirationTime()
String
getExpirationTimeUnit()
String
getPermissions()
String
getPermissionsFormPartUrl()
String
getProjects()
String
getScoped()
String
getSettingsUpdatedMessageKey()
String
getTokenName()
String
getTokenValue()
-
-
-
Field Detail
-
SETTINGS_UPDATED_MESSAGE_KEY
@NotNull public static final String SETTINGS_UPDATED_MESSAGE_KEY
- See Also:
- Constant Field Values
-
ACTION
@NotNull public static final String ACTION
- See Also:
- Constant Field Values
-
VALUE_PARAM
@NotNull public static final String VALUE_PARAM
- See Also:
- Constant Field Values
-
NAME_PARAM
@NotNull public static final String NAME_PARAM
- See Also:
- Constant Field Values
-
EXPIRATION_TIME_PARAM
@NotNull public static final String EXPIRATION_TIME_PARAM
- See Also:
- Constant Field Values
-
EXPIRATION_TIME_UNIT_PARAM
@NotNull public static final String EXPIRATION_TIME_UNIT_PARAM
- See Also:
- Constant Field Values
-
PROJECTS_PARAM
@NotNull public static final String PROJECTS_PARAM
- See Also:
- Constant Field Values
-
PERMISSIONS_PARAM
@NotNull public static final String PERMISSIONS_PARAM
- See Also:
- Constant Field Values
-
SCOPED_PARAM
@NotNull public static final String SCOPED_PARAM
- See Also:
- Constant Field Values
-
PERMISSIONS_SELECTOR_PAGE_FRAGMENT
@NotNull public static final String PERMISSIONS_SELECTOR_PAGE_FRAGMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSettingsUpdatedMessageKey
@NotNull public String getSettingsUpdatedMessageKey()
-
getTokenName
@NotNull public String getTokenName()
-
getTokenValue
@NotNull public String getTokenValue()
-
getExpirationTime
@NotNull public String getExpirationTime()
-
getExpirationTimeUnit
@NotNull public String getExpirationTimeUnit()
-
getProjects
@NotNull public String getProjects()
-
getPermissions
@NotNull public String getPermissions()
-
getScoped
@NotNull public String getScoped()
-
getAction
@NotNull public String getAction()
-
getPermissionsFormPartUrl
public String getPermissionsFormPartUrl()
-
-