Package io.quarkus.security.spi.runtime
Class SecurityHandlerConstants
- java.lang.Object
-
- io.quarkus.security.spi.runtime.SecurityHandlerConstants
-
public class SecurityHandlerConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXECUTEDThe SecurityHandler keep a state of security checks in the Invocation context data to prevent repeated checks.static StringSECURITY_HANDLERInvocation context data key used by the SecurityHandler to save a security checks state
-
Constructor Summary
Constructors Constructor Description SecurityHandlerConstants()
-
-
-
Field Detail
-
SECURITY_HANDLER
public static final String SECURITY_HANDLER
Invocation context data key used by the SecurityHandler to save a security checks state- See Also:
- Constant Field Values
-
EXECUTED
public static final String 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:
- Constant Field Values
-
-