ContentEncryptedElementSecurityEvent
, EncryptedElementSecurityEvent
, SignedElementSecurityEvent
public abstract class AbstractSecuredElementSecurityEvent extends AbstractElementSecurityEvent
Constructor | 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 | 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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–2018 The Apache Software Foundation. All rights reserved.