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

public 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

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

Returns:
The Id string


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