gov.lanl.Authenticator
Class TestUserList

java.lang.Object
  |
  +--gov.lanl.Authenticator.BasicUserList
        |
        +--gov.lanl.Authenticator.TestUserList
All Implemented Interfaces:
UserListInterface

public class TestUserList
extends BasicUserList

Provides a basic user list implementation.

 

Constructor Summary
TestUserList()
           
 
Methods inherited from class gov.lanl.Authenticator.BasicUserList
addUserWithDigest, addUserWithPassword, isUserOk, removeAll, removeExpired, setExpireDuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUserList

public TestUserList()