Interface WSInboundSecurityContext

All Superinterfaces:
org.apache.xml.security.stax.ext.InboundSecurityContext, org.apache.xml.security.stax.ext.SecurityContext, org.apache.xml.security.stax.securityEvent.SecurityEventListener
All Known Implementing Classes:
InboundWSSecurityContextImpl

public interface WSInboundSecurityContext extends org.apache.xml.security.stax.ext.InboundSecurityContext
The document security context
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleBSPRule(org.apache.wss4j.common.bsp.BSPRule bspRule)
     
    void
    ignoredBSPRules(List<org.apache.wss4j.common.bsp.BSPRule> bspRules)
     

    Methods inherited from interface org.apache.xml.security.stax.ext.InboundSecurityContext

    getRegisteredSecurityTokenProviders, getSecurityTokenProvider, registerSecurityTokenProvider

    Methods inherited from interface org.apache.xml.security.stax.ext.SecurityContext

    addSecurityEventListener, get, getAsList, getAsMap, put, putAsList, putAsMap, putList, remove

    Methods inherited from interface org.apache.xml.security.stax.securityEvent.SecurityEventListener

    registerSecurityEvent
  • Method Details

    • handleBSPRule

      void handleBSPRule(org.apache.wss4j.common.bsp.BSPRule bspRule) throws org.apache.wss4j.common.ext.WSSecurityException
      Throws:
      org.apache.wss4j.common.ext.WSSecurityException
    • ignoredBSPRules

      void ignoredBSPRules(List<org.apache.wss4j.common.bsp.BSPRule> bspRules)