Class ECauthTokenManager
java.lang.Object
ecmwf.common.ecaccess.ECauthTokenManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetECauthToken(String user) Gets the ecauth token.abstract ECauthTokenrequestECauthToken(String user) Request ecauth token.
-
Constructor Details
-
ECauthTokenManager
public ECauthTokenManager()
-
-
Method Details
-
requestECauthToken
Request ecauth token.- Parameters:
user- the user- Returns:
- the ecauth token
- Throws:
IOException- Signals that an I/O exception has occurred.
-
getECauthToken
Gets the ecauth token.- Parameters:
user- the user- Returns:
- the ecauth token
- Throws:
IOException- Signals that an I/O exception has occurred.
-