Class SignedPartSecurityEvent
java.lang.Object
org.apache.xml.security.stax.securityEvent.SecurityEvent
org.apache.xml.security.stax.securityEvent.AbstractElementSecurityEvent
org.apache.xml.security.stax.securityEvent.AbstractSecuredElementSecurityEvent
org.apache.wss4j.stax.securityEvent.SignedPartSecurityEvent
public class SignedPartSecurityEvent
extends org.apache.xml.security.stax.securityEvent.AbstractSecuredElementSecurityEvent
-
Constructor Summary
ConstructorsConstructorDescriptionSignedPartSecurityEvent(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken, boolean signed, 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, isAttachment, isEncrypted, isSigned, setAttachment, setEncrypted, setProtectionOrder, setSecurityToken, setSignedMethods inherited from class org.apache.xml.security.stax.securityEvent.AbstractElementSecurityEvent
getElementPath, getXmlSecEvent, setElementPath, setXmlSecEventMethods inherited from class org.apache.xml.security.stax.securityEvent.SecurityEvent
getCorrelationID, getSecurityEventType, setCorrelationID
-
Constructor Details
-
SignedPartSecurityEvent
public SignedPartSecurityEvent(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken, boolean signed, List<org.apache.xml.security.stax.ext.XMLSecurityConstants.ContentType> protectionOrder)
-