Class SimpleLoginModule

  • All Implemented Interfaces:
    LoginModule

    public class SimpleLoginModule
    extends Object
    implements LoginModule
    This LoginModule authenticates a user with a password. This module comes pre-loaded with one user / password pair and the ability for implementers to add additional pairs. The pre-loaded user is "red5" and their password is "password".
    Author:
    Paul Gregoire (mondain@gmail.com)