Class SecurityUtils


  • public class SecurityUtils
    extends Object
    • Field Detail

      • NO_CREDENTIALS

        public static final String NO_CREDENTIALS
        Indicates, that we have no authentication and credentials to access the URL.
        See Also:
        Constant Field Values
      • PATHS_ALLOWED

        public static final String PATHS_ALLOWED
        Whitelist of paths from where scripts can load data.
        See Also:
        Constant Field Values
      • PATHS_SECURITY

        public static final String PATHS_SECURITY
        Paths to folders with security specific content (not allowed to read via SFile).
        See Also:
        Constant Field Values
    • Constructor Detail

      • SecurityUtils

        public SecurityUtils()