org.apache.ws.security.policy.parser.processors
Class Wss10Processor
java.lang.Object
org.apache.ws.security.policy.parser.processors.Wss10Processor
- public class Wss10Processor
- extends java.lang.Object
- Author:
- Werner Dittmann (werner@apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wss10Processor
public Wss10Processor()
initializeWss10
public void initializeWss10(SecurityPolicyToken spt)
throws java.lang.NoSuchMethodException
- Intialize the Wss10 complex token.
This method creates a copy of the Wss10 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 Wss10.
The handler object that must contain the methods
doWss10
.
- Parameters:
spt
- The token that will hold the child tokens.
- Throws:
java.lang.NoSuchMethodException
doWss10
public java.lang.Object doWss10(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)
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.