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 |
---|---|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
R |
SecurityEventVisitor.handleUnknownEvent(SecurityEvent event,
P param)
Handle any unhandled security event.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.