Interface SecurityEvent

All Known Implementing Classes:
AbstractSecurityEvent, AuthenticationFailureEvent, AuthenticationSuccessEvent, AuthorizationFailureEvent, AuthorizationSuccessEvent

public interface SecurityEvent
Common interface for all CDI security events, which allows to consume all the events.
  • Method Details

    • getSecurityIdentity

      io.quarkus.security.identity.SecurityIdentity getSecurityIdentity()
      Returns:
      SecurityIdentity or null when not available
    • getEventProperties

      Map<String,Object> getEventProperties()
      Returns:
      map of event-specific properties; must never be null