Constructor and Description |
---|
BinarySecurityTokenProcessor() |
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getCertificates() |
String |
getId()
Get the Id of the processor.
|
BinarySecurity |
getToken() |
String |
getType() |
void |
handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config) |
public String getId()
public void handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, Vector returnResults, WSSConfig config) throws WSSecurityException
handleToken
in interface Processor
WSSecurityException
public String getType()
public X509Certificate[] getCertificates()
public BinarySecurity getToken()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.