Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setGroupCacheExpiry (0.14 sec)

  1. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

            this.acquisitionTimeout = acquisitionTimeout;
        }
    
        /**
         * Sets the group cache expiry time.
         * @param groupCacheExpiry The cache expiry time in seconds.
         */
        public void setGroupCacheExpiry(final long groupCacheExpiry) {
            this.groupCacheExpiry = groupCacheExpiry;
        }
    
        @Override
        public ActionResponse getResponse(final SsoResponseType responseType) {
            return null;
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 28 09:13:08 UTC 2025
    - 37.3K bytes
    - Viewed (0)
Back to top