Uses of Class
org.wildfly.security.auth.server.event.RealmEvent
Packages that use RealmEvent
Package
Description
Server side of authentication provided by Elytron.
-
Uses of RealmEvent in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type RealmEventModifier and TypeMethodDescriptiondefault 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.eventModifier and TypeClassDescriptionfinal classAn event indicating that authentication was abandoned before it could complete.classA realm authentication event.classA realm authorization event.classAn authentication event with a definite outcome.final classA realm event signifying a failed authentication.classAn event indicating that one identity attempted to authorize as another identity.final classAn event indicating that one identity attempted to authorize as another identity.final classAn event indicating that one identity attempted to authorize as another identity.final classA realm event signifying authentication success.Methods in org.wildfly.security.auth.server.event with parameters of type RealmEventModifier and TypeMethodDescriptionRealmEventVisitor.handleUnknownEvent(RealmEvent event, P param) Handle any unhandled realm event.