public class HomeRealmReminder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FEDIZ_HOME_REALM |
| Constructor and Description |
|---|
HomeRealmReminder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCookie(org.springframework.webflow.execution.RequestContext requestContext,
String cookieValue) |
javax.servlet.http.Cookie |
readCookie(org.springframework.webflow.execution.RequestContext requestContext) |
void |
removeCookie(org.springframework.webflow.execution.RequestContext requestContext) |
public static final String FEDIZ_HOME_REALM
public javax.servlet.http.Cookie readCookie(org.springframework.webflow.execution.RequestContext requestContext)
public void addCookie(org.springframework.webflow.execution.RequestContext requestContext,
String cookieValue)
public void removeCookie(org.springframework.webflow.execution.RequestContext requestContext)
Apache Fediz