Package org.apache.wss4j.stax.ext
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.InboundSecurityContextThe document security context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleBSPRule(BSPRule bspRule)voidignoredBSPRules(List<BSPRule> bspRules)-
Methods inherited from interface org.apache.xml.security.stax.ext.InboundSecurityContext
getRegisteredSecurityTokenProviders, getSecurityTokenProvider, registerSecurityTokenProvider
-
-
-
-
Method Detail
-
handleBSPRule
void handleBSPRule(BSPRule bspRule) throws WSSecurityException
- Throws:
WSSecurityException
-
-