/[classpath]/classpath/javax/security/auth/spi/LoginModule.java
ViewVC logotype

Diff of /classpath/javax/security/auth/spi/LoginModule.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.1.2.3 by tromey, Tue Nov 29 14:50:55 2005 UTC
# Line 95  public interface LoginModule Line 95  public interface LoginModule
95     * @param options A mapping of options given to this module.     * @param options A mapping of options given to this module.
96     */     */
97    void initialize(Subject subject, CallbackHandler handler,    void initialize(Subject subject, CallbackHandler handler,
98                    Map sharedState, Map options);                    Map<String, ?> sharedState, Map<String, ?> options);
99    
100    /**    /**
101     * Authenticates a subject to the system. This is the primary     * Authenticates a subject to the system. This is the primary

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26