Class AuthConstants

java.lang.Object
org.zaproxy.addon.commonlib.AuthConstants

public final class AuthConstants extends Object
Constants related to authentication.
Since:
1.33.0
  • Method Details

    • getLoginIndicators

      public static Set<String> getLoginIndicators()
      Returns:
      A set of Strings which represent indications of a login page or parameter value.
    • getLogoutIndicators

      public static Set<String> getLogoutIndicators()
      Returns:
      A set of Strings which represent indications of a logout URL or parameter value.
      Since:
      1.35.0
    • getRegistrationIndicators

      public static Set<String> getRegistrationIndicators()
      Returns:
      A set of Strings which represent indications of a registration page or parameter value.
    • getAuthRelatedIndicators

      public static Set<String> getAuthRelatedIndicators()
      Returns:
      A set of Strings which represent various pages/functionality related to authentication. This includes: login, registration, and logout type values.