|
Apache Tomcat 7.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.core.ApplicationSessionCookieConfig
public class ApplicationSessionCookieConfig
Constructor Summary | |
---|---|
ApplicationSessionCookieConfig()
|
Method Summary | |
---|---|
static Cookie |
createSessionCookie(Context context,
String sessionId,
boolean secure)
Creates a new session cookie for the given session ID |
String |
getComment()
|
String |
getDomain()
|
int |
getMaxAge()
|
String |
getName()
|
String |
getPath()
|
static String |
getSessionCookieName(Context context)
Determine the name to use for the session cookie for the provided context. |
static String |
getSessionUriParamName(Context context)
Determine the name to use for the session cookie for the provided context. |
boolean |
isHttpOnly()
|
boolean |
isSecure()
|
void |
setComment(String comment)
|
void |
setDomain(String domain)
|
void |
setHttpOnly(boolean httpOnly)
|
void |
setMaxAge(int maxAge)
Sets the maximum age. |
void |
setName(String name)
|
void |
setPath(String path)
|
void |
setSecure(boolean secure)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationSessionCookieConfig()
Method Detail |
---|
public String getComment()
getComment
in interface SessionCookieConfig
public String getDomain()
getDomain
in interface SessionCookieConfig
public int getMaxAge()
getMaxAge
in interface SessionCookieConfig
public String getName()
getName
in interface SessionCookieConfig
public String getPath()
getPath
in interface SessionCookieConfig
public boolean isHttpOnly()
isHttpOnly
in interface SessionCookieConfig
public boolean isSecure()
isSecure
in interface SessionCookieConfig
public void setComment(String comment)
setComment
in interface SessionCookieConfig
public void setDomain(String domain)
setDomain
in interface SessionCookieConfig
public void setHttpOnly(boolean httpOnly)
setHttpOnly
in interface SessionCookieConfig
public void setMaxAge(int maxAge)
javax.servlet.SessionCookieConfig
setMaxAge
in interface SessionCookieConfig
maxAge
- the maximum age to setpublic void setName(String name)
setName
in interface SessionCookieConfig
public void setPath(String path)
setPath
in interface SessionCookieConfig
public void setSecure(boolean secure)
setSecure
in interface SessionCookieConfig
public static Cookie createSessionCookie(Context context, String sessionId, boolean secure)
context
- The Context for the web applicationsessionId
- The ID of the session for which the cookie will be
createdsecure
- Should session cookie be configured as securepublic static String getSessionCookieName(Context context)
context
- public static String getSessionUriParamName(Context context)
context
-
|
Apache Tomcat 7.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |