See: Description
| Interface | Description |
|---|---|
| AlexaHttpRequest |
NOTICE: 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.
|
| SkillServletVerifier |
NOTICE: This class is forked from https://github.com/alexa/alexa-skills-kit-sdk-for-java ask-sdk-servlet-support module.
|
| Class | Description |
|---|---|
| HttpServerAlexaHttpRequest |
HTTP Server specific implementation of
AlexaHttpRequest. |
| RequestSignatureCheckSystemPropertyCondition |
Condition which return true if System property is present and evaluates to true. |
| SkillRequestSignatureVerifier |
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.
|
| SkillRequestTimestampVerifier |
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.
|
| SkillRequestTimestampVerifierFactory |
NOTICE: The method
SkillRequestTimestampVerifierFactory.timeStampToleranceSystemProperty() is forked from https://github.com/alexa/alexa-skills-kit-sdk-for-java ask-sdk-servlet-support module. |