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.event
Subclasses of RealmAuthenticationEvent in org.wildfly.security.auth.server.event Modifier and Type Class Description class
RealmAbandonedAuthenticationEvent
An event indicating that authentication was abandoned before it could complete.class
RealmDefiniteOutcomeAuthenticationEvent
An authentication event with a definite outcome.class
RealmFailedAuthenticationEvent
A realm event signifying a failed authentication.class
RealmSuccessfulAuthenticationEvent
A realm event signifying authentication success.Methods in org.wildfly.security.auth.server.event with parameters of type RealmAuthenticationEvent Modifier and Type Method Description R
RealmEventVisitor. handleAuthenticationEvent(RealmAuthenticationEvent event, P param)
Handle any authentication-related realm event.
-