org.apache.cxf.ws.security.policy.model
Class ProtectionToken
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.ProtectionToken
- All Implemented Interfaces:
- PolicyAssertion, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
public class ProtectionToken
- 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 |
isOptional |
Methods inherited from interface org.apache.neethi.PolicyComponent |
equal, getType |
ProtectionToken
public ProtectionToken(PolicyBuilder b)
ProtectionToken
public ProtectionToken(SPConstants version,
PolicyBuilder b)
getProtectionToken
public Token getProtectionToken()
- Returns:
- Returns the protectionToken.
setProtectionToken
public void setProtectionToken(Token protectionToken)
- Parameters:
protectionToken
- The protectionToken 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