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
trydofor
-
-
Constructor Summary
Constructors Constructor Description WingsAuthenticationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
-
Method Summary
Modifier and Type Method Description voidpublishAuthenticationSuccess(Authentication authentication)voidpublishAuthenticationFailure(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
-
-
Method Detail
-
publishAuthenticationSuccess
void publishAuthenticationSuccess(Authentication authentication)
-
publishAuthenticationFailure
void publishAuthenticationFailure(AuthenticationException exception, Authentication authentication)
-
-
-
-