Package org.apache.wss4j.stax.impl
Class InboundWSSecurityContextImpl
java.lang.Object
org.apache.xml.security.stax.impl.AbstractSecurityContextImpl
org.apache.xml.security.stax.impl.InboundSecurityContextImpl
org.apache.wss4j.stax.impl.InboundWSSecurityContextImpl
- All Implemented Interfaces:
WSInboundSecurityContext,org.apache.xml.security.stax.ext.InboundSecurityContext,org.apache.xml.security.stax.ext.SecurityContext,org.apache.xml.security.stax.securityEvent.SecurityEventListener
public class InboundWSSecurityContextImpl
extends org.apache.xml.security.stax.impl.InboundSecurityContextImpl
implements WSInboundSecurityContext
Concrete security context implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidforwardSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) voidhandleBSPRule(BSPRule bspRule) voidignoredBSPRules(List<BSPRule> bspRules) booleanbooleanbooleanisSoap12()voidregisterSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) voidsetAllowRSA15KeyTransportAlgorithm(boolean allowRSA15KeyTransportAlgorithm) voidsetDisableBSPEnforcement(boolean disableBSPEnforcement) voidsetSoap12(boolean soap12) Methods inherited from class org.apache.xml.security.stax.impl.InboundSecurityContextImpl
getRegisteredSecurityTokenProviders, getSecurityTokenProvider, registerSecurityTokenProviderMethods inherited from class org.apache.xml.security.stax.impl.AbstractSecurityContextImpl
addSecurityEventListener, get, getAsList, getAsMap, put, putAsList, putAsMap, putList, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.xml.security.stax.ext.InboundSecurityContext
getRegisteredSecurityTokenProviders, getSecurityTokenProvider, registerSecurityTokenProviderMethods inherited from interface org.apache.xml.security.stax.ext.SecurityContext
addSecurityEventListener, get, getAsList, getAsMap, put, putAsList, putAsMap, putList, remove
-
Constructor Details
-
InboundWSSecurityContextImpl
public InboundWSSecurityContextImpl()
-
-
Method Details
-
registerSecurityEvent
public void registerSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) throws org.apache.xml.security.exceptions.XMLSecurityException - Specified by:
registerSecurityEventin interfaceorg.apache.xml.security.stax.securityEvent.SecurityEventListener- Overrides:
registerSecurityEventin classorg.apache.xml.security.stax.impl.AbstractSecurityContextImpl- Throws:
org.apache.xml.security.exceptions.XMLSecurityException
-
forwardSecurityEvent
protected void forwardSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) throws org.apache.xml.security.exceptions.XMLSecurityException - Overrides:
forwardSecurityEventin classorg.apache.xml.security.stax.impl.InboundSecurityContextImpl- Throws:
org.apache.xml.security.exceptions.XMLSecurityException
-
handleBSPRule
- Specified by:
handleBSPRulein interfaceWSInboundSecurityContext- Throws:
WSSecurityException
-
ignoredBSPRules
- Specified by:
ignoredBSPRulesin interfaceWSInboundSecurityContext
-
isDisableBSPEnforcement
public boolean isDisableBSPEnforcement() -
setDisableBSPEnforcement
public void setDisableBSPEnforcement(boolean disableBSPEnforcement) -
isAllowRSA15KeyTransportAlgorithm
public boolean isAllowRSA15KeyTransportAlgorithm() -
setAllowRSA15KeyTransportAlgorithm
public void setAllowRSA15KeyTransportAlgorithm(boolean allowRSA15KeyTransportAlgorithm) -
isSoap12
public boolean isSoap12() -
setSoap12
public void setSoap12(boolean soap12)
-