- AADAppRoleStatelessAuthenticationFilter - Class in com.azure.spring.autoconfigure.aad
-
- AADAppRoleStatelessAuthenticationFilter(UserPrincipalManager) - Constructor for class com.azure.spring.autoconfigure.aad.AADAppRoleStatelessAuthenticationFilter
-
Deprecated.
- AADAuthenticationFilter - Class in com.azure.spring.autoconfigure.aad
-
- AADAuthenticationFilter(AADAuthenticationProperties, AADAuthorizationServerEndpoints, ResourceRetriever) - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationFilter
-
Deprecated.
- AADAuthenticationFilter(AADAuthenticationProperties, AADAuthorizationServerEndpoints, ResourceRetriever, JWKSetCache) - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationFilter
-
Deprecated.
- AADAuthenticationFilter(AADAuthenticationProperties, AADAuthorizationServerEndpoints, UserPrincipalManager) - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationFilter
-
Deprecated.
- AADAuthenticationFilterAutoConfiguration - Class in com.azure.spring.autoconfigure.aad
-
Auto-configuration
for Azure Active Authentication filters.
- AADAuthenticationFilterAutoConfiguration(AADAuthenticationProperties) - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
-
- AADAuthenticationProperties - Class in com.azure.spring.autoconfigure.aad
-
Configuration properties for Azure Active Directory Authentication.
- AADAuthenticationProperties() - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
-
- AADAuthenticationProperties.UserGroupProperties - Class in com.azure.spring.autoconfigure.aad
-
Properties dedicated to changing the behavior of how the groups are mapped from the Azure AD response.
- AADAuthorizationServerEndpoints - Class in com.azure.spring.aad
-
Used to get endpoints for Microsoft Identity authorization server.
- AADAuthorizationServerEndpoints(String, String) - Constructor for class com.azure.spring.aad.AADAuthorizationServerEndpoints
-
- AADB2CAuthorizationRequestResolver - Class in com.azure.spring.autoconfigure.b2c
-
This class handles the OAuth2 request procession for AAD B2C authorization.
- AADB2CAuthorizationRequestResolver(ClientRegistrationRepository, AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CAuthorizationRequestResolver
-
- AADB2CAutoConfiguration - Class in com.azure.spring.autoconfigure.b2c
-
Auto-configuration
for AAD B2C Authentication.
- AADB2CAutoConfiguration(ClientRegistrationRepository, AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
-
- AADB2CAutoConfiguration.AADB2COidcAutoConfiguration - Class in com.azure.spring.autoconfigure.b2c
-
Automatic configuration class of AADB2COidc
- AADB2CClientRegistrationRepository - Class in com.azure.spring.autoconfigure.b2c
-
ClientRegistrationRepository for aad b2c
- AADB2CConfigurationException - Exception in com.azure.spring.autoconfigure.b2c
-
Throw runtime exception for configuration.
- AADB2CConfigurationException(String) - Constructor for exception com.azure.spring.autoconfigure.b2c.AADB2CConfigurationException
-
- AADB2CConfigurationException(String, Throwable) - Constructor for exception com.azure.spring.autoconfigure.b2c.AADB2CConfigurationException
-
- AADB2CLogoutSuccessHandler - Class in com.azure.spring.autoconfigure.b2c
-
Get the url of successful logout and handle the navigation on logout.
- AADB2CLogoutSuccessHandler(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CLogoutSuccessHandler
-
- AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter - Class in com.azure.spring.autoconfigure.b2c
-
Used to set azure service header tag when use "auth-code" to get "access_token".
- AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter() - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter
-
- AADB2COidcAutoConfiguration(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration.AADB2COidcAutoConfiguration
-
- AADB2COidcLoginConfigurer - Class in com.azure.spring.autoconfigure.b2c
-
Configure B2C OAUTH2 login properties.
- AADB2COidcLoginConfigurer(AADB2CLogoutSuccessHandler, AADB2CAuthorizationRequestResolver) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2COidcLoginConfigurer
-
- AADB2CProperties - Class in com.azure.spring.autoconfigure.b2c
-
Configuration properties for Azure Active Directory B2C.
- AADB2CProperties() - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CProperties
-
- AADB2CResourceServerAutoConfiguration - Class in com.azure.spring.autoconfigure.b2c
-
Automatic configuration class of AADB2CResourceServer
- AADB2CResourceServerAutoConfiguration(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
-
- AADB2CURL - Class in com.azure.spring.autoconfigure.b2c
-
To get AAD B2C URLs for configuration.
- AADClientRegistrationRepository - Class in com.azure.spring.aad
-
Manage all AAD oauth2 clients configured by property "azure.activedirectory.xxx"
- AADClientRegistrationRepository(AzureClientRegistration, List<ClientRegistration>, AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.AADClientRegistrationRepository
-
- AADDatabindModule - Class in com.azure.spring.aad.webapp.jackson
-
Jackson databind module for AAD related classes.
- AADDatabindModule() - Constructor for class com.azure.spring.aad.webapp.jackson.AADDatabindModule
-
- AADHandleConditionalAccessFilter - Class in com.azure.spring.aad.webapp
-
Handle the WebClientResponseException
in On-Behalf-Of flow.
- AADHandleConditionalAccessFilter() - Constructor for class com.azure.spring.aad.webapp.AADHandleConditionalAccessFilter
-
- AADIssuerJWSKeySelector - Class in com.azure.spring.aad
-
Selecting key candidates for processing a signed JWT which provides access to the JWT claims set in addition to the
JWS header.
- AADIssuerJWSKeySelector(AADTrustedIssuerRepository, int, int, int) - Constructor for class com.azure.spring.aad.AADIssuerJWSKeySelector
-
- aadIssuerJWSKeySelector(AADTrustedIssuerRepository) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
-
- AADJwtAudienceValidator - Class in com.azure.spring.aad.webapi.validator
-
Validates the "aud" claim in a Jwt
, that is matches a configured value
- AADJwtAudienceValidator(List<String>) - Constructor for class com.azure.spring.aad.webapi.validator.AADJwtAudienceValidator
-
- AADJwtBearerTokenAuthenticationConverter - Class in com.azure.spring.aad.webapi
-
A Converter
that takes a Jwt
and converts it into a BearerTokenAuthentication
.
- AADJwtBearerTokenAuthenticationConverter() - Constructor for class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
-
- AADJwtBearerTokenAuthenticationConverter(String) - Constructor for class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
-
- AADJwtBearerTokenAuthenticationConverter(String, String) - Constructor for class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
-
- AADJwtClaimValidator<T> - Class in com.azure.spring.aad.webapi.validator
-
Validates a claim in a
Jwt
against a provided
Predicate
.
- AADJwtClaimValidator(String, Predicate<T>) - Constructor for class com.azure.spring.aad.webapi.validator.AADJwtClaimValidator
-
- AADJwtDecoderProviderConfiguration - Class in com.azure.spring.aad
-
- AADJwtDecoderProviderConfiguration() - Constructor for class com.azure.spring.aad.AADJwtDecoderProviderConfiguration
-
- AADJwtIssuerValidator - Class in com.azure.spring.aad.webapi.validator
-
Validates the "iss" claim in a Jwt
, that is matches a configured value
- AADJwtIssuerValidator() - Constructor for class com.azure.spring.aad.webapi.validator.AADJwtIssuerValidator
-
- AADOAuth2AuthenticatedPrincipal - Class in com.azure.spring.aad.webapi
-
entity class of AADOAuth2AuthenticatedPrincipal
- AADOAuth2AuthenticatedPrincipal(Map<String, Object>, Map<String, Object>, Collection<GrantedAuthority>, String) - Constructor for class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
-
- AADOAuth2AuthorizationCodeGrantRequestEntityConverter - Class in com.azure.spring.aad.webapp
-
Used to set "scope" parameter when use "auth-code" to get "access_token".
- AADOAuth2AuthorizationCodeGrantRequestEntityConverter(AzureClientRegistration) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizationCodeGrantRequestEntityConverter
-
- AADOAuth2AuthorizationRequestResolver - Class in com.azure.spring.aad.webapp
-
To add conditional policy claims to authorization URL.
- AADOAuth2AuthorizationRequestResolver(ClientRegistrationRepository) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizationRequestResolver
-
- AADOAuth2AuthorizedClientRepository - Class in com.azure.spring.aad.webapp
-
OAuth2AuthorizedClientRepository used for AAD oauth2 clients.
- AADOAuth2AuthorizedClientRepository(AADWebAppClientRegistrationRepository) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizedClientRepository
-
- AADOAuth2AuthorizedClientRepository(AADWebAppClientRegistrationRepository, OAuth2AuthorizedClientRepository, OAuth2AuthorizedClientProvider) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizedClientRepository
-
- AADOAuth2OboAuthorizedClientRepository - Class in com.azure.spring.aad.webapi
-
OAuth2AuthorizedClientRepository for obo flow
- AADOAuth2OboAuthorizedClientRepository(ClientRegistrationRepository) - Constructor for class com.azure.spring.aad.webapi.AADOAuth2OboAuthorizedClientRepository
-
- AADOAuth2UserService - Class in com.azure.spring.aad.webapp
-
This implementation will retrieve group info of user from Microsoft Graph.
- AADOAuth2UserService(AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2UserService
-
- AADResourceServerConfiguration - Class in com.azure.spring.aad.webapi
-
The configuration will not be activated if no BearerTokenAuthenticationToken
class provided.
- AADResourceServerConfiguration() - Constructor for class com.azure.spring.aad.webapi.AADResourceServerConfiguration
-
- AADResourceServerConfiguration.DefaultAADResourceServerWebSecurityConfigurerAdapter - Class in com.azure.spring.aad.webapi
-
Default configuration class for using AAD authentication and authorization.
- AADResourceServerOboConfiguration - Class in com.azure.spring.aad.webapi
-
The configuration will not be activated if no OAuth2LoginAuthenticationFilter
class provided.
- AADResourceServerOboConfiguration() - Constructor for class com.azure.spring.aad.webapi.AADResourceServerOboConfiguration
-
- AADResourceServerWebSecurityConfigurerAdapter - Class in com.azure.spring.aad.webapi
-
Abstract configuration class, used to make JwtConfigurer and AADJwtBearerTokenAuthenticationConverter take effect.
- AADResourceServerWebSecurityConfigurerAdapter() - Constructor for class com.azure.spring.aad.webapi.AADResourceServerWebSecurityConfigurerAdapter
-
- AADTokenClaim - Class in com.azure.spring.autoconfigure.aad
-
Refs: https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens
- AADTokenClaim() - Constructor for class com.azure.spring.autoconfigure.aad.AADTokenClaim
-
- AADTrustedIssuerRepository - Class in com.azure.spring.aad
-
A tenant id is used to construct the trusted issuer repository.
- AADTrustedIssuerRepository(String) - Constructor for class com.azure.spring.aad.AADTrustedIssuerRepository
-
- AADWebAppClientRegistrationRepository - Class in com.azure.spring.aad.webapp
-
Manage all AAD oauth2 clients configured by property "azure.activedirectory.xxx" for webapp
- AADWebAppClientRegistrationRepository(AzureClientRegistration, List<ClientRegistration>, AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.webapp.AADWebAppClientRegistrationRepository
-
- AADWebAppConfiguration - Class in com.azure.spring.aad.webapp
-
Configure the necessary beans used for aad authentication and authorization.
- AADWebAppConfiguration() - Constructor for class com.azure.spring.aad.webapp.AADWebAppConfiguration
-
- AADWebAppConfiguration.DefaultAADWebSecurityConfigurerAdapter - Class in com.azure.spring.aad.webapp
-
Sample configuration to make AzureActiveDirectoryOAuth2UserService take effect.
- AADWebSecurityConfigurerAdapter - Class in com.azure.spring.aad.webapp
-
Abstract configuration class, used to make AzureClientRegistrationRepository and AuthzCodeGrantRequestEntityConverter
take effect.
- AADWebSecurityConfigurerAdapter() - Constructor for class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
-
- AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter - Class in com.azure.spring.common
-
When using "auth-code" in AAD and AAD B2C, it's used to expand head and body parameters of the request.
- AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter() - Constructor for class com.azure.spring.common.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
-
- accessTokenResponseClient() - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
-
- accessTokenResponseClient() - Method in class com.azure.spring.autoconfigure.b2c.AADB2COidcLoginConfigurer
-
- acquireTokenForGraphApi(String, String) - Method in class com.azure.spring.autoconfigure.aad.AzureADGraphClient
-
Acquire access token for calling Graph API.
- addB2CIssuer(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
-
- addB2CUserFlowIssuers(String, Map<String, String>) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
-
Only the V2 version of Access Token is supported when using Azure AD B2C user flows.
- addTrustedIssuer(String...) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
-
- afterPropertiesSet() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
-
- afterPropertiesSet() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
-
- allClients - Variable in class com.azure.spring.aad.AADClientRegistrationRepository
-
- allowedGroupsConfigured() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
-
- APP_ID - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
-
- ApplicationId - Class in com.azure.spring.utils
-
Util class for ApplicationId
- ApplicationId() - Constructor for class com.azure.spring.utils.ApplicationId
-
- AUD - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
-
- AuthorizationClientProperties - Class in com.azure.spring.aad.webapp
-
Properties for an oauth2 client.
- AuthorizationClientProperties() - Constructor for class com.azure.spring.aad.webapp.AuthorizationClientProperties
-
- authorizationEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
-
- authorizedClientRepository(AADWebAppClientRegistrationRepository) - Method in class com.azure.spring.aad.webapp.AADWebAppConfiguration
-
- AZP - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
-
- AZURE_CLIENT_REGISTRATION_ID - Static variable in class com.azure.spring.aad.AADClientRegistrationRepository
-
- AZURE_KEYVAULT_PROPERTYSOURCE_NAME - Static variable in class com.azure.spring.utils.Constants
-
- AZURE_SPRING_AAD - Static variable in class com.azure.spring.utils.ApplicationId
-
AZURE_SPRING_AAD does not contain VERSION, because AAD server support 2 headers:
1.
- AZURE_SPRING_B2C - Static variable in class com.azure.spring.utils.ApplicationId
-
- AZURE_SPRING_KEY_VAULT - Static variable in class com.azure.spring.utils.ApplicationId
-
- AZURE_SPRING_SERVICE_BUS - Static variable in class com.azure.spring.utils.ApplicationId
-
- AZURE_SPRING_STORAGE_BLOB - Static variable in class com.azure.spring.utils.ApplicationId
-
- AZURE_SPRING_STORAGE_FILES - Static variable in class com.azure.spring.utils.ApplicationId
-
- AzureADGraphClient - Class in com.azure.spring.autoconfigure.aad
-
Microsoft Graph client encapsulation.
- AzureADGraphClient(String, String, AADAuthenticationProperties, AADAuthorizationServerEndpoints) - Constructor for class com.azure.spring.autoconfigure.aad.AzureADGraphClient
-
- azureADJwtTokenFilter() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
-
Declare AADAuthenticationFilter bean.
- azureADStatelessAuthFilter(ResourceRetriever) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
-
- azureClient - Variable in class com.azure.spring.aad.AADClientRegistrationRepository
-
- AzureClientRegistration - Class in com.azure.spring.aad.webapp
-
Azure oauth2 client registration.
- AzureClientRegistration(ClientRegistration, Set<String>) - Constructor for class com.azure.spring.aad.webapp.AzureClientRegistration
-
- AzureCloudUrls - Class in com.azure.spring.utils
-
Util class for Azure urls
- AzureCloudUrls() - Constructor for class com.azure.spring.utils.AzureCloudUrls
-
- azureKeyCredential() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
-
- azureModule - Variable in class com.azure.spring.common.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
-
- AzureServiceBusJMSProperties - Class in com.azure.spring.autoconfigure.jms
-
ConfigurationProperties
for configuring Azure Service Bus JMS.
- AzureServiceBusJMSProperties() - Constructor for class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
-
- AzureStorageProtocolResolver - Class in com.azure.spring.autoconfigure.storage.resource
-
A ProtocolResolver
implementation for the azure-blob://
or azure-file://
protocol.
- AzureStorageProtocolResolver() - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageProtocolResolver
-
- AzureStorageResourcePatternResolver - Class in com.azure.spring.autoconfigure.storage.resource
-
An Azure Storage specific ResourcePatternResolver.
- AzureStorageResourcePatternResolver(BlobServiceClient) - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
-
Constructor.
- AzureStorageResourcePatternResolver(ShareServiceClient) - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
-
Constructor.
- AzureStorageResourcePatternResolver(BlobServiceClient, ShareServiceClient) - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
-
Constructor.
- CLAIMS - Static variable in class com.azure.spring.autoconfigure.aad.Constants
-
- clientRegistrationRepository() - Method in class com.azure.spring.aad.webapi.AADResourceServerOboConfiguration
-
- clientRegistrationRepository() - Method in class com.azure.spring.aad.webapp.AADWebAppConfiguration
-
- clientRegistrationRepository() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration.AADB2COidcAutoConfiguration
-
- com.azure.spring.aad - package com.azure.spring.aad
-
Package com.azure.spring.aad
- com.azure.spring.aad.webapi - package com.azure.spring.aad.webapi
-
Package com.azure.spring.aad.webapi
- com.azure.spring.aad.webapi.validator - package com.azure.spring.aad.webapi.validator
-
Package com.azure.spring.aad.resource.server.validator
- com.azure.spring.aad.webapp - package com.azure.spring.aad.webapp
-
Package com.azure.spring.aad.webapp
- com.azure.spring.aad.webapp.jackson - package com.azure.spring.aad.webapp.jackson
-
Package com.azure.spring.aad.webapp.jackson
- com.azure.spring.autoconfigure.aad - package com.azure.spring.autoconfigure.aad
-
Package com.azure.spring.autoconfigure.aad
- com.azure.spring.autoconfigure.b2c - package com.azure.spring.autoconfigure.b2c
-
Package com.azure.spring.autoconfigure.cosmos
- com.azure.spring.autoconfigure.cosmos - package com.azure.spring.autoconfigure.cosmos
-
Package com.azure.spring.autoconfigure.cosmos
- com.azure.spring.autoconfigure.gremlin - package com.azure.spring.autoconfigure.gremlin
-
Package com.azure.spring.autoconfigure.gremlin
- com.azure.spring.autoconfigure.jms - package com.azure.spring.autoconfigure.jms
-
Package com.azure.spring.autoconfigure.jms
- com.azure.spring.autoconfigure.storage - package com.azure.spring.autoconfigure.storage
-
Package com.azure.spring.cloud.autoconfigure.storage;
- com.azure.spring.autoconfigure.storage.actuator - package com.azure.spring.autoconfigure.storage.actuator
-
Package com.azure.spring.cloud.autoconfigure.storage.actuator;
- com.azure.spring.autoconfigure.storage.resource - package com.azure.spring.autoconfigure.storage.resource
-
Package com.azure.spring.cloud.storage;
- com.azure.spring.cloudfoundry.environment - package com.azure.spring.cloudfoundry.environment
-
Package com.azure.spring.cloudfoundry.environment
- com.azure.spring.common - package com.azure.spring.common
-
Package com.azure.spring.common
- com.azure.spring.keyvault - package com.azure.spring.keyvault
-
Package com.azure.keyvault.spring
- com.azure.spring.telemetry - package com.azure.spring.telemetry
-
Package com.azure.spring.telemetry
- com.azure.spring.utils - package com.azure.spring.utils
-
Package com.azure.spring.utils
- CONDITIONAL_ACCESS_POLICY_CLAIMS - Static variable in class com.azure.spring.autoconfigure.aad.Constants
-
- configure(HttpSecurity) - Method in class com.azure.spring.aad.webapi.AADResourceServerConfiguration.DefaultAADResourceServerWebSecurityConfigurerAdapter
-
- configure(HttpSecurity) - Method in class com.azure.spring.aad.webapi.AADResourceServerWebSecurityConfigurerAdapter
-
- configure(HttpSecurity) - Method in class com.azure.spring.aad.webapp.AADWebAppConfiguration.DefaultAADWebSecurityConfigurerAdapter
-
- configure(HttpSecurity) - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
-
- ConnectionStringResolver - Class in com.azure.spring.autoconfigure.jms
-
Resolve Service Bus host, shared access key name, shared access key from Service Bus connection string.
- ConnectionStringResolver() - Constructor for class com.azure.spring.autoconfigure.jms.ConnectionStringResolver
-
- Constants - Class in com.azure.spring.autoconfigure.aad
-
Constants used for AAD related logic.
- Constants() - Constructor for class com.azure.spring.autoconfigure.aad.Constants
-
- Constants - Class in com.azure.spring.cloudfoundry.environment
-
utils class of Constants
- Constants() - Constructor for class com.azure.spring.cloudfoundry.environment.Constants
-
- Constants - Class in com.azure.spring.utils
-
Util class for Constants
- Constants() - Constructor for class com.azure.spring.utils.Constants
-
- contentLength() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
-
- contentLength() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
-
- convert(Jwt) - Method in class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
-
- convert(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizationCodeGrantRequestEntityConverter
-
- convert(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.autoconfigure.b2c.AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter
-
- convert(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.common.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
-
- CosmosAutoConfiguration - Class in com.azure.spring.autoconfigure.cosmos
-
Auto Configure Cosmos properties and connection policy.
- CosmosAutoConfiguration(CosmosProperties) - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
-
- cosmosClientBuilder(AzureKeyCredential) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
-
- cosmosConfig() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
-
- CosmosHealthConfiguration - Class in com.azure.spring.autoconfigure.cosmos
-
CosmosHealthConfiguration
- CosmosHealthConfiguration() - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosHealthConfiguration
-
- cosmosHealthContributor(CosmosAsyncClient) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosHealthConfiguration
-
- CosmosHealthIndicator - Class in com.azure.spring.autoconfigure.cosmos
-
Simple implementation of a HealthIndicator
returning status information for
Cosmos data stores.
- CosmosHealthIndicator(CosmosAsyncClient) - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosHealthIndicator
-
- CosmosProperties - Class in com.azure.spring.autoconfigure.cosmos
-
Configuration properties for Cosmos database, consistency, telemetry, connection, query metrics and diagnostics.
- CosmosProperties() - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosProperties
-
- CosmosReactiveRepositoriesAutoConfiguration - Class in com.azure.spring.autoconfigure.cosmos
-
- CosmosReactiveRepositoriesAutoConfiguration() - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosReactiveRepositoriesAutoConfiguration
-
- CosmosReactiveRepositoriesAutoConfigureRegistrar - Class in com.azure.spring.autoconfigure.cosmos
-
Declare EnableReactiveCosmosRepositories
annotation and EnableCosmosReactiveRepositoriesConfiguration
configuration for default async auto-configuration.
- CosmosReactiveRepositoriesAutoConfigureRegistrar() - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosReactiveRepositoriesAutoConfigureRegistrar
-
- CosmosRepositoriesAutoConfiguration - Class in com.azure.spring.autoconfigure.cosmos
-
- CosmosRepositoriesAutoConfiguration() - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosRepositoriesAutoConfiguration
-
- CosmosRepositoriesAutoConfigureRegistrar - Class in com.azure.spring.autoconfigure.cosmos
-
Declare EnableCosmosRepositories
annotation and EnableCosmosRepositoriesConfiguration
configuration
for default non-async auto-configuration.
- CosmosRepositoriesAutoConfigureRegistrar() - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosRepositoriesAutoConfigureRegistrar
-
- createDefaultValidator() - Method in class com.azure.spring.aad.webapi.AADResourceServerConfiguration
-
- createOboClients() - Method in class com.azure.spring.aad.webapi.AADResourceServerOboConfiguration
-
- createRelative(String) - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
-
- createRelative(String) - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
-