Build 1.0_r1

Package javax.security.auth.callback

This package provides all the classes and interfaces needed to interact with the application in order to execute the authentification and authorization processes.

See:
          Description

Interface Summary
Callback  
CallbackHandler  
 

Class Summary
PasswordCallback  
 

Exception Summary
UnsupportedCallbackException  
 

Package javax.security.auth.callback Description

This package provides all the classes and interfaces needed to interact with the application in order to execute the authentification and authorization processes. It is a classical callback mechanism: one retrieves information (i.e. for authentification purposes) and one display some messages (for example error messages).


Build 1.0_r1

Please submit a feedback, bug or feature