|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.wssecurity.auth.callback.BSTokenCallbackHandler
com.ibm.wsspi.wssecurity.auth.callback.X509CallbackHandler
public class X509CallbackHandler
The X509CallbackHandler
collects the x509Certificate
and sets it in the
X509BSCallback
object.
BSTokenCallbackHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.ibm.wsspi.wssecurity.auth.callback.BSTokenCallbackHandler |
---|
BSTokenCallbackHandler.TokenInformation |
Constructor Summary | |
---|---|
X509CallbackHandler(java.util.Map properties)
Constructs a X509CallbackHandler using a properties
parameter. |
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Sets X509Certificate s into X509BSCallback objects, according to the
KeyInformationConfig list . |
Methods inherited from class com.ibm.wsspi.wssecurity.auth.callback.BSTokenCallbackHandler |
---|
_handle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509CallbackHandler(java.util.Map properties)
X509CallbackHandler
using a properties
parameter.
The properties
parameter should include only stateless information.
properties
- A set of name-value pairs used for the initialization of
a X509CallbackHandler
Method Detail |
---|
public void handle(javax.security.auth.callback.Callback[] callbacks) throws java.io.IOException, javax.security.auth.callback.UnsupportedCallbackException
X509Certificate
s into X509BSCallback
objects, according to the
KeyInformationConfig
list .
callbacks
- An array of Callback
objects provided by the underlying
security service which contains the information
requested to be retrieved or displayed.
java.io.IOException
- If an input or output error occurs.
javax.security.auth.callback.UnsupportedCallbackException
- If the implementation of this method does not support one or more of the
Callback
s specified in the callbacks parameter.CallbackHandler.handle(javax.security.auth.callback.Callback[])
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |