public final class WebUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CAS_ACCESS_DENIED_REASON
Request attribute that contains message key describing details of authorization failure.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.servlet.http.HttpServletRequest |
getHttpServletRequest(org.springframework.webflow.execution.RequestContext context) |
static javax.servlet.http.HttpServletResponse |
getHttpServletResponse(org.springframework.webflow.execution.RequestContext context) |
static String |
getLoginTicketFromFlowScope(org.springframework.webflow.execution.RequestContext context) |
static String |
getLoginTicketFromRequest(org.springframework.webflow.execution.RequestContext context) |
static List<LogoutRequest> |
getLogoutRequests(org.springframework.webflow.execution.RequestContext context) |
static WebApplicationService |
getService(List<ArgumentExtractor> argumentExtractors,
javax.servlet.http.HttpServletRequest request) |
static WebApplicationService |
getService(List<ArgumentExtractor> argumentExtractors,
org.springframework.webflow.execution.RequestContext context) |
static WebApplicationService |
getService(org.springframework.webflow.execution.RequestContext context) |
static String |
getServiceTicketFromRequestScope(org.springframework.webflow.execution.RequestContext context) |
static String |
getTicketGrantingTicketId(org.springframework.webflow.execution.RequestContext context) |
static void |
putLoginTicket(org.springframework.webflow.execution.RequestContext context,
String ticket) |
static void |
putLogoutRequests(org.springframework.webflow.execution.RequestContext context,
List<LogoutRequest> requests) |
static void |
putServiceTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
String ticketValue) |
static void |
putTicketGrantingTicketInFlowScope(org.springframework.webflow.execution.RequestContext context,
String ticketValue) |
static void |
putTicketGrantingTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
String ticketValue) |
public static final String CAS_ACCESS_DENIED_REASON
public static javax.servlet.http.HttpServletRequest getHttpServletRequest(org.springframework.webflow.execution.RequestContext context)
public static javax.servlet.http.HttpServletResponse getHttpServletResponse(org.springframework.webflow.execution.RequestContext context)
public static WebApplicationService getService(List<ArgumentExtractor> argumentExtractors, javax.servlet.http.HttpServletRequest request)
public static WebApplicationService getService(List<ArgumentExtractor> argumentExtractors, org.springframework.webflow.execution.RequestContext context)
public static WebApplicationService getService(org.springframework.webflow.execution.RequestContext context)
public static void putTicketGrantingTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
String ticketValue)
public static void putTicketGrantingTicketInFlowScope(org.springframework.webflow.execution.RequestContext context,
String ticketValue)
public static String getTicketGrantingTicketId(org.springframework.webflow.execution.RequestContext context)
public static void putServiceTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
String ticketValue)
public static String getServiceTicketFromRequestScope(org.springframework.webflow.execution.RequestContext context)
public static void putLoginTicket(org.springframework.webflow.execution.RequestContext context,
String ticket)
public static String getLoginTicketFromFlowScope(org.springframework.webflow.execution.RequestContext context)
public static String getLoginTicketFromRequest(org.springframework.webflow.execution.RequestContext context)
public static void putLogoutRequests(org.springframework.webflow.execution.RequestContext context,
List<LogoutRequest> requests)
public static List<LogoutRequest> getLogoutRequests(org.springframework.webflow.execution.RequestContext context)
Copyright © 2004-2014 Jasig. All Rights Reserved.