Class WingsAuthenticationEventPublisher

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware , org.springframework.context.ApplicationEventPublisherAware , org.springframework.security.authentication.AuthenticationEventPublisher

    
    public class WingsAuthenticationEventPublisher
    extends DefaultAuthenticationEventPublisher
                        
    Since:

    2023-09-2023/9/27

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void publishAuthenticationSuccess(Authentication authentication)
      void publishAuthenticationFailure(AuthenticationException exception, Authentication authentication)
      • Methods inherited from class org.springframework.security.authentication.DefaultAuthenticationEventPublisher

        setAdditionalExceptionMappings, setApplicationEventPublisher, setDefaultAuthenticationFailureEvent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WingsAuthenticationEventPublisher

        WingsAuthenticationEventPublisher(ApplicationEventPublisher applicationEventPublisher)