org.jasig.cas.web.support
Class WebUtils
java.lang.Object
org.jasig.cas.web.support.WebUtils
public final class WebUtils
- extends Object
Common utilities for the web tier.
- Since:
- 3.1
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAS_ACCESS_DENIED_REASON
public static final String CAS_ACCESS_DENIED_REASON
- Request attribute that contains message key describing details of authorization failure.
- See Also:
- Constant Field Values
WebUtils
public WebUtils()
getHttpServletRequest
public static javax.servlet.http.HttpServletRequest getHttpServletRequest(org.springframework.webflow.execution.RequestContext context)
getHttpServletResponse
public static javax.servlet.http.HttpServletResponse getHttpServletResponse(org.springframework.webflow.execution.RequestContext context)
getService
public static WebApplicationService getService(List<ArgumentExtractor> argumentExtractors,
javax.servlet.http.HttpServletRequest request)
getService
public static WebApplicationService getService(List<ArgumentExtractor> argumentExtractors,
org.springframework.webflow.execution.RequestContext context)
getService
public static WebApplicationService getService(org.springframework.webflow.execution.RequestContext context)
putTicketGrantingTicketInRequestScope
public static void putTicketGrantingTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
String ticketValue)
getTicketGrantingTicketId
public static String getTicketGrantingTicketId(org.springframework.webflow.execution.RequestContext context)
putServiceTicketInRequestScope
public static void putServiceTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
String ticketValue)
getServiceTicketFromRequestScope
public static String getServiceTicketFromRequestScope(org.springframework.webflow.execution.RequestContext context)
putLoginTicket
public static void putLoginTicket(org.springframework.webflow.execution.RequestContext context,
String ticket)
getLoginTicketFromFlowScope
public static String getLoginTicketFromFlowScope(org.springframework.webflow.execution.RequestContext context)
getLoginTicketFromRequest
public static String getLoginTicketFromRequest(org.springframework.webflow.execution.RequestContext context)
Copyright © 2004-2013 Jasig. All Rights Reserved.