Class ServletCookies


  • public abstract class ServletCookies
    extends java.lang.Object
    Conversions between internal Cookie objects and the Servlet equivalents.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServletCookies()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static uk.ac.warwick.sso.client.core.Cookie fromServlet​(javax.servlet.http.Cookie c)  
      static javax.servlet.http.Cookie toServlet​(uk.ac.warwick.sso.client.core.Cookie c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServletCookies

        public ServletCookies()
    • Method Detail

      • toServlet

        public static javax.servlet.http.Cookie toServlet​(uk.ac.warwick.sso.client.core.Cookie c)
      • fromServlet

        public static uk.ac.warwick.sso.client.core.Cookie fromServlet​(javax.servlet.http.Cookie c)