Class SessionUtils


  • public final class SessionUtils
    extends java.lang.Object
    Helper class with utility methods for ZAP Sessions.
    See Also:
    Session
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SESSION_EXTENSION  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.file.Path getSessionPath​(java.lang.String session)  
      • Methods inherited from class java.lang.Object

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

      • SESSION_EXTENSION

        public static final java.lang.String SESSION_EXTENSION
        See Also:
        Constant Field Values
    • Method Detail

      • getSessionPath

        public static java.nio.file.Path getSessionPath​(java.lang.String session)