|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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
public abstract class BSTokenCallbackHandler
This is an abstract class of a CallbackHandler
for the binary security tokens.
CallbackHandler
Nested Class Summary | |
---|---|
protected static class |
BSTokenCallbackHandler.TokenInformation
|
Constructor Summary | |
---|---|
protected |
BSTokenCallbackHandler(java.util.Map properties)
Constructs a BSTokenCallbackHandler using a properties
parameter. |
Method Summary | |
---|---|
BSTokenCallbackHandler.TokenInformation |
_handle(javax.security.auth.callback.Callback[] callbacks)
Gathers configuration data to be used by CallbackHandler s that extend this abstract class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.security.auth.callback.CallbackHandler |
---|
handle |
Constructor Detail |
---|
protected BSTokenCallbackHandler(java.util.Map properties)
BSTokenCallbackHandler
using a properties
parameter.
The properties
parameter should include only stateless information.
properties
- A set of name-value pairs.Method Detail |
---|
public BSTokenCallbackHandler.TokenInformation _handle(javax.security.auth.callback.Callback[] callbacks) throws java.io.IOException, javax.security.auth.callback.UnsupportedCallbackException
CallbackHandler
s that extend this abstract class.
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 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |