package com.kryptnostic.rhizome.core; import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer; /** * This class registers the Spring Security Filter chain with all servlet contexts. Do not remove. * * @author Matthew Tamayo-Rios <matthew@kryptnostic.com> */ public class RhizomeSecurity extends AbstractSecurityWebApplicationInitializer { /* No-Op */ }