Class TfsConstants
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.tfs.TfsConstants
-
public final class TfsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_TOKEN_PARAM
static String
CLIENT_ID_PARAM
static String
CLIENT_SECRET_PARAM
static String
SERVER_URL_PARAM
static String
TEAMCITY_TFS_AUTH_PROVIDERS
static String
TYPE_PARAM
static Map<String,TfsConnectionType>
TYPES
-
Constructor Summary
Constructors Constructor Description TfsConstants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccessToken()
String
getClientId()
String
getClientSecret()
String
getServerUrl()
String
getType()
Collection<TfsConnectionType>
getTypes()
-
-
-
Field Detail
-
TYPE_PARAM
public static final String TYPE_PARAM
- See Also:
- Constant Field Values
-
CLIENT_ID_PARAM
public static final String CLIENT_ID_PARAM
- See Also:
- Constant Field Values
-
CLIENT_SECRET_PARAM
public static final String CLIENT_SECRET_PARAM
- See Also:
- Constant Field Values
-
SERVER_URL_PARAM
public static final String SERVER_URL_PARAM
- See Also:
- Constant Field Values
-
ACCESS_TOKEN_PARAM
public static final String ACCESS_TOKEN_PARAM
- See Also:
- Constant Field Values
-
TEAMCITY_TFS_AUTH_PROVIDERS
public static final String TEAMCITY_TFS_AUTH_PROVIDERS
- See Also:
- Constant Field Values
-
TYPES
public static final Map<String,TfsConnectionType> TYPES
-
-
Method Detail
-
getType
public String getType()
-
getClientId
public String getClientId()
-
getClientSecret
public String getClientSecret()
-
getServerUrl
public String getServerUrl()
-
getAccessToken
public String getAccessToken()
-
getTypes
public Collection<TfsConnectionType> getTypes()
-
-