Class SNSContext
java.lang.Object
org.deltava.jdbc.ConnectionContext
org.deltava.commands.HTTPContext
org.deltava.service.ServiceContext
org.deltava.service.aws.SNSContext
- All Implemented Interfaces:
SecurityContext
An execution context for SNS
- Since:
- 8.5
- Version:
- 8.5
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from class ServiceContext
ServiceContext.OutputBufferNested classes/interfaces inherited from class ConnectionContext
ConnectionContext.ConnectionPoolException -
Field Summary
Fields inherited from class HTTPContext
_req, _rsp, ADDRINFO_ATTR_NAME, CAPTCHA_ATTR_NAME, CSP_ATTR_NAME, HTTPCTXT_ATTR_NAME, RTLIMIT_ATTR_NAME, SU_ATTR_NAME, USER_ATTR_NAME, USERAGENT_ATTR_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ServiceContext
commit, getBody, print, println, setContentType, setContentTypeMethods inherited from class HTTPContext
addCookie, clearCookie, getCmdParameter, getCookie, getFile, getParameter, getParameters, getParameters, getRequest, getResponse, getRoles, getSession, getUser, isAuthenticated, isSuperUser, isUserInRole, passedCAPTCHA, setAttribute, setExpiry, setHeader, setHeader, setUserMethods inherited from class ConnectionContext
commitTX, getConnection, getDB, hasConnection, release, rollbackTX, setDB, startTX
-
Constructor Details
-
SNSContext
SNSContext(ServiceContext ctx, SNSPayload sns) Creates the SNS context.- Parameters:
ctx- the ServiceContextsns- the SNS payload
-
-
Method Details
-
getPayload
-