Class RealmEvent
java.lang.Object
org.wildfly.security.auth.server.event.RealmEvent
- Direct Known Subclasses:
RealmAuthenticationEvent,RealmAuthorizationEvent
An event which is potentially relevant to a realm.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<P,R> R accept(RealmEventVisitor<P, R> visitor, P param) Accept the given visitor, calling the method which is most applicable to this event type.
-
Constructor Details
-
RealmEvent
protected RealmEvent()Construct a new instance.
-
-
Method Details
-
accept
Accept the given visitor, calling the method which is most applicable to this event type.- Type Parameters:
P- the visitor parameter typeR- the visitor return type- Parameters:
visitor- the visitorparam- the parameter to pass to the visitorhandleXxxmethod- Returns:
- the value returned from the visitor
handleXxxmethod
-