h1. Synopsis | |
${project.name} | |
${project.description} | |
Maven URL | |
[mvn:${pct.groupId}/${project.artifactId}/${project.version}] | |
h1. Description | |
This bundle provides JAAS classes loaded during the Karaf boot process. | |
In particular, it provides the ProxyLoginModule. | |
The ProxyLoginModule is an OSGi proxy login module that should be used instead of a plain reference to | |
a given login module. It takes two properties, the name of the login module class, and the bundle to be used | |
to load it. | |
This class must be loadable from modules, so it has to be either in a fragment bundle attached to the | |
system bundle or be made available through boot delegation class path. | |
h1. See also | |
Security - section of the Karaf User GuideSecurity Framework - section of the Karaf Dever Guide |