X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Fsecurity%2FJDBCLoginService.java;fp=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Fsecurity%2FJDBCLoginService.java;h=98f7664a8891e6635754d93f297b453dea1fc4e4;hp=30b0a8315bd3707e5a7381ad7a25ed78788392d4;hb=aa5723dbb64ec8efa63909d39ff72364f0a5ee96;hpb=e443f19911df6a30ab07ef70d23970bda671b194 diff --git a/lib/jetty/org/eclipse/jetty/security/JDBCLoginService.java b/lib/jetty/org/eclipse/jetty/security/JDBCLoginService.java index 30b0a831..98f7664a 100644 --- a/lib/jetty/org/eclipse/jetty/security/JDBCLoginService.java +++ b/lib/jetty/org/eclipse/jetty/security/JDBCLoginService.java @@ -1,6 +1,6 @@ // // ======================================================================== -// Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. +// Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v1.0 @@ -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