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:
    • SECURITY_INTERCEPTOR_PRIORITY

      public static final int SECURITY_INTERCEPTOR_PRIORITY
      Interceptor priority for standard security interceptors.
      See Also:
    • PREVENT_REPEATED_CHECKS_INTERCEPTOR_PRIORITY

      public static final int PREVENT_REPEATED_CHECKS_INTERCEPTOR_PRIORITY
      Priority for interceptors propagating information indicating that a security check has been performed.
      See Also:
  • Constructor Details

    • SecurityHandlerConstants

      public SecurityHandlerConstants()