458568 JDBCLoginService javadoc incorrectly references HashLoginService

This commit is contained in:
Jan Bartel 2015-01-27 23:39:05 +01:00
parent a52703cba9
commit f0159e2130
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ import org.eclipse.jetty.util.security.Credential;
/* ------------------------------------------------------------ */
/**
* HashMapped User Realm with JDBC as data source. JDBCLoginService extends
* HashULoginService and adds a method to fetch user information from database.
* HashMapped User Realm with JDBC as data source.
* The login() method checks the inherited Map for the user. If the user is not
* found, it will fetch details from the database and populate the inherited
* Map. It then calls the superclass login() method to perform the actual