Class SurrogateAuthenticationEventListener
- java.lang.Object
-
- org.apereo.cas.authentication.event.SurrogateAuthenticationEventListener
-
public class SurrogateAuthenticationEventListener extends java.lang.ObjectThis isSurrogateAuthenticationEventListener.- Since:
- 6.2.0
-
-
Constructor Summary
Constructors Constructor Description SurrogateAuthenticationEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleSurrogateAuthenticationFailureEvent(org.apereo.cas.support.events.authentication.surrogate.CasSurrogateAuthenticationFailureEvent event)Handle failure event.voidhandleSurrogateAuthenticationSuccessEvent(org.apereo.cas.support.events.authentication.surrogate.CasSurrogateAuthenticationSuccessfulEvent event)Handle success event.protected voidnotify(org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.support.events.AbstractCasEvent event)Notify.
-
-
-
Method Detail
-
handleSurrogateAuthenticationFailureEvent
@EventListener @Async public void handleSurrogateAuthenticationFailureEvent(org.apereo.cas.support.events.authentication.surrogate.CasSurrogateAuthenticationFailureEvent event)
Handle failure event.- Parameters:
event- the event
-
handleSurrogateAuthenticationSuccessEvent
@EventListener @Async public void handleSurrogateAuthenticationSuccessEvent(org.apereo.cas.support.events.authentication.surrogate.CasSurrogateAuthenticationSuccessfulEvent event)
Handle success event.- Parameters:
event- the event
-
notify
protected void notify(org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.support.events.AbstractCasEvent event)Notify.- Parameters:
principal- the principalevent- the event
-
-