458568 JDBCLoginService javadoc incorrectly references HashLoginService
This commit is contained in:
parent
a52703cba9
commit
f0159e2130
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue