Interface SecurityEventListener

All Known Subinterfaces:
InboundSecurityContext, OutboundSecurityContext, SecurityContext
All Known Implementing Classes:
InboundSecurityContextImpl, OutboundSecurityContextImpl

public interface SecurityEventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Registers a SecurityEvent which will be forwarded to the registered SecurityEventListener
  • Method Details

    • registerSecurityEvent

      void registerSecurityEvent(SecurityEvent securityEvent) throws XMLSecurityException
      Registers a SecurityEvent which will be forwarded to the registered SecurityEventListener
      Parameters:
      securityEvent - The security event for the SecurityEventListener
      Throws:
      XMLSecurityException - when the event will not be accepted (e.g. policy-violation)