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 StringACCESS_TOKEN_PARAMstatic StringCLIENT_ID_PARAMstatic StringCLIENT_SECRET_PARAMstatic StringSERVER_URL_PARAMstatic StringTEAMCITY_TFS_AUTH_PROVIDERSstatic StringTYPE_PARAMstatic Map<String,TfsConnectionType>TYPES
-
Constructor Summary
Constructors Constructor Description TfsConstants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()StringgetClientId()StringgetClientSecret()StringgetServerUrl()StringgetType()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()
-
-