public java.lang.String getSSOTokenForUser(javax.servlet.http.HttpServletRequest request)
Deprecated: This method has been deprecated as explained in the Note in Class AmSSOCache.
This method returns the SSO token for the logged-in user whose request is currently being processed in the web container within the deployment container. This method can return null if the requested token is not available at the time of this call.
public java.lang.String getSSOTokenForUser(javax.ejb.EJBContext context)
Deprecated: This method has been deprecated as explained in the Note in Class AmSSOCache.
This method returns the SSO token for the logged on user whose request is currently being processed in the deployment container’s EJB tier. This method can return null if the requested token is not available at the time of this call.
The API getSSOTokenForUser(javax.ejb.EJBContext) can be used only when the agent operation mode is either J2EE_POLICY or ALL.