FileDocCategorySizeDatePackage
Authenticator.javaAPI DocExample1429Mon Apr 03 17:21:48 BST 2000com.imaginary.lwp

Authenticator

public interface Authenticator
Authenticates a user ID/password pair. Different applications may provide their own authenticator and specify them in their LWP configuration file using the "imaginary.lwp.authenticator" property.
Last modified $Date: 1999/11/07 19:32:25 $
version
$Revision: 1.2 $
author
George Reese (borg@imaginary.com)

Fields Summary
Constructors Summary
Methods Summary
public voidauthenticate(java.lang.String uid, java.lang.String pw)
Authenticates the specified user ID against the specified password.

param
uid the user ID to authenticate
param
pw the password to use for authentication
throws
com.imaginary.lwp.AuthenticationException the user ID failed to authenticate against the specified password

public voidauthenticate(java.lang.String uid, java.lang.String pw, AuthenticationRole r)
Authenticates the specified user ID against the specified password.

param
uid the user ID to authenticate
param
pw the password to use for authentication
param
r the role to authenticate for
throws
com.imaginary.lwp.AuthenticationException the user ID failed to authenticate against the specified password