|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.security.web.WebSecurityHelper
public class WebSecurityHelper
Provides methods to perform security functions for web applications.
Constructor Summary | |
---|---|
WebSecurityHelper()
|
Method Summary | |
---|---|
static javax.servlet.http.Cookie |
getSSOCookieFromSSOToken()
Extracts the SSO token from the subject of current thread and builds an SSO cookie out of it for use on downstream web invocations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebSecurityHelper()
Method Detail |
---|
public static javax.servlet.http.Cookie getSSOCookieFromSSOToken() throws java.lang.Exception
When the returned value is not null use Cookie methods getName() and getValue() to set the Cookie header on an HTTP request with header value of Cookie.getName()=Cookie.getValue()
null
.
java.lang.Exception
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |