| Package | Description |
|---|---|
| org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
| org.wildfly.security.auth.server.event |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityDomain.handleSecurityEvent(SecurityEvent securityEvent)
Handle a
SecurityEvent. |
| Modifier and Type | Method and Description |
|---|---|
SecurityDomain.Builder |
SecurityDomain.Builder.setSecurityEventListener(Consumer<SecurityEvent> securityEventListener)
Set the security event listener that will consume all
SecurityEvent instances emitted but the domain. |
| Modifier and Type | Class and Description |
|---|---|
class |
Rfc3164SyslogEvent
A security audit event indicating that a log with RFC 3164 syslog format is occurring
|
class |
Rfc5424SyslogEvent
A security audit event indicating that a log with RFC 3164 syslog format is occurring
|
class |
SecurityAuthenticationEvent
A security authentication event.
|
class |
SecurityAuthenticationFailedEvent
An event to represent a failed authentication.
|
class |
SecurityAuthenticationSuccessfulEvent
An event to represent a successful authentication.
|
class |
SecurityDefiniteOutcomeEvent
A
SecurityEvent that has a definite outcome of being successful or not. |
class |
SecurityPermissionCheckEvent
A security event relating to a permission check.
|
class |
SecurityPermissionCheckFailedEvent
An event to represent a failed permission check.
|
class |
SecurityPermissionCheckSuccessfulEvent
An event to represent a successful permission check.
|
class |
SecurityRealmUnavailableEvent
A security event signifying unavailable realm.
|
class |
SyslogAuditEvent
An abstract class to be extended by specific syslog audit events to be handled.
|
| Modifier and Type | Method and Description |
|---|---|
R |
SecurityEventVisitor.handleUnknownEvent(SecurityEvent event,
P param)
Handle any unhandled security event.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.