Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
javax.security.auth.callback

Classes in javax.security.auth.callback used by javax.security.auth.callback
Callback
          Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.
UnsupportedCallbackException
          Signals that a CallbackHandler does not recognize a particular Callback.