Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
JBoss Application Server 4.0.4
Package:
org.jboss.security.auth.spi
Class
public
class
SimpleServerLoginModule
extends
UsernamePasswordLoginModule
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
$Revision:
Author(s)
Oleg Nitz
, Scott.Stark@jboss.org
A simple server login module useful to quick setup of security for testing purposes. It implements the following simple algorithm:
if password is null, authenticate the user and assign an identity of "guest" and a role of "guest".
else if password is equal to the user name, assign an identity equal to the username and both "user" and "guest" roles
else authentication fails.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact