Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for auth (2.24 sec)

  1. src/main/resources/app.xml

    	<component name="userInfoHelper" class="org.codelibs.fess.helper.UserInfoHelper">
    	</component>
    	<component name="authenticationManager" class="org.codelibs.fess.auth.AuthenticationManager">
    		<!--
    		<postConstruct name="addChain">
    			<arg>
    				<component class="org.codelibs.fess.auth.chain.CommandChain">
    					<property name="updateCommand">[
    					"/usr/sbin/htpasswd",
    					"-b",
    					"/tmp/test.txt",
    					"$USERNAME",
    					"$PASSWORD"
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Nov 19 02:22:47 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. pom.xml

    					<artifactId>error_prone_annotations</artifactId>
    				</exclusion>
    			</exclusions>
    		</dependency>
    		<dependency>
    			<groupId>com.google.oauth-client</groupId>
    			<artifactId>google-oauth-client</artifactId>
    			<version>${google.oauth.client.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>com.google.http-client</groupId>
    			<artifactId>google-http-client</artifactId>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.atomcat"/>
      </mime-type>
      <mime-type type="application/atomicmail"/>
      <mime-type type="application/atomsvc+xml">
        <glob pattern="*.atomsvc"/>
      </mime-type>
      <mime-type type="application/auth-policy+xml"/>
    
      <mime-type type="application/x-bat">
        <_comment>Windows Batch / Command File</_comment>
        <alias type="application/bat"/>
        <sub-class-of type="text/plain"/>
        <magic priority="50">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top