Class SecureClientAuthenticatorExecutor.Configuration

    • Field Detail

      • allowedClientAuthenticators

        protected List<String> allowedClientAuthenticators
      • defaultClientAuthenticator

        protected String defaultClientAuthenticator
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • getAllowedClientAuthenticators

        public List<String> getAllowedClientAuthenticators()
      • setAllowedClientAuthenticators

        public void setAllowedClientAuthenticators​(List<String> allowedClientAuthenticators)
      • getDefaultClientAuthenticator

        public String getDefaultClientAuthenticator()
      • setDefaultClientAuthenticator

        public void setDefaultClientAuthenticator​(String defaultClientAuthenticator)