Uses of Class
planetj.dataengine.security.http.SignOnReceipt

Packages that use SignOnReceipt
planetj.dataengine   
planetj.dataengine.security.http   
 

Uses of SignOnReceipt in planetj.dataengine
 

Methods in planetj.dataengine that return SignOnReceipt
static SignOnReceipt DataEngineManager.getCurrentUser(javax.servlet.http.HttpServletRequest request)
          Gets the current executing application from navigation.
 

Uses of SignOnReceipt in planetj.dataengine.security.http
 

Methods in planetj.dataengine.security.http that return SignOnReceipt
 SignOnReceipt HttpSecurityManager.getGlobalSignOnReceipt(String pGlobalSignOnReceiptKey, javax.servlet.http.HttpServletRequest pReq)
          Gets the Global SignOnReceipt (if one exists) for the current system alias or operation id (which ever is the key ->pGlobalSignOnReceiptKey)
 SignOnReceipt HttpSecurityManager.getSignOnReceipt(ISecured pSecuredApplication, javax.servlet.http.HttpServletRequest pReq)
          Gets the SignOnReceipt (if one exists) for the current user and ISecured application
 

Methods in planetj.dataengine.security.http with parameters of type SignOnReceipt
 void OSPlusOperationSignOn.runOperation(String user, String password, ISecured secured, SignOnReceipt receipt, javax.servlet.http.HttpServletRequest request)
          Attempts to read a property row from the table for the specified user
 void ISignOn.sessionExpired(SignOnReceipt pReceipt)
          This method is invoked when the session in which a SignOnReceipt is stored expires.
 void HttpSecurityManager.removeSignOnReceipt(SignOnReceipt pReceipt, javax.servlet.http.HttpServletRequest pReq)
          Removes the SignOnReceipt for the current user and application from the session
 void HttpSecurityManager.setSignOnReceipt(ISecured pSecuredApplication, SignOnReceipt pReceipt, javax.servlet.http.HttpServletRequest pReq)
          Sets the SignOnReceipt for the current user and secured application
 void GenericSignOn.sessionExpired(SignOnReceipt pReceipt)
          This method is invoked when the session in which a SignOnReceipt is stored expires.
 void DBPersonalConnectionPoolSignOn.sessionExpired(SignOnReceipt pReceipt)
          This method is invoked when the session in which a SignOnReceipt is stored expires.