|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas.security.realm.web.jetty50.Standard
org.objectweb.jonas.security.realm.web.jetty50.JAAS
public class JAAS
Implementation of a JAAS Realm. (by a wrapper) It uses the entry JAAS_CONFIG_NAME from the JAAS config file
| Constructor Summary | |
|---|---|
JAAS()
Default Constructor |
|
JAAS(java.lang.String name)
Default Constructor |
|
| Method Summary | |
|---|---|
java.security.Principal |
authenticate(java.lang.String username,
java.lang.Object credentials,
org.mortbay.http.HttpRequest request)
Authenticate a user with a specific username and credentials |
| Methods inherited from class org.objectweb.jonas.security.realm.web.jetty50.Standard |
|---|
addUser, disassociate, getLogger, getName, getPrincipal, getUsers, isAuthenticated, isUserInRole, logout, popRole, pushRole, reauthenticate, removeUser, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAAS()
public JAAS(java.lang.String name)
name - of the realm| Method Detail |
|---|
public java.security.Principal authenticate(java.lang.String username,
java.lang.Object credentials,
org.mortbay.http.HttpRequest request)
authenticate in interface org.mortbay.http.UserRealmauthenticate in class Standardusername - name of the usercredentials - credential of the userrequest - httprequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||