org.apache.ws.security.processor
Class ReferenceListProcessor
java.lang.Object
org.apache.ws.security.processor.ReferenceListProcessor
- All Implemented Interfaces:
- Processor
public class ReferenceListProcessor
- extends java.lang.Object
- implements Processor
Method Summary |
void |
decryptDataRefEmbedded(org.w3c.dom.Document doc,
java.lang.String dataRefURI,
javax.security.auth.callback.CallbackHandler cb,
Crypto crypto)
|
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 wdi,
java.util.Vector returnResults,
WSSConfig wsc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceListProcessor
public ReferenceListProcessor()
handleToken
public void handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wdi,
java.util.Vector returnResults,
WSSConfig wsc)
throws WSSecurityException
- Specified by:
handleToken
in interface Processor
- Throws:
WSSecurityException
decryptDataRefEmbedded
public void decryptDataRefEmbedded(org.w3c.dom.Document doc,
java.lang.String dataRefURI,
javax.security.auth.callback.CallbackHandler cb,
Crypto crypto)
throws WSSecurityException
- Throws:
WSSecurityException
getId
public java.lang.String getId()
- Description copied from interface:
Processor
- Get the Id of the processoer.
- Specified by:
getId
in interface Processor
- Returns:
- The Id string
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.