Apache CXF API

org.apache.cxf.ws.security.policy.model
Class RecipientSignatureToken

java.lang.Object
  extended by org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
      extended by org.apache.cxf.ws.security.policy.model.TokenWrapper
          extended by org.apache.cxf.ws.security.policy.model.RecipientSignatureToken
All Implemented Interfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent, org.apache.neethi.PolicyContainingAssertion

public class RecipientSignatureToken
extends TokenWrapper


Field Summary
 
Fields inherited from class org.apache.cxf.ws.security.policy.model.TokenWrapper
builder, token
 
Fields inherited from class org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
constants
 
Constructor Summary
RecipientSignatureToken(SPConstants version, PolicyBuilder b)
           
 
Method Summary
 QName getName()
           
 QName getRealName()
           
 Token getRecipientSignatureToken()
           
 void serialize(javax.xml.stream.XMLStreamWriter writer)
           
 void setRecipientSignatureToken(Token recipientSignatureToken)
           
 
Methods inherited from class org.apache.cxf.ws.security.policy.model.TokenWrapper
getPolicy, getToken, normalize, setToken
 
Methods inherited from class org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
equal, getSPConstants, getType, isIgnorable, isNormalized, isOptional, setIgnorable, setNormalized, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientSignatureToken

public RecipientSignatureToken(SPConstants version,
                               PolicyBuilder b)
Method Detail

getRecipientSignatureToken

public Token getRecipientSignatureToken()
Returns:
Returns the receipientSignatureToken.

setRecipientSignatureToken

public void setRecipientSignatureToken(Token recipientSignatureToken)
Parameters:
receipientToken - The receipientToken to set.

getRealName

public QName getRealName()

getName

public QName getName()

serialize

public void serialize(javax.xml.stream.XMLStreamWriter writer)
               throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

Apache CXF API

Apache CXF