Class DefaultPunchOutUserAuthenticationStrategy

    • Constructor Detail

      • DefaultPunchOutUserAuthenticationStrategy

        public DefaultPunchOutUserAuthenticationStrategy()
    • Method Detail

      • getAuthenticationProvider

        protected org.springframework.security.authentication.AuthenticationProvider getAuthenticationProvider()
      • setAuthenticationProvider

        public void setAuthenticationProvider​(org.springframework.security.authentication.AuthenticationProvider authenticationProvider)
      • getAuthenticationSuccessHandlers

        protected java.util.List<org.springframework.security.web.authentication.AuthenticationSuccessHandler> getAuthenticationSuccessHandlers()
      • setAuthenticationSuccessHandlers

        public void setAuthenticationSuccessHandlers​(java.util.List<org.springframework.security.web.authentication.AuthenticationSuccessHandler> authenticationSuccessHandlers)
      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)