Versions Compared

Key

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

Tutorial that provides a brief introduction to JAVA SR Security JAVA  setup, based on a dual module approach.

Table of Contents

...

JAAS

Magnolia CMS uses Sun's Java SE Security usesJava Authentication and Authorization Service (JAAS). JAAS creates two distinct processes for:

...

Each of these classes extends

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

Login Procedure

The following (simplified) login procedure assumes you have two JAAS modules configured:


...