Package org.apache.tomcat.deploy

Examples of org.apache.tomcat.deploy.LoginConfig


     *
     * @param config The new login configuration
     */
    public void setLoginConfig(LoginConfig config) {

  LoginConfig oldLoginConfig = this.loginConfig;
  this.loginConfig = config;
  support.firePropertyChange("loginConfig",
           oldLoginConfig, this.loginConfig);

    }
View Full Code Here

TOP

Related Classes of org.apache.tomcat.deploy.LoginConfig

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.