Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for neste (0.06 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/api/json/SearchApiManager.java

                    sb.append("]");
                }
                sb.append("; ");
                target = target.getCause();
                if (target != null) {
                    sb.append("nested: ");
                }
            }
            return sb.toString();
        }
    
        /**
         * Processes a label request.
         * @param request The HTTP request.
         * @param response The HTTP response.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 55.4K bytes
    - Viewed (1)
Back to top