Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SAML_STATE (0.05 sec)

  1. src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java

         * The prefix for SAML properties.
         */
        protected static final String SAML_PREFIX = "saml.";
    
        /**
         * The key for the SAML state in the session.
         */
        protected static final String SAML_STATE = "SAML_STATE";
    
        private Map<String, Object> defaultSettings;
    
        /**
         * Initializes the SamlAuthenticator.
         */
        @PostConstruct
        public void init() {
            if (logger.isDebugEnabled()) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 16.4K bytes
    - Viewed (1)
Back to top