Uses of Class
org.wildfly.security.auth.server.event.RealmEvent
-
Packages that use RealmEvent Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron.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.realm
Methods in org.wildfly.security.auth.realm with parameters of type RealmEvent Modifier and Type Method Description void
AggregateSecurityRealm. handleRealmEvent(RealmEvent event)
void
CachingSecurityRealm. handleRealmEvent(RealmEvent 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 void
SecurityRealm. handleRealmEvent(RealmEvent event)
Handle a realm event.static void
SecurityRealm. 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 class
RealmAbandonedAuthenticationEvent
An event indicating that authentication was abandoned before it could complete.class
RealmAuthenticationEvent
A realm authentication event.class
RealmAuthorizationEvent
A realm authorization event.class
RealmDefiniteOutcomeAuthenticationEvent
An authentication event with a definite outcome.class
RealmFailedAuthenticationEvent
A realm event signifying a failed authentication.class
RealmIdentityAuthorizationEvent
An event indicating that one identity attempted to authorize as another identity.class
RealmIdentityFailedAuthorizationEvent
An event indicating that one identity attempted to authorize as another identity.class
RealmIdentitySuccessfulAuthorizationEvent
An event indicating that one identity attempted to authorize as another identity.class
RealmSuccessfulAuthenticationEvent
A realm event signifying authentication success.Methods in org.wildfly.security.auth.server.event with parameters of type RealmEvent Modifier and Type Method Description R
RealmEventVisitor. handleUnknownEvent(RealmEvent event, P param)
Handle any unhandled realm event.
-