Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • one for user login and password authentication, and
  • one for authorization of user and password.

Each of these classes extend:extends

Javadoc
info.magnolia.jaas.sp.AbstractLoginModule
info.magnolia.jaas.sp.AbstractLoginModule
. You can use this framework to implement your own login logic.

...

As Magnolia is to be the secondary user management method used, it is necessary you have to use the following modifier:

...