|
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.websphere.security.auth.callback.WSStdinCallbackHandlerImpl
public class WSStdinCallbackHandlerImpl
The WSStdinCallbackHandlerImpl
gathers the authentication data from STDIN and pushs them
to the login module. These data includes Principal name and password. If the realm name can not
determined at the time of login prompt, a "<default>" realm name will be displayed.
Supported Callback
s:
javax.security.auth.callback.NameCallback
javax.security.auth.callback.PasswordCallback
NameCallback
,
PasswordCallback
Constructor Summary | |
---|---|
WSStdinCallbackHandlerImpl()
Constructor does not do anything except tracing. |
|
WSStdinCallbackHandlerImpl(java.lang.String r_name)
|
|
WSStdinCallbackHandlerImpl(java.lang.String r_name,
java.lang.String t_input)
|
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
This implementation of WSStdinCallbackHandler collect the username and password data
from STDIN and pushes the data to the login module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSStdinCallbackHandlerImpl()
Constructor does not do anything except tracing.
public WSStdinCallbackHandlerImpl(java.lang.String r_name)
public WSStdinCallbackHandlerImpl(java.lang.String r_name, java.lang.String t_input)
Method Detail |
---|
public void handle(javax.security.auth.callback.Callback[] callbacks) throws java.io.IOException, javax.security.auth.callback.UnsupportedCallbackException
This implementation of WSStdinCallbackHandler
collect the username and password data
from STDIN and pushes the data to the login module. If the realm name can not determined at the time
of login prompt, a "<default>" realm name will be displayed.
Use prompt strings of each callback object passed to the method. If there is no prompt string is defined, use WebSphere's default string.
handle
in interface javax.security.auth.callback.CallbackHandler
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.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |