Class AcsrfDeprecated

  • Direct Known Subclasses:
    Acsrf

    public class AcsrfDeprecated
    extends java.lang.Object
    API implementation with deprecated methods, (re)moved from generated class.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ApiResponse addOptionToken​(java.lang.String apikey, java.lang.String string)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      byte[] genForm​(java.lang.String apikey, java.lang.String hrefid)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      byte[] genFormWithUrl​(java.lang.String hrefid, java.lang.String actionurl)
      Generate a form for testing lack of anti-CSRF tokens - typically invoked via ZAP
      ApiResponse removeOptionToken​(java.lang.String apikey, java.lang.String string)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait