org.apache.ws.security.processor
Interface Processor

All Known Implementing Classes:
BinarySecurityTokenProcessor, DerivedKeyTokenProcessor, EncryptedDataProcessor, EncryptedKeyProcessor, ReferenceListProcessor, SAMLTokenProcessor, SecurityContextTokenProcessor, SignatureConfirmationProcessor, SignatureProcessor, TimestampProcessor, UsernameTokenProcessor

public interface Processor


Method Summary
 java.lang.String getId()
          Get the Id of the processor.
 void handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, java.util.Vector returnResults, WSSConfig config)
           
 

Method Detail

handleToken

void handleToken(org.w3c.dom.Element elem,
                 Crypto crypto,
                 Crypto decCrypto,
                 javax.security.auth.callback.CallbackHandler cb,
                 WSDocInfo wsDocInfo,
                 java.util.Vector returnResults,
                 WSSConfig config)
                 throws WSSecurityException
Throws:
WSSecurityException

getId

java.lang.String getId()
Get the Id of the processor.

Returns:
The Id string


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.