Examples of validateRemoveAuthProvider()


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

     */
    public void removeAuthenticationProvider(SecurityAuthProviderConfig config) throws IOException,SecurityConfigException {       
        SecurityConfigValidator validator =
                SecurityConfigValidator.getConfigurationValiator(GeoServerAuthenticationProvider.class,
                        config.getClassName());
        validator.validateRemoveAuthProvider(config);       
        authProviderHelper.removeConfig(config.getName());
    }
   

    public void removeFilter(SecurityNamedServiceConfig config) throws IOException,SecurityConfigException {
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.