Package javax.security.auth.callback
-
Interface Summary Interface Description Callback Defines an empty base interface for allCallbacks used during authentication.CallbackHandler Needs to be implemented by classes that want to handle authenticationCallbacks. -
Class Summary Class Description PasswordCallback Used in conjunction with aCallbackHandlerto retrieve a password when needed. -
Exception Summary Exception Description UnsupportedCallbackException Thrown when aCallbackHandlerdoes not support a particularCallback.