Examples of validateManagerConfig()


Examples of org.geoserver.security.validation.SecurityConfigValidator.validateManagerConfig()

    public synchronized void saveSecurityConfig(SecurityManagerConfig config) throws Exception {
       
        SecurityManagerConfig oldConfig = new SecurityManagerConfig(this.securityConfig);
       
        SecurityConfigValidator validator = new SecurityConfigValidator(this);
        validator.validateManagerConfig(config,oldConfig);
       
        //save the current config to fall back to               
       

        // The whole try block should run as a transaction, unfortunately
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.