Interface StaticResourceAuthenticationBypass<T>
- Type Parameters:
T- The Request
public interface StaticResourceAuthenticationBypass<T>
Decides whether authentication resolution can be skipped for a request.
- Since:
- 5.4.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldBypass(T request) Whether authentication resolution can be skipped for the request.
-
Method Details
-
shouldBypass
Whether authentication resolution can be skipped for the request.- Parameters:
request- The current request- Returns:
- Whether authentication resolution can be skipped
- Since:
- 5.4.0
-