Class WarlockSuccessLoginListener
-
- All Implemented Interfaces:
-
java.util.EventListener,org.springframework.context.ApplicationListener
public class WarlockSuccessLoginListener implements ApplicationListener<E>- Since:
2021-02-24
trydofor
-
-
Constructor Summary
Constructors Constructor Description WarlockSuccessLoginListener()
-
Method Summary
Modifier and Type Method Description voidonApplicationEvent(AuthenticationSuccessEvent event)voidsetWarlockAuthnService(WarlockAuthnService warlockAuthnService)-
-
Method Detail
-
onApplicationEvent
void onApplicationEvent(AuthenticationSuccessEvent event)
-
setWarlockAuthnService
@Autowired() void setWarlockAuthnService(WarlockAuthnService warlockAuthnService)
-
-
-
-