Interface EnumSecurityFilterBeanEvents

    • Field Detail

      • SECURITY_FILTER_ARGUMENT_SAVE_NOW

        static final int SECURITY_FILTER_ARGUMENT_SAVE_NOW
        Argument ID for saving immediately or not. If saving the account information to Intelligence Server is required after processing the event handling, should include this argument in the event and put the value as ARGUMENT_VALUE_YES. Missing this argument or a value of ARGUMENT_VALUE_NO mean to not save the changed account information back to Intelligence Server. The only exception is security roles. Any changes for security roles will be saved to Intelligence Server immediately.
        See Also:
        Constant Field Values
      • SECURITY_FILTER_ARGUMENT_NEW_NAME

        static final int SECURITY_FILTER_ARGUMENT_NEW_NAME
        Argument ID for new security filter name.
        See Also:
        Constant Field Values
      • ARGUMENT_SUB_VALUE_DELIMITER

        static final java.lang.String ARGUMENT_SUB_VALUE_DELIMITER
        Constant for a delimiter which will be used to separate the sub values in a value string.
        See Also:
        Constant Field Values
      • ARGUMENT_VALUE_YES

        static final java.lang.String ARGUMENT_VALUE_YES
        Constant value means TRUE for any boolean type argument.
        See Also:
        Constant Field Values
      • ARGUMENT_VALUE_NO

        static final java.lang.String ARGUMENT_VALUE_NO
        Constant value means FALSE for any boolean type argument.
        See Also:
        Constant Field Values