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.InboundSecurityContext

The document security context


Method Summary
 void handleBSPRule(BSPRule bspRule)
           
 void ignoredBSPRules(List<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 Detail

handleBSPRule

void handleBSPRule(BSPRule bspRule)
                   throws WSSecurityException
Throws:
WSSecurityException

ignoredBSPRules

void ignoredBSPRules(List<BSPRule> bspRules)


Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.