public class SecurityEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityEvent.Type |
| Constructor and Description |
|---|
SecurityEvent(SecurityEvent.Type eventType,
io.quarkus.security.identity.SecurityIdentity securityIdentity) |
| Modifier and Type | Method and Description |
|---|---|
SecurityEvent.Type |
getEventType() |
io.quarkus.security.identity.SecurityIdentity |
getSecurityIdentity() |
public SecurityEvent(SecurityEvent.Type eventType, io.quarkus.security.identity.SecurityIdentity securityIdentity)
public SecurityEvent.Type getEventType()
public io.quarkus.security.identity.SecurityIdentity getSecurityIdentity()
Copyright © 2021 JBoss by Red Hat. All rights reserved.