Uses of Interface
it.unimib.unimibmodules.controller.AWSToken
Packages that use AWSToken
-
Uses of AWSToken in it.unimib.unimibmodules.controller
Fields in it.unimib.unimibmodules.controller declared as AWSTokenModifier and TypeFieldDescriptionprivate final AWSToken
QuestionController.awsToken
Instance of AWSToken that will be used to acces the aws services.Constructors in it.unimib.unimibmodules.controller with parameters of type AWSTokenModifierConstructorDescriptionQuestionController
(QuestionRepository questionRepository, UserRepositoryReadOnly userRepository, org.modelmapper.ModelMapper modelMapper, CategoryRepositoryReadOnly categoryRepository, AWSToken awsToken) -
Uses of AWSToken in it.unimib.unimibmodules.service
Classes in it.unimib.unimibmodules.service that implement AWSTokenModifier and TypeClassDescriptionclass
Service class used to get an User's token from AWS Cognito.