Package oracle.kubernetes.operator.rest
Class FilterPriorities
java.lang.Object
oracle.kubernetes.operator.rest.FilterPriorities
public class FilterPriorities
extends java.lang.Object
FilterPriorities orders the WebLogic operator REST api's jaxrs filters.
-
Field Summary
Fields Modifier and Type Field Description static int
AUTHENTICATION_FILTER_PRIORITY
The authentication filter's priority.static int
CSRF_PROTECTION_FILTER_PRIORITY
The CSRF protection filter's priority.static int
ERROR_FILTER_PRIORITY
The error filter's priority.static int
REQUEST_DEBUG_LOGGING_FILTER_PRIORITY
The request debug logging filter's priority.static int
RESPONSE_DEBUG_LOGGING_FILTER_PRIORITY
The response debug logging filter's priority. -
Method Summary
-
Field Details
-
AUTHENTICATION_FILTER_PRIORITY
public static final int AUTHENTICATION_FILTER_PRIORITYThe authentication filter's priority.- See Also:
- Constant Field Values
-
CSRF_PROTECTION_FILTER_PRIORITY
public static final int CSRF_PROTECTION_FILTER_PRIORITYThe CSRF protection filter's priority.- See Also:
- Constant Field Values
-
ERROR_FILTER_PRIORITY
public static final int ERROR_FILTER_PRIORITYThe error filter's priority.- See Also:
- Constant Field Values
-
REQUEST_DEBUG_LOGGING_FILTER_PRIORITY
public static final int REQUEST_DEBUG_LOGGING_FILTER_PRIORITYThe request debug logging filter's priority.- See Also:
- Constant Field Values
-
RESPONSE_DEBUG_LOGGING_FILTER_PRIORITY
public static final int RESPONSE_DEBUG_LOGGING_FILTER_PRIORITYThe response debug logging filter's priority.- See Also:
- Constant Field Values
-