Uses of Enum Class
de.cuioss.http.security.core.UrlSecurityFailureType
Packages that use UrlSecurityFailureType
Package
Description
Core interfaces and types for HTTP security validation.
Security event monitoring and logging for HTTP validation.
-
Uses of UrlSecurityFailureType in de.cuioss.http.security.core
Methods in de.cuioss.http.security.core that return UrlSecurityFailureTypeModifier and TypeMethodDescriptionstatic UrlSecurityFailureTypeReturns the enum constant of this class with the specified name.static UrlSecurityFailureType[]UrlSecurityFailureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.cuioss.http.security.core with parameters of type UrlSecurityFailureTypeModifier and TypeMethodDescriptionstatic HttpSecurityValidatorHttpSecurityValidator.reject(UrlSecurityFailureType failureType, ValidationType validationType) Creates a validator that always rejects input with the specified failure type. -
Uses of UrlSecurityFailureType in de.cuioss.http.security.monitoring
Methods in de.cuioss.http.security.monitoring that return types with arguments of type UrlSecurityFailureTypeModifier and TypeMethodDescriptionSecurityEventCounter.getAllCounts()Returns a snapshot of all current counts.Methods in de.cuioss.http.security.monitoring with parameters of type UrlSecurityFailureTypeModifier and TypeMethodDescriptionlongSecurityEventCounter.getCount(UrlSecurityFailureType failureType) Returns the current count for the specified failure type.booleanSecurityEventCounter.hasEvents(UrlSecurityFailureType failureType) Checks if any events have been recorded for the specified failure type.longSecurityEventCounter.increment(UrlSecurityFailureType failureType) Increments the counter for the specified failure type and returns the new count.longSecurityEventCounter.incrementBy(UrlSecurityFailureType failureType, long delta) Increments the counter for the specified failure type by the given delta.voidSecurityEventCounter.reset(UrlSecurityFailureType failureType) Resets the counter for a specific failure type to zero.