Uses of Class
org.wildfly.security.auth.server.event.SecurityEvent
Packages that use SecurityEvent
Package
Description
Server side of authentication provided by Elytron.
-
Uses of SecurityEvent in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type SecurityEventModifier and TypeMethodDescriptionvoidSecurityDomain.handleSecurityEvent(SecurityEvent securityEvent) Handle aSecurityEvent.Method parameters in org.wildfly.security.auth.server with type arguments of type SecurityEventModifier and TypeMethodDescriptionSecurityDomain.Builder.setSecurityEventListener(Consumer<SecurityEvent> securityEventListener) Set the security event listener that will consume allSecurityEventinstances emitted but the domain. -
Uses of SecurityEvent in org.wildfly.security.auth.server.event
Subclasses of SecurityEvent in org.wildfly.security.auth.server.eventModifier and TypeClassDescriptionclassA security audit event indicating that a log with RFC 3164 syslog format is occurringclassA security audit event indicating that a log with RFC 3164 syslog format is occurringclassA security authentication event.final classAn event to represent a failed authentication.final classAn event to represent a successful authentication.classASecurityEventthat has a definite outcome of being successful or not.classA security event relating to a permission check.final classAn event to represent a failed permission check.final classAn event to represent a successful permission check.classA security event signifying unavailable realm.classAn abstract class to be extended by specific syslog audit events to be handled.Methods in org.wildfly.security.auth.server.event with parameters of type SecurityEventModifier and TypeMethodDescriptionSecurityEventVisitor.handleUnknownEvent(SecurityEvent event, P param) Handle any unhandled security event.