org.apache.cxf.ws.security.policy.model
Class EncryptionToken
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.TokenWrapper
org.apache.cxf.ws.security.policy.model.EncryptionToken
- All Implemented Interfaces:
- PolicyAssertion, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent, org.apache.neethi.PolicyContainingAssertion
public class EncryptionToken
- extends TokenWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.neethi.Assertion |
isIgnorable, isOptional |
Methods inherited from interface org.apache.neethi.PolicyComponent |
equal, getType |
Methods inherited from interface org.apache.neethi.Assertion |
isIgnorable, isOptional |
Methods inherited from interface org.apache.neethi.PolicyComponent |
equal, getType |
EncryptionToken
public EncryptionToken(SPConstants version,
PolicyBuilder b)
getEncryptionToken
public Token getEncryptionToken()
- Returns:
- Returns the encryptionToken.
setEncryptionToken
public void setEncryptionToken(Token encryptionToken)
- Parameters:
encryptionToken
- The encryptionToken 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