|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.security.jazn.token.HttpCookieIdentityToken
Field Summary |
Fields inherited from interface oracle.security.jazn.token.IdentityToken |
HTTP_COOKIE, HTTP_HEADER, HTTP_REQUEST |
Constructor Summary | |
HttpCookieIdentityToken(java.util.Map cookies) |
Method Summary | |
java.util.Map |
getCookies() Returns the Map of http parameter names for cookie and values as javax.servlet.http.Cookie objects |
java.lang.String |
getTokenType() Returns the token type |
void |
setCookies(java.util.Map cookies) Sets the Map of http parameter names for cookie and values as javax.servlet.http.Cookie objects |
void |
setTokenType(java.lang.String tokenType) Sets the token type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpCookieIdentityToken(java.util.Map cookies)
Method Detail |
public void setCookies(java.util.Map cookies)
cookies
-public java.util.Map getCookies()
public void setTokenType(java.lang.String tokenType)
setTokenType
in interface IdentityToken
tokenType
-public java.lang.String getTokenType()
getTokenType
in interface IdentityToken
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |