Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for neste (0.01 sec)

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

        public void setGroupCacheExpiry(final long groupCacheExpiry) {
            this.groupCacheExpiry = groupCacheExpiry;
        }
    
        /**
         * Sets the maximum group depth for nested group processing.
         * @param maxGroupDepth The maximum depth for nested groups.
         */
        public void setMaxGroupDepth(final int maxGroupDepth) {
            this.maxGroupDepth = maxGroupDepth;
        }
    
        @Override
    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. src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java

                            attributes.put(name, parseArray(jsonParser));
                        } else if (jsonParser.getCurrentToken() == JsonToken.START_OBJECT) {
                            // Handle nested object type
                            attributes.put(name, parseObject(jsonParser));
                        } else {
                            // Handle primitive types (string, number, boolean, etc.)
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Dec 14 01:18:25 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_pt_BR.properties

    labels.storage_type_s3=S3
    labels.storage_type_gcs=GCS
    labels.storage_region=Region
    labels.storage_project_id=Project ID
    labels.storage_credentials_path=Credentials Path
    labels.send_testmail=Enviar e-mail de teste
    labels.backup_configuration=Backup
    labels.backup_name=Nome
    labels.backup_bulk_file=Arquivo em massa
    labels.backup_button_upload=Fazer upload
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 48.7K bytes
    - Viewed (0)
Back to top