org.apache.ws.security.policy.model
Class Wss10
java.lang.Object
org.apache.ws.security.policy.model.PolicyEngineData
org.apache.ws.security.policy.model.Wss10
- Direct Known Subclasses:
- Wss11
- public class Wss10
- extends PolicyEngineData
Constructor Summary |
Wss10()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wss10
public Wss10()
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.
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.