Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for Scheme (0.04 sec)

  1. WebAuthentication.java

    getCredentials(), getAuthScheme()); L58: } L59: L60: private AuthScheme getAuthScheme() { L61: final String scheme = getProtocolScheme(); L62: if (Constants.BASIC.equals(scheme)) { L63: return new BasicScheme(); L64: } L65: if (Constants.DIGEST.equals(scheme)) { L66: return new DigestScheme(); L67: } L68: if (Constants.NTLM.equals(scheme)) { L69: final Properties props = new Properties(); L70: getWebConfig().getConfigPa...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      5.8K bytes
  2. EditForm.java

    for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.scheduler; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1K bytes
  3. EditForm.java

    for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.labeltype; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  4. EditForm.java

    the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.relatedquery; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author shinsuke L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public String...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  5. EditForm.java

    License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.role; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  6. CreateForm.java

    and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.protwords; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.lastaflute.web.validation.Required; L20:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L21: L22:import jakarta.validation.constraints.Size; L23: L24:/** L25: * @author ma2tani L26: */ L27:public class CreateForm { L28: L29: @Required L30: public String dictId; L31: L32: @ValidateTypeFailure L33:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  7. CreateForm.java

    L16:package org.codelibs.fess.app.web.admin.role; L17: L18:import java.util.HashMap; L19:import java.util.Map; L20: L21:import org.codelibs.fess.app.web.CrudMode; L22:import org.lastaflute.web.validation.Required; L23:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L24: L25:import jakarta.validation.constraints.Size; L26: L27:/** L28: * @author shinsuke L29: * @author Keiichi Watanabe L30: */ L31:public class CreateForm { L32: L33: @ValidateTypeFailure L34: public Integer...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.2K bytes
  8. CrawlingConfigForm.java

    for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.wizard; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Max; L22:import jakarta.validation.constraints.Min; L23:import jakarta.validation.constraints.Size; L24: L25:public class CrawlingConfigForm { L26: L27: @Required L28:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.3K bytes
  9. CreateForm.java

    permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.badword; L17: L18:import org.codelibs.fess.util.ComponentUtil; L19:import org.lastaflute.web.validation.Required; L20:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L21: L22:import jakarta.validation.constraints.Pattern; L23:import jakarta.validation.constraints.Size; L24: L25:/** L26: * @author codelibs L27: * @author Keiichi Watanabe L28: */ L29:public class CreateForm { L30:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.4K bytes
  10. CreateForm.java

    L16:package org.codelibs.fess.app.web.admin.user; L17: L18:import java.util.HashMap; L19:import java.util.Map; L20: L21:import org.codelibs.fess.app.web.CrudMode; L22:import org.lastaflute.web.validation.Required; L23:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L24: L25:import jakarta.validation.constraints.Size; L26: L27:/** L28: * @author shinsuke L29: * @author Keiichi Watanabe L30: */ L31:public class CreateForm { L32: L33: @ValidateTypeFailure L34: public Integer...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.4K bytes
Back to top