Uses of Interface
javax.security.auth.callback.Callback
Packages that use Callback
Package
Description
Provides an implementation of
 
CallbackHandler.This package provides the classes necessary for services
 to interact with applications in order to retrieve
 information (authentication data including usernames
 or passwords, for example) or to display information
 (error and warning messages, for example).
Contains class and interfaces for supporting SASL.
- 
Uses of Callback in com.sun.security.auth.callbackMethods in com.sun.security.auth.callback with parameters of type Callback
- 
Uses of Callback in javax.security.auth.callbackClasses in javax.security.auth.callback that implement CallbackModifier and TypeClassDescriptionclassUnderlying security services instantiate and pass aChoiceCallbackto thehandlemethod of aCallbackHandlerto display a list of choices and to retrieve the selected choice(s).classUnderlying security services instantiate and pass aConfirmationCallbackto thehandlemethod of aCallbackHandlerto ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.classUnderlying security services instantiate and pass aLanguageCallbackto thehandlemethod of aCallbackHandlerto retrieve theLocaleused for localizing text.classUnderlying security services instantiate and pass aNameCallbackto thehandlemethod of aCallbackHandlerto retrieve name information.classUnderlying security services instantiate and pass aPasswordCallbackto thehandlemethod of aCallbackHandlerto retrieve password information.classUnderlying security services instantiate and pass aTextInputCallbackto thehandlemethod of aCallbackHandlerto retrieve generic text information.classUnderlying security services instantiate and pass aTextOutputCallbackto thehandlemethod of aCallbackHandlerto display information messages, warning messages and error messages.Methods in javax.security.auth.callback that return CallbackModifier and TypeMethodDescriptionUnsupportedCallbackException.getCallback()Get the unrecognizedCallback.Methods in javax.security.auth.callback with parameters of type CallbackModifier and TypeMethodDescriptionvoidRetrieve or display the information requested in the provided Callbacks.Constructors in javax.security.auth.callback with parameters of type CallbackModifierConstructorDescriptionUnsupportedCallbackException(Callback callback)Constructs anUnsupportedCallbackExceptionwith no detail message.UnsupportedCallbackException(Callback callback, String msg)Constructs a UnsupportedCallbackException with the specified detail message.
- 
Uses of Callback in javax.security.saslClasses in javax.security.sasl that implement CallbackModifier and TypeClassDescriptionclassThis callback is used bySaslServerto determine whether one entity (identified by an authenticated authentication id) can act on behalf of another entity (identified by an authorization id).classThis callback is used bySaslClientandSaslServerto retrieve realm information.classThis callback is used bySaslClientandSaslServerto obtain a realm given a list of realm choices.