Class SecurityHandlerConstants

java.lang.Object
io.quarkus.security.spi.runtime.SecurityHandlerConstants

public class SecurityHandlerConstants extends Object
  • Field Details

    • SECURITY_HANDLER

      public static final String SECURITY_HANDLER
      Invocation context data key used by the SecurityHandler to save a security checks state
      See Also:
    • 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:
  • Constructor Details

    • SecurityHandlerConstants

      public SecurityHandlerConstants()