Class TokenProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.dsig.TokenProcessor
TokenProcessor for Signature. Looks at the keyBinding and
polulates BuilderResult with appropriate key and KeyInfo
- Author:
- Ashutosh.Shahi@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionTokenProcessor(SignaturePolicy sp, JAXBFilterProcessingContext context) Creates a new instance of TokenProcessor -
Method Summary
Modifier and TypeMethodDescriptionprocess()process the keyBinding and populate BuilderResult with appropriate key and KeyInfo
-
Constructor Details
-
TokenProcessor
Creates a new instance of TokenProcessor- Parameters:
sp- SignaturePolicycontext- the ProcessingContext
-
-
Method Details
-
process
process the keyBinding and populate BuilderResult with appropriate key and KeyInfo- Returns:
BuilderResultpopulated with appropriate values- Throws:
XWSSecurityException
-