Uses of Class
org.wildfly.security.auth.server.event.RealmEvent
-
Packages that use RealmEvent Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.event -
-
Uses of RealmEvent in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type RealmEvent Modifier and Type Method Description default voidSecurityRealm. handleRealmEvent(RealmEvent event)Handle a realm event.static voidSecurityRealm. safeHandleRealmEvent(SecurityRealm realm, RealmEvent event)Safely pass an event to a security realm, absorbing and logging any exception that occurs. -
Uses of RealmEvent in org.wildfly.security.auth.server.event
Subclasses of RealmEvent in org.wildfly.security.auth.server.event Modifier and Type Class Description classRealmAbandonedAuthenticationEventAn event indicating that authentication was abandoned before it could complete.classRealmAuthenticationEventA realm authentication event.classRealmAuthorizationEventA realm authorization event.classRealmDefiniteOutcomeAuthenticationEventAn authentication event with a definite outcome.classRealmFailedAuthenticationEventA realm event signifying a failed authentication.classRealmIdentityAuthorizationEventAn event indicating that one identity attempted to authorize as another identity.classRealmIdentityFailedAuthorizationEventAn event indicating that one identity attempted to authorize as another identity.classRealmIdentitySuccessfulAuthorizationEventAn event indicating that one identity attempted to authorize as another identity.classRealmSuccessfulAuthenticationEventA realm event signifying authentication success.Methods in org.wildfly.security.auth.server.event with parameters of type RealmEvent Modifier and Type Method Description RRealmEventVisitor. handleUnknownEvent(RealmEvent event, P param)Handle any unhandled realm event.
-