Interface SecurityEventListener
- All Known Subinterfaces:
InboundSecurityContext,OutboundSecurityContext,SecurityContext
- All Known Implementing Classes:
InboundSecurityContextImpl,OutboundSecurityContextImpl
public interface SecurityEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterSecurityEvent(SecurityEvent securityEvent) Registers a SecurityEvent which will be forwarded to the registered SecurityEventListener
-
Method Details
-
registerSecurityEvent
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)
-