Class 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 Detail

      • InboundWSSecurityContextImpl

        public InboundWSSecurityContextImpl()
    • Method Detail

      • registerSecurityEvent

        public void registerSecurityEvent​(org.apache.xml.security.stax.securityEvent.SecurityEvent securityEvent)
                                   throws org.apache.xml.security.exceptions.XMLSecurityException
        Specified by:
        registerSecurityEvent in interface org.apache.xml.security.stax.securityEvent.SecurityEventListener
        Overrides:
        registerSecurityEvent in class org.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:
        forwardSecurityEvent in class org.apache.xml.security.stax.impl.InboundSecurityContextImpl
        Throws:
        org.apache.xml.security.exceptions.XMLSecurityException
      • 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)