...
public class RMROracleJBossLoginModule
        extends UsernamePasswordLoginModule {

...
    public void initialize(Subject arg0, CallbackHandler arg1, Map arg2,
        Map arg3) {
        super.initialize(arg0, arg1, arg2, arg3);
        ...
        }

}


    [javac] 
C:\code\weblib\src\java\gov\wapa\rmr\web\security\OracleJBossLoginModule.java:406: 
abstract method 
initialize(javax.security.auth.Subject,javax.security.auth.callback.CallbackHandler,java.util.Map<java.lang.String,?>,java.util.Map<java.lang.String,?>)
 in javax.security.auth.spi.LoginModule cannot be accessed directly
    [javac] super.initialize(arg0, arg1, arg2, arg3);


Note: even though I extend UserNameLoginModule the error indicates I can't directly 
access javax.security.auth.spi.LoginModule.  

This code compiles correctly under jdk1.4.2_05.  Any thoughts?
Did the signature change for 1.5?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852743#3852743

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852743


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to