Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isSecure (0.03 sec)

  1. tomcat_config.properties

    -------------------------------------- L5:# Tomcat L6:# ------ L7:tomcat.URIEncoding = UTF-8 L8:tomcat.useBodyEncodingForURI = true L9:#tomcat.secure=false L10:#tomcat.scheme=http L11:#tomcat.bindAddress=127.0.0.1 L12:#tomcat.proxyPort= L13:#tomcat.maxHttpHeaderSize=4096...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sat Aug 11 21:43:37 UTC 2018
      639 bytes
  2. Secured.java

    L47:@Retention(RetentionPolicy.RUNTIME) L48:@Inherited L49:@Documented L50:public @interface Secured { L51: /** L52: * Returns the list of security configuration attributes (e.g. ROLE_USER, ROLE_ADMIN). L53: * L54: * @return String[] The secure method attributes L55: */ L56: String[] value(); L57:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.8K bytes
Back to top