|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.SAWS.callback.SAWSCmdPromptCallbackHandler
public class SAWSCmdPromptCallbackHandler
This class represents the callback handler that uses the command prompt to interact with the user.
Constructor Summary | |
---|---|
SAWSCmdPromptCallbackHandler()
Constructor of the class. |
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Method that handles the callbacks sent as parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAWSCmdPromptCallbackHandler()
Method Detail |
---|
public void handle(javax.security.auth.callback.Callback[] callbacks) throws javax.security.auth.callback.UnsupportedCallbackException
handle
in interface javax.security.auth.callback.CallbackHandler
callbacks
- The list of callbacks to be handled.
javax.security.auth.callback.UnsupportedCallbackException
- If one of the callbacks are not known (supported).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |