org.apache.xml.security.stax.securityEvent
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
public abstract class AbstractSecuredElementSecurityEvent
- extends AbstractElementSecurityEvent
- Version:
- $Revision: $ $Date: $
- Author:
- $Author: $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getSecurityToken
public SecurityToken getSecurityToken()
setSecurityToken
public void setSecurityToken(InboundSecurityToken securityToken)
isSigned
public boolean isSigned()
setSigned
public void setSigned(boolean signed)
getProtectionOrder
public List<XMLSecurityConstants.ContentType> getProtectionOrder()
setProtectionOrder
public void setProtectionOrder(List<XMLSecurityConstants.ContentType> protectionOrder)
isEncrypted
public boolean isEncrypted()
setEncrypted
public void setEncrypted(boolean encrypted)
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.