Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Authority (1.52 sec)

  1. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

            }
            return value;
        }
    
        /**
         * Gets the Entra ID authority URL from configuration.
         * Uses new entraid.authority key with fallback to legacy aad.authority.
         * @return The authority URL.
         */
        protected String getAuthority() {
            String value = ComponentUtil.getFessConfig().getSystemProperty(ENTRAID_AUTHORITY);
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

            <match value="45" type="string" offset="20">
              <!-- bibliographic -->
              <match value="[acdnp][acdefgijkmoprt][abcdims]" type="regex" offset="5"/>
              <!-- authority-->
              <match value="[acdnosx]z" type="regex" offset="5"/>
              <!-- holdings -->
              <match value="[cdn][uvxy]" type="regex" offset="5"/>
              <!-- classification -->
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (2)
Back to top