org.apache.wss4j.policy.model
Class EncryptedElements

java.lang.Object
  extended by org.apache.wss4j.policy.model.AbstractSecurityAssertion
      extended by org.apache.wss4j.policy.model.RequiredElements
          extended by org.apache.wss4j.policy.model.EncryptedElements
All Implemented Interfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
Direct Known Subclasses:
ContentEncryptedElements

public class EncryptedElements
extends RequiredElements


Constructor Summary
EncryptedElements(SPConstants.SPVersion version, String xPathVersion, List<XPath> xPaths)
           
 
Method Summary
protected  AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
           
 QName getName()
           
 
Methods inherited from class org.apache.wss4j.policy.model.RequiredElements
getXPaths, getXPathVersion, serialize, setXPathVersion
 
Methods inherited from class org.apache.wss4j.policy.model.AbstractSecurityAssertion
clone, equal, getType, getVersion, isAsserted, isIgnorable, isNormalized, isOptional, normalize, normalize, serialize, setIgnorable, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedElements

public EncryptedElements(SPConstants.SPVersion version,
                         String xPathVersion,
                         List<XPath> xPaths)
Method Detail

getName

public QName getName()
Specified by:
getName in interface org.apache.neethi.Assertion
Overrides:
getName in class RequiredElements

cloneAssertion

protected AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
Overrides:
cloneAssertion in class RequiredElements


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.