Package it.unimib.unimibmodules.service
Class AWSTokenImpl
java.lang.Object
it.unimib.unimibmodules.service.AWSTokenImpl
- All Implemented Interfaces:
AWSToken
Service class used to get an User's token from AWS Cognito.
- Version:
- 0.4.1
- Author:
- Khalil Mohamed, Luca Milazzo
-
Field Summary
Fields inherited from interface it.unimib.unimibmodules.controller.AWSToken
ACCESS_KEY_ID, ACCESS_KEY_VALUE, BUCKET_NAME, IDENTITY_POOL_ID, LOGIN_PROVIDER, REGION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.services.cognitoidentity.model.GetOpenIdTokenForDeveloperIdentityResult
getToken
(int idUser) Get the User's token from AWS Cognito
-
Constructor Details
-
AWSTokenImpl
public AWSTokenImpl()
-
-
Method Details
-
getToken
public com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenForDeveloperIdentityResult getToken(int idUser) Get the User's token from AWS Cognito
-