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