Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CommandChain (0.07 sec)

  1. src/main/java/org/codelibs/fess/auth/chain/CommandChain.java

    import org.codelibs.fess.es.user.exentity.User;
    import org.codelibs.fess.exception.CommandExecutionException;
    
    public class CommandChain implements AuthenticationChain {
    
        private static final Logger logger = LogManager.getLogger(CommandChain.class);
    
        protected File workingDirectory = null;
    
        protected int maxOutputLine = 1000;
    
        protected long executionTimeout = 30L * 1000L; // 30sec
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top