Uses of Class
org.wildfly.security.auth.server.event.SecurityEvent
-
Packages that use SecurityEvent Package Description org.wildfly.security.audit Audit logging related resources.org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.event -
-
Uses of SecurityEvent in org.wildfly.security.audit
Methods in org.wildfly.security.audit that return types with arguments of type SecurityEvent Modifier and Type Method Description Consumer<SecurityEvent>AuditLogger.Builder. build()Construct a new audit logger instance.Methods in org.wildfly.security.audit with parameters of type SecurityEvent Modifier and Type Method Description voidAuditLogger. accept(SecurityEvent event)Accept security event to be processed by audit endpoints.StringJsonSecurityEventFormatter. handleUnknownEvent(SecurityEvent event, Void param)StringSimpleSecurityEventFormatter. handleUnknownEvent(SecurityEvent event, Void param)Method parameters in org.wildfly.security.audit with type arguments of type SecurityEvent Modifier and Type Method Description AuditLogger.BuilderAuditLogger.Builder. setMessageFormatter(Function<SecurityEvent,String> messageFormatter)Set the message formatter to convert the messages to formatted Strings.AuditLogger.BuilderAuditLogger.Builder. setPriorityMapper(Function<SecurityEvent,EventPriority> priorityMapper)Set the priority mapper to assign a priority to the messages. -
Uses of SecurityEvent in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type SecurityEvent Modifier and Type Method Description voidSecurityDomain. handleSecurityEvent(SecurityEvent securityEvent)Handle aSecurityEvent.Method parameters in org.wildfly.security.auth.server with type arguments of type SecurityEvent Modifier and Type Method Description SecurityDomain.BuilderSecurityDomain.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.event Modifier and Type Class Description classRfc3164SyslogEventA security audit event indicating that a log with RFC 3164 syslog format is occurringclassRfc5424SyslogEventA security audit event indicating that a log with RFC 3164 syslog format is occurringclassSecurityAuthenticationEventA security authentication event.classSecurityAuthenticationFailedEventAn event to represent a failed authentication.classSecurityAuthenticationSuccessfulEventAn event to represent a successful authentication.classSecurityDefiniteOutcomeEventASecurityEventthat has a definite outcome of being successful or not.classSecurityPermissionCheckEventA security event relating to a permission check.classSecurityPermissionCheckFailedEventAn event to represent a failed permission check.classSecurityPermissionCheckSuccessfulEventAn event to represent a successful permission check.classSecurityRealmUnavailableEventA security event signifying unavailable realm.classSyslogAuditEventAn 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 SecurityEvent Modifier and Type Method Description RSecurityEventVisitor. handleUnknownEvent(SecurityEvent event, P param)Handle any unhandled security event.
-