org.apache.wss4j.stax.securityEvent
Class EncryptedPartSecurityEvent

java.lang.Object
  extended by org.apache.xml.security.stax.securityEvent.SecurityEvent
      extended by org.apache.xml.security.stax.securityEvent.AbstractElementSecurityEvent
          extended by org.apache.xml.security.stax.securityEvent.AbstractSecuredElementSecurityEvent
              extended by org.apache.wss4j.stax.securityEvent.EncryptedPartSecurityEvent

public class EncryptedPartSecurityEvent
extends org.apache.xml.security.stax.securityEvent.AbstractSecuredElementSecurityEvent


Constructor Summary
EncryptedPartSecurityEvent(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken, boolean encrypted, List<org.apache.xml.security.stax.ext.XMLSecurityConstants.ContentType> protectionOrder)
           
 
Method Summary
 
Methods inherited from class org.apache.xml.security.stax.securityEvent.AbstractSecuredElementSecurityEvent
getProtectionOrder, getSecurityToken, isEncrypted, isSigned, setEncrypted, setProtectionOrder, setSecurityToken, setSigned
 
Methods inherited from class org.apache.xml.security.stax.securityEvent.AbstractElementSecurityEvent
getElementPath, getXmlSecEvent, setElementPath, setXmlSecEvent
 
Methods inherited from class org.apache.xml.security.stax.securityEvent.SecurityEvent
getCorrelationID, getSecurityEventType, setCorrelationID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedPartSecurityEvent

public EncryptedPartSecurityEvent(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken,
                                  boolean encrypted,
                                  List<org.apache.xml.security.stax.ext.XMLSecurityConstants.ContentType> protectionOrder)


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