Package rabbit.util

Examples of rabbit.util.SimpleUserHandler


     * @param logger the Logger to output errors/warnings on.
     * @param properties the new configuration of this class.
     */
    public void setup (Logger logger, SProperties properties) {
  String userFile = properties.getProperty ("userfile", "conf/allowed");
  userHandler = new SimpleUserHandler ();
  userHandler.setFile (userFile, logger);
    }
View Full Code Here

TOP

Related Classes of rabbit.util.SimpleUserHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.