Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setAcceptedRoles (0.05 seconds)

  1. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

            }
        }
    
        /**
         * Sets the roles that are allowed to access the search engine API.
         *
         * @param acceptedRoles array of role names that can access the API
         */
        public void setAcceptedRoles(final String[] acceptedRoles) {
            this.acceptedRoles = acceptedRoles;
        }
    
        /**
         * Gets the server path with access token for 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)
Back to Top