Uses of Class
org.wildfly.security.auth.server.event.RealmIdentityAuthorizationEvent
-
Packages that use RealmIdentityAuthorizationEvent Package Description org.wildfly.security.auth.server.event -
-
Uses of RealmIdentityAuthorizationEvent in org.wildfly.security.auth.server.event
Subclasses of RealmIdentityAuthorizationEvent in org.wildfly.security.auth.server.event Modifier and Type Class Description 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.Methods in org.wildfly.security.auth.server.event with parameters of type RealmIdentityAuthorizationEvent Modifier and Type Method Description R
RealmEventVisitor. handleIdentityAuthorizationEvent(RealmIdentityAuthorizationEvent event, P param)
Handle an identity authorization realm event.
-