com.sun.xml.ws.security.opt.impl.dsig
Class TokenProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.dsig.TokenProcessor

public class TokenProcessor
extends Object

TokenProcessor for Signature. Looks at the keyBinding and polulates BuilderResult with appropriate key and KeyInfo

Author:
Ashutosh.Shahi@sun.com

Constructor Summary
TokenProcessor(SignaturePolicy sp, JAXBFilterProcessingContext context)
          Creates a new instance of TokenProcessor
 
Method Summary
 BuilderResult process()
          process the keyBinding and populate BuilderResult with appropriate key and KeyInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenProcessor

public TokenProcessor(SignaturePolicy sp,
                      JAXBFilterProcessingContext context)
Creates a new instance of TokenProcessor

Parameters:
sp - SignaturePolicy
context - the ProcessingContext
Method Detail

process

public BuilderResult process()
                      throws XWSSecurityException
process the keyBinding and populate BuilderResult with appropriate key and KeyInfo

Returns:
BuilderResult populated with appropriate values
Throws:
XWSSecurityException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.