org.apache.ws.security.processor
Interface Processor
- All Known Implementing Classes:
- DerivedKeyTokenProcessor, 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)
|
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 processoer.
- Returns:
- The Id string
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.