update sample LoginModule.initialize methods with generics

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P3
    • None
    • Affects Version/s: 5.0
    • Component/s: docs
    • sparc
    • solaris_8

      the javax.security.auth.spi.LoginModule.initialize method definition
      has been generified. therefore the sharedState and options Maps
      are now:

        Map<java.lang.String, ?> sharedState
        Map<java.lang.String, ?> options

      existing documentation at these locations:

        http://java.sun.com/j2se/1.5.0/docs/guide/security/jaas/JAASLMDevGuide.html
        http://java.sun.com/j2se/1.5.0/docs/guide/security/jaas/tutorials/SampleLoginModule.java

      contain example LoginModule implementations that still have
      the old non-generified initialize methods.
      they should be updated - this would cause less developer confusion.

      ###@###.### 2004-06-07

            Assignee:
            Santhosh La (Inactive)
            Reporter:
            Charlie Lai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: