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

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

public class Trust10Processor
extends java.lang.Object

Author:
Werner Dittmann (werner@apache.org)

Constructor Summary
Trust10Processor()
           
 
Method Summary
 java.lang.Object doMustSupportClientChallenge(SecurityProcessorContext spc)
           
 java.lang.Object doMustSupportIssuedTokens(SecurityProcessorContext spc)
           
 java.lang.Object doMustSupportServerChallenge(SecurityProcessorContext spc)
           
 java.lang.Object doRequireClientEntropy(SecurityProcessorContext spc)
           
 java.lang.Object doRequireServerEntropy(SecurityProcessorContext spc)
           
 java.lang.Object doTrust10(SecurityProcessorContext spc)
           
 void initializeTrust10(SecurityPolicyToken spt)
          Intialize the Trust10 complex token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trust10Processor

public Trust10Processor()
Method Detail

initializeTrust10

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

The handler object that must contain the methods doTrust10.

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

doTrust10

public java.lang.Object doTrust10(SecurityProcessorContext spc)

doMustSupportClientChallenge

public java.lang.Object doMustSupportClientChallenge(SecurityProcessorContext spc)

doMustSupportServerChallenge

public java.lang.Object doMustSupportServerChallenge(SecurityProcessorContext spc)

doRequireClientEntropy

public java.lang.Object doRequireClientEntropy(SecurityProcessorContext spc)

doRequireServerEntropy

public java.lang.Object doRequireServerEntropy(SecurityProcessorContext spc)

doMustSupportIssuedTokens

public java.lang.Object doMustSupportIssuedTokens(SecurityProcessorContext spc)


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