org.apereo.cas.config.CasSpnegoWebflowAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-server-support-spnego-webflow Show documentation
Show all versions of cas-server-support-spnego-webflow Show documentation
cas-server-support-spnego-webflow
package org.apereo.cas.config;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.context.annotation.Import;
/**
* This is {@link CasSpnegoWebflowAutoConfiguration}.
*
* @author Misagh Moayyed
* @since 7.1.0
*/
@AutoConfiguration
@Import({
SpnegoWebflowConfiguration.class,
SpnegoWebflowActionsConfiguration.class
})
public class CasSpnegoWebflowAutoConfiguration {
}