public class InboundWSSecurityContextImpl extends org.apache.xml.security.stax.impl.InboundSecurityContextImpl implements WSInboundSecurityContext
Constructor and Description |
---|
InboundWSSecurityContextImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
forwardSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) |
void |
handleBSPRule(BSPRule bspRule) |
void |
ignoredBSPRules(List<BSPRule> bspRules) |
boolean |
isAllowRSA15KeyTransportAlgorithm() |
boolean |
isDisableBSPEnforcement() |
void |
registerSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) |
void |
setAllowRSA15KeyTransportAlgorithm(boolean allowRSA15KeyTransportAlgorithm) |
void |
setDisableBSPEnforcement(boolean disableBSPEnforcement) |
getRegisteredSecurityTokenProviders, getSecurityTokenProvider, registerSecurityTokenProvider
addSecurityEventListener, get, getAsList, getAsMap, put, putAsList, putAsMap, putList, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void registerSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) throws org.apache.xml.security.exceptions.XMLSecurityException
registerSecurityEvent
in interface org.apache.xml.security.stax.securityEvent.SecurityEventListener
registerSecurityEvent
in class org.apache.xml.security.stax.impl.AbstractSecurityContextImpl
org.apache.xml.security.exceptions.XMLSecurityException
protected void forwardSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent) throws org.apache.xml.security.exceptions.XMLSecurityException
forwardSecurityEvent
in class org.apache.xml.security.stax.impl.InboundSecurityContextImpl
org.apache.xml.security.exceptions.XMLSecurityException
public void handleBSPRule(BSPRule bspRule) throws WSSecurityException
handleBSPRule
in interface WSInboundSecurityContext
WSSecurityException
public void ignoredBSPRules(List<BSPRule> bspRules)
ignoredBSPRules
in interface WSInboundSecurityContext
public boolean isDisableBSPEnforcement()
public void setDisableBSPEnforcement(boolean disableBSPEnforcement)
public boolean isAllowRSA15KeyTransportAlgorithm()
public void setAllowRSA15KeyTransportAlgorithm(boolean allowRSA15KeyTransportAlgorithm)
Copyright © 2016 JBoss by Red Hat. All rights reserved.