Package org.zaproxy.addon.commonlib
Class AuthConstants
java.lang.Object
org.zaproxy.addon.commonlib.AuthConstants
Constants related to authentication.
- Since:
- 1.33.0
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getLoginIndicators
- Returns:
- A set of Strings which represent indications of a login page or parameter value.
-
getLogoutIndicators
- Returns:
- A set of Strings which represent indications of a logout URL or parameter value.
- Since:
- 1.35.0
-
getRegistrationIndicators
- Returns:
- A set of Strings which represent indications of a registration page or parameter value.
-
getAuthRelatedIndicators
- Returns:
- A set of Strings which represent various pages/functionality related to authentication. This includes: login, registration, and logout type values.
-