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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private List<XMLSecurityConstants.ContentType>
private SecurityToken
private boolean
-
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 TypeMethodDescriptionboolean
boolean
boolean
isSigned()
void
setAttachment
(boolean attachment) void
setEncrypted
(boolean encrypted) void
setProtectionOrder
(List<XMLSecurityConstants.ContentType> protectionOrder) void
setSecurityToken
(InboundSecurityToken securityToken) void
setSigned
(boolean signed) 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
-
Field Details
-
attachment
private boolean attachment -
signed
private boolean signed -
encrypted
private boolean encrypted -
securityToken
-
protectionOrder
-
-
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)
-