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