Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Tutorial/JAAS"

m
m
Line 9: Line 9:
  
 
The following sections explain how to accomplish this work.
 
The following sections explain how to accomplish this work.
 +
| Details =
  
 
=== Declaring an org.eclipse.jetty.plus.jaas.JAASLogin Service ===
 
=== Declaring an org.eclipse.jetty.plus.jaas.JAASLogin Service ===

Revision as of 11:19, 22 March 2011



Introduction

Using JAAS with Jetty requires that you complete these tasks:

#Declaring an org.eclipse.jetty.plus.jaas.JAASLoginService #Creating a JAAS login module configuration file #Specifying this configuration file on the Jetty run line

The following sections explain how to accomplish this work.

Details

{{{details}}}fckLR



</rolename></password></username></userroleuserfield></userroletable></userrolerolefield></userfield></usertable></credentialfield></password></user>

Back to the top