examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/UserDatabase.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    27  * {@link Group}s that can be maintained by an application,
    27  * {@link Group}s that can be maintained by an application,
    28  * along with definitions of corresponding {@link Role}s, and
    28  * along with definitions of corresponding {@link Role}s, and
    29  * referenced by a {@link Realm} for authentication and access control.</p>
    29  * referenced by a {@link Realm} for authentication and access control.</p>
    30  *
    30  *
    31  * @author Craig R. McClanahan
    31  * @author Craig R. McClanahan
    32  * @version $Id: UserDatabase.java,v 1.4 2015-01-28 02:10:53 vrany Exp $
    32  * @version $Id: UserDatabase.java,v 1.5 2015-03-20 12:08:03 vrany Exp $
    33  * @since 4.1
    33  * @since 4.1
    34  */
    34  */
    35 
    35 
    36 public interface UserDatabase {
    36 public interface UserDatabase {
    37 
    37