Class CrumbManager


  • public class CrumbManager
    extends java.lang.Object
    Created by Stijn on 23/05/2017.
    • Constructor Summary

      Constructors 
      Constructor Description
      CrumbManager()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getCookie()  
      static java.lang.String getCrumb()  
      static void refresh()  
      • Methods inherited from class java.lang.Object

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

      • CrumbManager

        public CrumbManager()
    • Method Detail

      • refresh

        public static void refresh()
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • getCrumb

        public static java.lang.String getCrumb()
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • getCookie

        public static java.lang.String getCookie()
                                          throws java.io.IOException
        Throws:
        java.io.IOException