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 processoer.
 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 processoer.

Returns:
The Id string


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.