public abstract class AbstractSecuredElementSecurityEvent extends AbstractElementSecurityEvent
Constructor and Description |
---|
AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType,
SecurityToken securityToken,
List<XMLSecurityConstants.ContentType> protectionOrder) |
AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType,
SecurityToken securityToken,
List<XMLSecurityConstants.ContentType> protectionOrder,
boolean signed,
boolean encrypted) |
Modifier and Type | Method and Description |
---|---|
List<XMLSecurityConstants.ContentType> |
getProtectionOrder() |
SecurityToken |
getSecurityToken() |
boolean |
isAttachment() |
boolean |
isEncrypted() |
boolean |
isSigned() |
void |
setAttachment(boolean attachment) |
void |
setEncrypted(boolean encrypted) |
void |
setProtectionOrder(List<XMLSecurityConstants.ContentType> protectionOrder) |
void |
setSecurityToken(InboundSecurityToken securityToken) |
void |
setSigned(boolean signed) |
getElementPath, getXmlSecEvent, setElementPath, setXmlSecEvent
getCorrelationID, getSecurityEventType, setCorrelationID
public AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType, SecurityToken securityToken, List<XMLSecurityConstants.ContentType> protectionOrder)
public AbstractSecuredElementSecurityEvent(SecurityEventConstants.Event securityEventType, SecurityToken securityToken, List<XMLSecurityConstants.ContentType> protectionOrder, boolean signed, boolean encrypted)
public SecurityToken getSecurityToken()
public void setSecurityToken(InboundSecurityToken securityToken)
public boolean isSigned()
public void setSigned(boolean signed)
public List<XMLSecurityConstants.ContentType> getProtectionOrder()
public void setProtectionOrder(List<XMLSecurityConstants.ContentType> protectionOrder)
public boolean isEncrypted()
public void setEncrypted(boolean encrypted)
public boolean isAttachment()
public void setAttachment(boolean attachment)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.