- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for orElseThrow (0.05 seconds)
-
src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java
*/ public String getServerPath() { return getSessionManager().getAttribute(Constants.SEARCH_ENGINE_API_ACCESS_TOKEN, String.class) .map(token -> ADMIN_SERVER + token) .orElseThrow(() -> new FessSystemException("Cannot create an access token.")); } /** * Generates and saves a new access token for the current session. * The token is used to authenticate API requests.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:40 GMT 2026 - 13.4K bytes - Click Count (0)