- AADAppRoleStatelessAuthenticationFilter - Class in com.microsoft.azure.spring.autoconfigure.aad
-
A stateless authentication filter which uses app roles feature of Azure Active Directory.
- AADAppRoleStatelessAuthenticationFilter(UserPrincipalManager) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADAppRoleStatelessAuthenticationFilter
-
- AADAuthenticationFailureHandler - Class in com.microsoft.azure.spring.autoconfigure.aad
-
Strategy used to handle a failed authentication attempt.
- AADAuthenticationFailureHandler() - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADAuthenticationFailureHandler
-
- AADAuthenticationFilter - Class in com.microsoft.azure.spring.autoconfigure.aad
-
A stateful authentication filter which uses Microsoft Graph groups to authorize.
- AADAuthenticationFilter(AADAuthenticationProperties, ServiceEndpointsProperties, ResourceRetriever) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADAuthenticationFilter
-
- AADAuthenticationFilter(AADAuthenticationProperties, ServiceEndpointsProperties, ResourceRetriever, JWKSetCache) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADAuthenticationFilter
-
- AADAuthenticationFilter(AADAuthenticationProperties, ServiceEndpointsProperties, UserPrincipalManager) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADAuthenticationFilter
-
- AADAuthenticationFilterAutoConfiguration - Class in com.microsoft.azure.spring.autoconfigure.aad
-
Auto-configuration for Azure Active Authentication filters .
- AADAuthenticationFilterAutoConfiguration(AADAuthenticationProperties, ServiceEndpointsProperties) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
-
- AADAuthenticationProperties - Class in com.microsoft.azure.spring.autoconfigure.aad
-
Configuration properties for Azure Active Directory Authentication.
- AADAuthenticationProperties() - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADAuthenticationProperties
-
- AADAuthenticationProperties.UserGroupProperties - Class in com.microsoft.azure.spring.autoconfigure.aad
-
Properties dedicated to changing the behavior of how the groups are mapped from the Azure AD response.
- AADB2CAuthorizationRequestResolver - Class in com.microsoft.azure.spring.autoconfigure.b2c
-
This class handles the OAuth2 request procession for AAD B2C authorization.
- AADB2CAuthorizationRequestResolver(ClientRegistrationRepository) - Constructor for class com.microsoft.azure.spring.autoconfigure.b2c.AADB2CAuthorizationRequestResolver
-
- AADB2CAuthorizationRequestResolver(ClientRegistrationRepository, String) - Constructor for class com.microsoft.azure.spring.autoconfigure.b2c.AADB2CAuthorizationRequestResolver
-
- AADB2CAutoConfiguration - Class in com.microsoft.azure.spring.autoconfigure.b2c
-
Auto-configuration for AAD B2C Authentication.
- AADB2CAutoConfiguration(ClientRegistrationRepository, AADB2CProperties) - Constructor for class com.microsoft.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
-
- AADB2CAutoConfiguration.AADB2COidcAutoConfiguration - Class in com.microsoft.azure.spring.autoconfigure.b2c
-
- AADB2CConfigurationException - Exception in com.microsoft.azure.spring.autoconfigure.b2c
-
Throw runtime exception for configuration.
- AADB2CConfigurationException(String) - Constructor for exception com.microsoft.azure.spring.autoconfigure.b2c.AADB2CConfigurationException
-
- AADB2CConfigurationException(String, Throwable) - Constructor for exception com.microsoft.azure.spring.autoconfigure.b2c.AADB2CConfigurationException
-
- AADB2CLogoutSuccessHandler - Class in com.microsoft.azure.spring.autoconfigure.b2c
-
Get the url of successful logout and handle the navigation on logout.
- AADB2CLogoutSuccessHandler(AADB2CProperties) - Constructor for class com.microsoft.azure.spring.autoconfigure.b2c.AADB2CLogoutSuccessHandler
-
- AADB2COidcAutoConfiguration(AADB2CProperties) - Constructor for class com.microsoft.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration.AADB2COidcAutoConfiguration
-
- AADB2COidcLoginConfigurer - Class in com.microsoft.azure.spring.autoconfigure.b2c
-
Configure B2C OAUTH2 login properties.
- AADB2COidcLoginConfigurer(AADB2CProperties, AADB2CLogoutSuccessHandler, AADB2CAuthorizationRequestResolver) - Constructor for class com.microsoft.azure.spring.autoconfigure.b2c.AADB2COidcLoginConfigurer
-
- AADB2CProperties - Class in com.microsoft.azure.spring.autoconfigure.b2c
-
Configuration properties for Azure Active Directory B2C.
- AADB2CProperties() - Constructor for class com.microsoft.azure.spring.autoconfigure.b2c.AADB2CProperties
-
- AADB2CProperties.UserFlows - Class in com.microsoft.azure.spring.autoconfigure.b2c
-
- AADB2CURL - Class in com.microsoft.azure.spring.autoconfigure.b2c
-
To get AAD B2C URLs for configuration.
- AADConstantsHelper - Class in com.microsoft.azure.spring.autoconfigure.aad
-
- AADConstantsHelper() - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADConstantsHelper
-
- AADOAuth2AuthorizationRequestResolver - Class in com.microsoft.azure.spring.autoconfigure.aad
-
To add conditional policy claims to authorization URL.
- AADOAuth2AuthorizationRequestResolver(ClientRegistrationRepository) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADOAuth2AuthorizationRequestResolver
-
- AADOAuth2AutoConfiguration - Class in com.microsoft.azure.spring.autoconfigure.aad
-
Auto-configuration for Azure Active Authentication OAuth 2.0.
- AADOAuth2AutoConfiguration(AADAuthenticationProperties, ServiceEndpointsProperties) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADOAuth2AutoConfiguration
-
- AADOAuth2UserService - Class in com.microsoft.azure.spring.autoconfigure.aad
-
This implementation will retrieve group info of user from Microsoft Graph and map groups to GrantedAuthority.
- AADOAuth2UserService(AADAuthenticationProperties, ServiceEndpointsProperties) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AADOAuth2UserService
-
- acquireTokenForGraphApi(String, String) - Method in class com.microsoft.azure.spring.autoconfigure.aad.AzureADGraphClient
-
- ApplicationId - Class in com.microsoft.azure.utils
-
- ApplicationId() - Constructor for class com.microsoft.azure.utils.ApplicationId
-
- AZURE_KEYVAULT_PROPERTYSOURCE_NAME - Static variable in class com.microsoft.azure.utils.Constants
-
- AZURE_SPRING_KEY_VAULT - Static variable in class com.microsoft.azure.utils.ApplicationId
-
- AZURE_SPRING_SERVICE_BUS - Static variable in class com.microsoft.azure.utils.ApplicationId
-
- AzureADGraphClient - Class in com.microsoft.azure.spring.autoconfigure.aad
-
Microsoft Graph client encapsulation.
- AzureADGraphClient(String, String, AADAuthenticationProperties, ServiceEndpointsProperties) - Constructor for class com.microsoft.azure.spring.autoconfigure.aad.AzureADGraphClient
-
- azureADJwtTokenFilter() - Method in class com.microsoft.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
-
Declare AADAuthenticationFilter bean.
- azureADStatelessAuthFilter(ResourceRetriever) - Method in class com.microsoft.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
-
- azureConfig(AzureMonitorProperties) - Method in class com.microsoft.azure.spring.autoconfigure.metrics.AzureMonitorMetricsExportAutoConfiguration
-
- azureMeterRegistry(AzureMonitorConfig, TelemetryConfiguration, Clock) - Method in class com.microsoft.azure.spring.autoconfigure.metrics.AzureMonitorMetricsExportAutoConfiguration
-
- AzureMonitorMetricsExportAutoConfiguration - Class in com.microsoft.azure.spring.autoconfigure.metrics
-
Auto-Configuration for exporting metrics to Azure Application Insights.
- AzureMonitorMetricsExportAutoConfiguration() - Constructor for class com.microsoft.azure.spring.autoconfigure.metrics.AzureMonitorMetricsExportAutoConfiguration
-
- AzureMonitorProperties - Class in com.microsoft.azure.spring.autoconfigure.metrics
-
ConfigurationProperties for configuring Azure Application Insights metrics export.
- AzureMonitorProperties() - Constructor for class com.microsoft.azure.spring.autoconfigure.metrics.AzureMonitorProperties
-
- AzureMonitorPropertiesConfigAdapter - Class in com.microsoft.azure.spring.autoconfigure.metrics
-
- AzureServiceBusJMSProperties - Class in com.microsoft.azure.spring.autoconfigure.jms
-
ConfigurationProperties for configuring Azure Service Bus JMS.
- AzureServiceBusJMSProperties() - Constructor for class com.microsoft.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
-