Package org.geoserver.security.filter

Examples of org.geoserver.security.filter.GeoServerLogoutFilter.doLogout()


        GeoServerLogoutFilter filter = (GeoServerLogoutFilter)manager.loadFilter(GeoServerSecurityFilterChain.FORM_LOGOUT_FILTER);
        if (filter==null) {
            LOGGER.warning("Cannot find filter: "+GeoServerSecurityFilterChain.FORM_LOGOUT_FILTER);
            return;
        }
        filter.doLogout(request, response, skipHandlerName);
    }
}
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.