gnu.crypto.auth.callback

Class DefaultCallbackHandler

public class DefaultCallbackHandler extends AbstractCallbackHandler

This trivial implementation of CallbackHandler sets its Callback arguments to default values, with no user interaction.
Constructor Summary
DefaultCallbackHandler()
Method Summary
protected voidhandleChoice(ChoiceCallback c)
protected voidhandleConfirmation(ConfirmationCallback c)
protected voidhandleLanguage(LanguageCallback c)
protected voidhandleName(NameCallback c)
protected voidhandlePassword(PasswordCallback c)
protected voidhandleTextInput(TextInputCallback c)
protected voidhandleTextOutput(TextOutputCallback c)

Constructor Detail

DefaultCallbackHandler

public DefaultCallbackHandler()

Method Detail

handleChoice

protected void handleChoice(ChoiceCallback c)

handleConfirmation

protected void handleConfirmation(ConfirmationCallback c)

handleLanguage

protected void handleLanguage(LanguageCallback c)

handleName

protected void handleName(NameCallback c)

handlePassword

protected void handlePassword(PasswordCallback c)

handleTextInput

protected void handleTextInput(TextInputCallback c)

handleTextOutput

protected void handleTextOutput(TextOutputCallback c)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.