![JAR search and dependency download from the Maven repository](/logo.png)
org.apereo.cas.config.CasSurrogateAuthenticationWebflowAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-server-support-surrogate-webflow Show documentation
Show all versions of cas-server-support-surrogate-webflow Show documentation
cas-server-support-surrogate-webflow
package org.apereo.cas.config;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.context.annotation.Import;
/**
* This is {@link CasSurrogateAuthenticationWebflowAutoConfiguration}.
*
* @author Misagh Moayyed
* @since 7.1.0
*/
@AutoConfiguration
@Import({
SurrogateAuthenticationDelegationConfiguration.class,
SurrogateAuthenticationPasswordlessConfiguration.class,
SurrogateAuthenticationWebflowConfiguration.class
})
public class CasSurrogateAuthenticationWebflowAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy