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

java.lang.Object
  extended byorg.apache.ws.security.policy.model.PolicyEngineData
      extended byorg.apache.ws.security.policy.model.Wss10
Direct Known Subclasses:
Wss11

public class Wss10
extends PolicyEngineData


Constructor Summary
Wss10()
           
 
Method Summary
 boolean isMustSupportRefEmbeddedToken()
           
 boolean isMustSupportRefExternalURI()
           
 boolean isMustSupportRefIssuerSerial()
           
 boolean isMustSupportRefKeyIdentifier()
           
 void setMustSupportRefEmbeddedToken(boolean mustSupportRefEmbeddedToken)
           
 void setMustSupportRefExternalURI(boolean mustSupportRefExternalURI)
           
 void setMustSupportRefIssuerSerial(boolean mustSupportRefIssuerSerial)
           
 void setMustSupportRefKeyIdentifier(boolean mustSupportRefKeyIdentifier)
           
 
Methods inherited from class org.apache.ws.security.policy.model.PolicyEngineData
copy, initializeWithDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wss10

public Wss10()
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.


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.