org.objectweb.jonas.security.realm.web.jetty50.JAAS Class Reference

Inherits org.objectweb.jonas.security.realm.web.jetty50.Standard.

Inheritance diagram for org.objectweb.jonas.security.realm.web.jetty50.JAAS:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas.security.realm.web.jetty50.JAAS:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JAAS ()
 JAAS (String name)
Principal authenticate (String username, Object credentials, HttpRequest request)

Detailed Description

Implementation of a JAAS Realm. (by a wrapper) It uses the entry JAAS_CONFIG_NAME from the JAAS config file
Author:
Alexandre Thaveau (JAAS support with JOnAS)

Marc-Antoine Bourgeot (JAAS support with JOnAS)

Florent Benoit (Jetty 5.x)

Definition at line 60 of file JAAS.java.


Constructor & Destructor Documentation

org.objectweb.jonas.security.realm.web.jetty50.JAAS.JAAS  ) 
 

Default Constructor

Definition at line 70 of file JAAS.java.

org.objectweb.jonas.security.realm.web.jetty50.JAAS.JAAS String  name  ) 
 

Default Constructor

Parameters:
name of the realm

Definition at line 78 of file JAAS.java.

References org.objectweb.jonas.security.realm.web.jetty50.Standard.setName().

Here is the call graph for this function:


Member Function Documentation

Principal org.objectweb.jonas.security.realm.web.jetty50.JAAS.authenticate String  username,
Object  credentials,
HttpRequest  request
 

Authenticate a user with a specific username and credentials

Parameters:
username name of the user
credentials credential of the user
request httprequest
Returns:
a Jetty principal

Reimplemented from org.objectweb.jonas.security.realm.web.jetty50.Standard.

Definition at line 90 of file JAAS.java.

References org.objectweb.jonas.security.realm.web.jetty50.Standard.addUser(), org.objectweb.jonas.security.realm.web.jetty50.Standard.getLogger(), org.objectweb.jonas.security.realm.web.jetty50.Standard.getUsers(), org.objectweb.jonas.security.realm.web.jetty50.Standard.removeUser(), and org.objectweb.security.context.SecurityCurrent.setSecurityContext().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:59 2005 for JOnAS by  doxygen 1.3.9.1