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 org.deltava.service.ServiceContext
ServiceContext.OutputBuffer
Nested classes/interfaces inherited from class org.deltava.jdbc.ConnectionContext
ConnectionContext.ConnectionPoolException
-
Field Summary
Fields inherited from class org.deltava.commands.HTTPContext
_req, _rsp, ADDRINFO_ATTR_NAME, CAPTCHA_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 org.deltava.service.ServiceContext
commit, getBody, print, println, setContentType, setContentType
Methods inherited from class org.deltava.commands.HTTPContext
addCookie, getCmdParameter, getCookie, getFile, getParameter, getParameters, getParameters, getRequest, getResponse, getRoles, getSession, getUser, isAuthenticated, isSuperUser, isUserInRole, passedCAPTCHA, setAttribute, setExpiry, setHeader, setHeader, setUser
Methods inherited from class org.deltava.jdbc.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
-