- All Superinterfaces:
- Predicate<javax.servlet.http.HttpServletRequest>
- All Known Implementing Classes:
- JAuthForcedNativeLoginCredentialsBlockRequestChecker, SeraphForcedNativeLoginAuthCredentialsBlockRequestChecker, SeraphForcedNativeLoginAuthTypeBlockRequestChecker
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface DisableBasicAuthBlockRequestChecker
extends Predicate<javax.servlet.http.HttpServletRequest>
Request validator which checks the HttpServletRequest and conditionally makes a decision to block it.
Returns true when the request should be blocked and false when the request is OK.