Uses of Class
org.wildfly.security.auth.server.event.RealmAuthenticationEvent
- 
Packages that use RealmAuthenticationEvent Package Description org.wildfly.security.auth.server.event 
- 
- 
Uses of RealmAuthenticationEvent in org.wildfly.security.auth.server.eventSubclasses of RealmAuthenticationEvent in org.wildfly.security.auth.server.event Modifier and Type Class Description classRealmAbandonedAuthenticationEventAn event indicating that authentication was abandoned before it could complete.classRealmDefiniteOutcomeAuthenticationEventAn authentication event with a definite outcome.classRealmFailedAuthenticationEventA realm event signifying a failed authentication.classRealmSuccessfulAuthenticationEventA realm event signifying authentication success.Methods in org.wildfly.security.auth.server.event with parameters of type RealmAuthenticationEvent Modifier and Type Method Description RRealmEventVisitor. handleAuthenticationEvent(RealmAuthenticationEvent event, P param)Handle any authentication-related realm event.
 
-