org.apache.wss4j.policy.model
Class EncryptedParts

java.lang.Object
  extended by org.apache.wss4j.policy.model.AbstractSecurityAssertion
      extended by org.apache.wss4j.policy.model.RequiredParts
          extended by org.apache.wss4j.policy.model.SignedParts
              extended by org.apache.wss4j.policy.model.EncryptedParts
All Implemented Interfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent

public class EncryptedParts
extends SignedParts


Constructor Summary
EncryptedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers)
           
 
Method Summary
protected  AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
           
 QName getName()
           
 
Methods inherited from class org.apache.wss4j.policy.model.SignedParts
getAttachments, isBody, isSignAllHeaders, serialize, setAttachments, setBody, setSignAllHeaders
 
Methods inherited from class org.apache.wss4j.policy.model.RequiredParts
addHeader, getHeaders
 
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

EncryptedParts

public EncryptedParts(SPConstants.SPVersion version,
                      boolean body,
                      Attachments attachments,
                      List<Header> headers)
Method Detail

getName

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

cloneAssertion

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


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