X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Fsecurity%2FJDBCLoginService.java;h=98f7664a8891e6635754d93f297b453dea1fc4e4;hb=0c07a64ca0c633fa1e4c867c4d5d12ef19ac23c2;hp=30b0a8315bd3707e5a7381ad7a25ed78788392d4;hpb=ec24cf6925bb3729a644580ad4a9375d05883c62;p=gigi.git 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