@Configuration(value="azureAuthenticatorAuthenticationEventExecutionPlanConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class AzureAuthenticatorAuthenticationEventExecutionPlanConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
AzureAuthenticatorAuthenticationEventExecutionPlanConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AzureAuthenticatorAuthenticationRequestBuilder |
azureAuthenticationRequestBuilder() |
org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer |
azureAuthenticatorAuthenticationEventExecutionPlanConfigurer() |
org.apereo.cas.authentication.AuthenticationHandler |
azureAuthenticatorAuthenticationHandler() |
org.apereo.cas.authentication.AuthenticationMetaDataPopulator |
azureAuthenticatorAuthenticationMetaDataPopulator() |
org.apereo.cas.services.MultifactorAuthenticationProvider |
azureAuthenticatorAuthenticationProvider() |
net.phonefactor.pfsdk.PFAuth |
azureAuthenticatorInstance() |
org.apereo.cas.authentication.MultifactorAuthenticationProviderBypass |
azureBypassEvaluator() |
org.springframework.webflow.execution.Action |
azureGenerateTokenAction() |
org.apereo.cas.authentication.principal.PrincipalFactory |
azurePrincipalFactory() |
public AzureAuthenticatorAuthenticationEventExecutionPlanConfiguration()
@Bean public net.phonefactor.pfsdk.PFAuth azureAuthenticatorInstance()
@Bean public AzureAuthenticatorAuthenticationRequestBuilder azureAuthenticationRequestBuilder()
@Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationHandler azureAuthenticatorAuthenticationHandler()
@Bean @RefreshScope public org.apereo.cas.authentication.MultifactorAuthenticationProviderBypass azureBypassEvaluator()
@Bean @RefreshScope public org.apereo.cas.services.MultifactorAuthenticationProvider azureAuthenticatorAuthenticationProvider()
@Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationMetaDataPopulator azureAuthenticatorAuthenticationMetaDataPopulator()
@Bean @RefreshScope public org.springframework.webflow.execution.Action azureGenerateTokenAction()
@ConditionalOnMissingBean(name="azurePrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory azurePrincipalFactory()
@ConditionalOnMissingBean(name="azureAuthenticatorAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer azureAuthenticatorAuthenticationEventExecutionPlanConfigurer()