Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for retrievable (2.66 sec)

  1. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                }
                return returnUrl;
            }
            return null;
        }
    
        /**
         * Creates a stream response for document content delivery.
         * Handles content retrieval and streaming to the client.
         *
         * @param doc the document data map
         * @return the stream response containing document content
         * @throws FessSystemException if content cannot be retrieved
         */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 52.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

                logger.warn("Failed to access groups/roles in Entra ID.", e);
            }
        }
    
        /**
         * Schedules asynchronous parent group lookup using TimeoutManager.
         * This method defers the retrieval of nested group information to avoid login delays.
         * @param user The Entra ID user.
         * @param initialGroups The initial group list to be updated.
         * @param initialRoles The initial role list to be updated.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
Back to top