Uses of Enum Class
io.quarkus.oidc.SecurityEvent.Type
Packages that use SecurityEvent.Type
-
Uses of SecurityEvent.Type in io.quarkus.oidc
Methods in io.quarkus.oidc that return SecurityEvent.TypeModifier and TypeMethodDescriptionSecurityEvent.getEventType()static SecurityEvent.TypeReturns the enum constant of this class with the specified name.static SecurityEvent.Type[]SecurityEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.oidc with parameters of type SecurityEvent.TypeModifierConstructorDescriptionSecurityEvent(SecurityEvent.Type eventType, io.quarkus.security.identity.SecurityIdentity securityIdentity) SecurityEvent(SecurityEvent.Type eventType, Map<String, Object> eventProperties)