| Package | Description | 
|---|---|
| org.wildfly.security.auth.server.event | 
| Modifier and Type | Class and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
R | 
RealmEventVisitor.handleAuthenticationEvent(RealmAuthenticationEvent event,
                         P param)
Handle any authentication-related realm event. 
 | 
Copyright © 2020 JBoss by Red Hat. All rights reserved.