Package com.atlassian.bamboo.specs.util
Class FileTokenCredentials
java.lang.Object
com.atlassian.bamboo.specs.util.FileTokenCredentials
- All Implemented Interfaces:
AuthenticationProvider,TokenCredentials
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringgetPropertyOrThrow(Properties properties, String propertyKey, String fileName) getToken()protected static PropertiesloadProperties(String credentialsLocation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.specs.util.TokenCredentials
authenticate
-
Field Details
-
TOKEN_PROPERTY
- See Also:
-
-
Constructor Details
-
FileTokenCredentials
-
-
Method Details
-
getToken
- Specified by:
getTokenin interfaceTokenCredentials
-
loadProperties
-
getPropertyOrThrow
protected static String getPropertyOrThrow(Properties properties, String propertyKey, String fileName)
-