Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
      extended by org.apache.cxf.ws.security.policy.model.Wss10
All Implemented Interfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
Direct Known Subclasses:
Wss11

public class Wss10
extends AbstractSecurityAssertion


Field Summary
 
Fields inherited from class org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
constants
 
Constructor Summary
Wss10(SPConstants version)
           
 
Method Summary
 QName getName()
           
 QName getRealName()
           
 boolean isMustSupportRefEmbeddedToken()
           
 boolean isMustSupportRefExternalURI()
           
 boolean isMustSupportRefIssuerSerial()
           
 boolean isMustSupportRefKeyIdentifier()
           
 void serialize(javax.xml.stream.XMLStreamWriter writer)
           
 void setMustSupportRefEmbeddedToken(boolean mustSupportRefEmbeddedToken)
           
 void setMustSupportRefExternalURI(boolean mustSupportRefExternalURI)
           
 void setMustSupportRefIssuerSerial(boolean mustSupportRefIssuerSerial)
           
 void setMustSupportRefKeyIdentifier(boolean mustSupportRefKeyIdentifier)
           
 
Methods inherited from class org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
equal, getSPConstants, getType, 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
 

Constructor Detail

Wss10

public Wss10(SPConstants version)
Method Detail

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 API

Apache CXF