Package br.ufsc.labsec.signature.tsa
Class TsaInfo.TsaOAuthAuthInfo
java.lang.Object
br.ufsc.labsec.signature.tsa.TsaInfo.TsaOAuthAuthInfo
- All Implemented Interfaces:
TsaInfo.TsaAuthInfo
- Enclosing class:
- TsaInfo<T extends TsaInfo.TsaAuthInfo>
public static class TsaInfo.TsaOAuthAuthInfo extends Object implements TsaInfo.TsaAuthInfo
Informações de autenticação para carimbadora com OAuth2.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TsaOAuthAuthInfo(URI url, URI oAuthUrl, String oAuthId, String oAuthSecret)
-
Method Summary
Modifier and Type Method Description TimeStamp
getTimeStamp()
-
Field Details
-
url
-
oAuthUrl
-
oAuthId
-
oAuthSecret
-
-
Constructor Details
-
TsaOAuthAuthInfo
-
-
Method Details
-
getTimeStamp
- Specified by:
getTimeStamp
in interfaceTsaInfo.TsaAuthInfo
-