Package org.apereo.cas.config
Class SurrogateAuthenticationMetadataConfiguration
- java.lang.Object
-
- org.apereo.cas.config.SurrogateAuthenticationMetadataConfiguration
-
@Configuration("SurrogateAuthenticationMetadataConfiguration") public class SurrogateAuthenticationMetadataConfiguration extends java.lang.Object- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description SurrogateAuthenticationMetadataConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurersurrogateAuthenticationMetadataConfigurer()org.apereo.cas.authentication.AuthenticationMetaDataPopulatorsurrogateAuthenticationMetadataPopulator()
-
-
-
Method Detail
-
surrogateAuthenticationMetadataPopulator
@ConditionalOnMissingBean(name="surrogateAuthenticationMetadataPopulator") @Bean public org.apereo.cas.authentication.AuthenticationMetaDataPopulator surrogateAuthenticationMetadataPopulator()
-
surrogateAuthenticationMetadataConfigurer
@ConditionalOnMissingBean(name="surrogateAuthenticationMetadataConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer surrogateAuthenticationMetadataConfigurer()
-
-