Package io.quarkus.security.spi.runtime
Class SecurityHandlerConstants
java.lang.Object
io.quarkus.security.spi.runtime.SecurityHandlerConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe SecurityHandler keep a state of security checks in the Invocation context data to prevent repeated checks.static final intPriority for interceptors propagating information indicating that a security check has been performed.static final StringInvocation context data key used by the SecurityHandler to save a security checks statestatic final intInterceptor priority for standard security interceptors. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SECURITY_HANDLER
Invocation context data key used by the SecurityHandler to save a security checks state- See Also:
-
EXECUTED
The SecurityHandler keep a state of security checks in the Invocation context data to prevent repeated checks. `executed` means the check has already been done.- See Also:
-
SECURITY_INTERCEPTOR_PRIORITY
public static final int SECURITY_INTERCEPTOR_PRIORITYInterceptor priority for standard security interceptors.- See Also:
-
PREVENT_REPEATED_CHECKS_INTERCEPTOR_PRIORITY
public static final int PREVENT_REPEATED_CHECKS_INTERCEPTOR_PRIORITYPriority for interceptors propagating information indicating that a security check has been performed.- See Also:
-
-
Constructor Details
-
SecurityHandlerConstants
public SecurityHandlerConstants()
-