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 classRealmIdentityFailedAuthorizationEventAn event indicating that one identity attempted to authorize as another identity.classRealmIdentitySuccessfulAuthorizationEventAn 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 RRealmEventVisitor. handleIdentityAuthorizationEvent(RealmIdentityAuthorizationEvent event, P param)Handle an identity authorization realm event.
-