Package io.micronaut.aws.alexa.httpserver.verifiers
package io.micronaut.aws.alexa.httpserver.verifiers
The classes which verify authenticity and integrity of the request before processing it.
- Since:
- 2.0.0
- Author:
- sdelamo
-
ClassDescriptionNOTICE: This class is forked from https://github.com/alexa/alexa-skills-kit-sdk-for-java ask-sdk-servlet-support module Provides container for server request that should be validated.HTTP Server specific implementation of
AlexaHttpRequest
.Condition
which return true if System property "com.amazon.ask.servlet.disableRequestSignatureCheck" is present and evaluates to true.NOTICE: This class is forked from https://github.com/alexa/alexa-skills-kit-sdk-for-java ask-sdk-servlet-support module Provides a utility method to verify the signature of a skill request.NOTICE: This class is forked from https://github.com/alexa/alexa-skills-kit-sdk-for-java ask-sdk-servlet-support module Verifies whether or not timestamps are valid within a certain tolerance.NOTICE: The methodSkillRequestTimestampVerifierFactory.timeStampToleranceSystemProperty()
is forked from https://github.com/alexa/alexa-skills-kit-sdk-for-java ask-sdk-servlet-support module.NOTICE: This class is forked from https://github.com/alexa/alexa-skills-kit-sdk-for-java ask-sdk-servlet-support module.