org.apache.cxf.ws.security.policy.model
Class Wss10
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.Wss10
- All Implemented Interfaces:
- PolicyAssertion, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
- Direct Known Subclasses:
- Wss11
public class Wss10
- extends AbstractSecurityAssertion
Methods inherited from class org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion |
equal, getSPConstants, getType, isAsserted, isIgnorable, isNormalized, isOptional, normalize, setIgnorable, setNormalized, setOptional |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wss10
public Wss10(SPConstants version)
isMustSupportRefEmbeddedToken
public boolean isMustSupportRefEmbeddedToken()
- Returns:
- Returns the mustSupportRefEmbeddedToken.
setMustSupportRefEmbeddedToken
public void setMustSupportRefEmbeddedToken(boolean mustSupportRefEmbeddedToken)
- Parameters:
mustSupportRefEmbeddedToken
- The mustSupportRefEmbeddedToken to set.
isMustSupportRefExternalURI
public boolean isMustSupportRefExternalURI()
- Returns:
- Returns the mustSupportRefExternalURI.
setMustSupportRefExternalURI
public void setMustSupportRefExternalURI(boolean mustSupportRefExternalURI)
- Parameters:
mustSupportRefExternalURI
- The mustSupportRefExternalURI to set.
isMustSupportRefIssuerSerial
public boolean isMustSupportRefIssuerSerial()
- Returns:
- Returns the mustSupportRefIssuerSerial.
setMustSupportRefIssuerSerial
public void setMustSupportRefIssuerSerial(boolean mustSupportRefIssuerSerial)
- Parameters:
mustSupportRefIssuerSerial
- The mustSupportRefIssuerSerial to set.
isMustSupportRefKeyIdentifier
public boolean isMustSupportRefKeyIdentifier()
- Returns:
- Returns the mustSupportRefKeyIdentifier.
setMustSupportRefKeyIdentifier
public void setMustSupportRefKeyIdentifier(boolean mustSupportRefKeyIdentifier)
- Parameters:
mustSupportRefKeyIdentifier
- The mustSupportRefKeyIdentifier 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