Class SecurityHandlerConstants


  • public class SecurityHandlerConstants
    extends Object
    • 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
    • Constructor Detail

      • SecurityHandlerConstants

        public SecurityHandlerConstants()