org.apache.ws.security.policy.parser.processors
Class Wss11Processor

java.lang.Object
  extended byorg.apache.ws.security.policy.parser.processors.Wss11Processor

public class Wss11Processor
extends java.lang.Object

Author:
Werner Dittmann (werner@apache.org)

Constructor Summary
Wss11Processor()
           
 
Method Summary
 java.lang.Object doMustSupportRefEmbeddedToken(SecurityProcessorContext spc)
           
 java.lang.Object doMustSupportRefEncryptedKey(SecurityProcessorContext spc)
           
 java.lang.Object doMustSupportRefExternalURI(SecurityProcessorContext spc)
           
 java.lang.Object doMustSupportRefIssuerSerial(SecurityProcessorContext spc)
           
 java.lang.Object doMustSupportRefKeyIdentifier(SecurityProcessorContext spc)
           
 java.lang.Object doMustSupportRefThumbprint(SecurityProcessorContext spc)
           
 java.lang.Object doRequireSignatureConfirmation(SecurityProcessorContext spc)
           
 java.lang.Object doWss11(SecurityProcessorContext spc)
           
 void initializeWss11(SecurityPolicyToken spt)
          Intialize the Wss11 complex token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wss11Processor

public Wss11Processor()
Method Detail

initializeWss11

public void initializeWss11(SecurityPolicyToken spt)
                     throws java.lang.NoSuchMethodException
Intialize the Wss11 complex token. This method creates a copy of the Wss11 token and sets the handler object to the copy. Then it creates copies of the child tokens that are allowed for Wss10. These tokens are: These copies are also initialized with the handler object and then set as child tokens of Wss11.

The handler object that must contain the methods doWss10.

Parameters:
spt - The token that will hold the child tokens.
Throws:
java.lang.NoSuchMethodException

doWss11

public java.lang.Object doWss11(SecurityProcessorContext spc)

doMustSupportRefKeyIdentifier

public java.lang.Object doMustSupportRefKeyIdentifier(SecurityProcessorContext spc)

doMustSupportRefIssuerSerial

public java.lang.Object doMustSupportRefIssuerSerial(SecurityProcessorContext spc)

doMustSupportRefExternalURI

public java.lang.Object doMustSupportRefExternalURI(SecurityProcessorContext spc)

doMustSupportRefEmbeddedToken

public java.lang.Object doMustSupportRefEmbeddedToken(SecurityProcessorContext spc)

doMustSupportRefThumbprint

public java.lang.Object doMustSupportRefThumbprint(SecurityProcessorContext spc)

doMustSupportRefEncryptedKey

public java.lang.Object doMustSupportRefEncryptedKey(SecurityProcessorContext spc)

doRequireSignatureConfirmation

public java.lang.Object doRequireSignatureConfirmation(SecurityProcessorContext spc)


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