|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.SAWS.callback.SAWSGUICallbackHandler
public class SAWSGUICallbackHandler
This class represents the callback handler that uses graphical components to interact with the user.
Constructor Summary | |
---|---|
SAWSGUICallbackHandler()
Constructor of the class. |
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Method that handles the callbacks sent as parameter. |
void |
setParentComponent(java.awt.Component parent)
Method that sets the parent component for the pop-up windows opened by this handler during the execution of 'handle' method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAWSGUICallbackHandler()
Method Detail |
---|
public void setParentComponent(java.awt.Component parent)
parent
- The parent component.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 |