Class AbstractSecuredElementSecurityEvent
java.lang.Object
org.apache.xml.security.stax.securityEvent.SecurityEvent
org.apache.xml.security.stax.securityEvent.AbstractElementSecurityEvent
org.apache.xml.security.stax.securityEvent.AbstractSecuredElementSecurityEvent
- Direct Known Subclasses:
ContentEncryptedElementSecurityEvent,EncryptedElementSecurityEvent,SignedElementSecurityEvent
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType, SecurityToken securityToken, List<XMLSecurityConstants.ContentType> protectionOrder) AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType, SecurityToken securityToken, List<XMLSecurityConstants.ContentType> protectionOrder, boolean signed, boolean encrypted) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanisSigned()voidsetAttachment(boolean attachment) voidsetEncrypted(boolean encrypted) voidsetProtectionOrder(List<XMLSecurityConstants.ContentType> protectionOrder) voidsetSecurityToken(InboundSecurityToken securityToken) voidsetSigned(boolean signed) Methods 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
-
AbstractSecuredElementSecurityEvent
public AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType, SecurityToken securityToken, List<XMLSecurityConstants.ContentType> protectionOrder) -
AbstractSecuredElementSecurityEvent
public AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType, SecurityToken securityToken, List<XMLSecurityConstants.ContentType> protectionOrder, boolean signed, boolean encrypted)
-
-
Method Details
-
getSecurityToken
-
setSecurityToken
-
isSigned
public boolean isSigned() -
setSigned
public void setSigned(boolean signed) -
getProtectionOrder
-
setProtectionOrder
-
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted) -
isAttachment
public boolean isAttachment() -
setAttachment
public void setAttachment(boolean attachment)
-