| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CallbackHandler | |
| javax.security.auth.login | This package provides a pluggable authentication framework. | 
| javax.security.auth.spi | This package provides the interface to be used for implementing pluggable authentication modules. | 
| Uses of CallbackHandler in javax.security.auth.login | 
| Constructors in javax.security.auth.login with parameters of type CallbackHandler | |
LoginContext(String name,
             CallbackHandler callbackHandler)
Constructor for the LoginContext class. | 
|
LoginContext(String name,
             Subject subject,
             CallbackHandler callbackHandler)
Constructor for the LoginContext class. | 
|
| Uses of CallbackHandler in javax.security.auth.spi | 
| Methods in javax.security.auth.spi with parameters of type CallbackHandler | |
 void | 
LoginModule.initialize(Subject subject,
           CallbackHandler callbackHandler,
           Map sharedState,
           Map options)
Initialize this LoginModule.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.