| java.lang.Object winstone.realm.FileRealm
FileRealm | public class FileRealm implements AuthenticationRealm(Code) | | author: rickk version: $Id: FileRealm.java,v 1.4 2006/08/30 04:07:52 rickknowles Exp $ |
Constructor Summary | |
public | FileRealm(Set rolesAllowed, Map args) Constructor - this sets up an authentication realm, using the file
supplied on the command line as a source of userNames/passwords/roles. |
FileRealm | public FileRealm(Set rolesAllowed, Map args)(Code) | | Constructor - this sets up an authentication realm, using the file
supplied on the command line as a source of userNames/passwords/roles.
|
authenticateByUsernamePassword | public AuthenticationPrincipal authenticateByUsernamePassword(String userName, String password)(Code) | | Authenticate the user - do we know them ? Return a principal once we know
them
|
|
|