- AADApplicationType - Enum in com.azure.spring.aad
-
AAD application type.
- 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.
- AADAuthorizationGrantType - Enum in com.azure.spring.aad
-
Defines grant types: client_credentials, authorization_code, on_behalf_of, azure_delegated.
- 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
-
- AADAutoConfiguration - Class in com.azure.spring.autoconfigure.aad
-
Auto configure beans required for AAD.
- AADAutoConfiguration() - Constructor for class com.azure.spring.autoconfigure.aad.AADAutoConfiguration
-
- AADAzureDelegatedOAuth2AuthorizedClientProvider - Class in com.azure.spring.aad.webapp
-
A strategy for authorizing (or re-authorizing) an OAuth 2.0 Client.
- AADAzureDelegatedOAuth2AuthorizedClientProvider(RefreshTokenOAuth2AuthorizedClientProvider, OAuth2AuthorizedClientRepository) - Constructor for class com.azure.spring.aad.webapp.AADAzureDelegatedOAuth2AuthorizedClientProvider
-
- 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
-
When the configuration matches the
AADB2CConditions.CommonCondition.WebAppMode
condition,
configure the necessary beans for AAD B2C authentication and authorization,
and import
AADB2COAuth2ClientConfiguration
class for AAD B2C OAuth2 client support.
- AADB2CAutoConfiguration(ClientRegistrationRepository, AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
-
- AADB2CClientRegistrationRepository - Class in com.azure.spring.autoconfigure.b2c
-
ClientRegistrationRepository for aad b2c
- AADB2CConditions - Class in com.azure.spring.autoconfigure.b2c
-
Conditions for activating AAD B2C beans.
- AADB2CConditions() - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CConditions
-
- 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
-
- AADB2CJwtBearerTokenAuthenticationConverter - Class in com.azure.spring.autoconfigure.b2c
-
- AADB2CJwtBearerTokenAuthenticationConverter() - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CJwtBearerTokenAuthenticationConverter
-
Deprecated.
- AADB2CJwtBearerTokenAuthenticationConverter(String) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CJwtBearerTokenAuthenticationConverter
-
Deprecated.
- AADB2CJwtBearerTokenAuthenticationConverter(String, String) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CJwtBearerTokenAuthenticationConverter
-
Deprecated.
- AADB2CJwtBearerTokenAuthenticationConverter(String, Map<String, String>) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CJwtBearerTokenAuthenticationConverter
-
Deprecated.
- 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
-
- AADB2COAuth2ClientConfiguration - Class in com.azure.spring.autoconfigure.b2c
-
Configuration for AAD B2C OAuth2 client support, when depends on the Spring OAuth2 Client module.
- AADB2COAuth2ClientConfiguration(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2COAuth2ClientConfiguration
-
- 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
-
When the configuration matches the
AADB2CConditions.CommonCondition.WebApiMode
condition, configure the
necessary beans for AAD B2C resource server beans, and import
AADB2COAuth2ClientConfiguration
class for AAD
B2C OAuth2 client support.
- AADB2CResourceServerAutoConfiguration(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
-
- AADB2CTrustedIssuerRepository - Class in com.azure.spring.autoconfigure.b2c
-
Construct a trusted aad b2c issuer repository.
- AADB2CTrustedIssuerRepository(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CTrustedIssuerRepository
-
- 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(AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.AADClientRegistrationRepository
-
- 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
-
Construct AADJwtBearerTokenAuthenticationConverter by AADTokenClaim.SUB and
DEFAULT_CLAIM_TO_AUTHORITY_PREFIX_MAP.
- AADJwtBearerTokenAuthenticationConverter(String) - Constructor for class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
-
Construct AADJwtBearerTokenAuthenticationConverter with the authority claim.
- AADJwtBearerTokenAuthenticationConverter(String, String) - Constructor for class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
-
Construct AADJwtBearerTokenAuthenticationConverter with the authority claim name and prefix.
- AADJwtBearerTokenAuthenticationConverter(String, Map<String, String>) - Constructor for class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
-
Using spring security provides JwtGrantedAuthoritiesConverter, it can resolve the access token of scp or roles.
- 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
-
- AADJwtGrantedAuthoritiesConverter - Class in com.azure.spring.aad
-
Extracts the GrantedAuthority
s from scope attributes typically found in a Jwt
.
- AADJwtGrantedAuthoritiesConverter() - Constructor for class com.azure.spring.aad.AADJwtGrantedAuthoritiesConverter
-
- AADJwtGrantedAuthoritiesConverter(Map<String, String>) - Constructor for class com.azure.spring.aad.AADJwtGrantedAuthoritiesConverter
-
- 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
-
- AADJwtIssuerValidator(AADTrustedIssuerRepository) - Constructor for class com.azure.spring.aad.webapi.validator.AADJwtIssuerValidator
-
- AADOAuth2AuthenticatedPrincipal - Class in com.azure.spring.aad
-
Entity class of AADOAuth2AuthenticatedPrincipal
- AADOAuth2AuthenticatedPrincipal(Map<String, Object>, Map<String, Object>, Collection<GrantedAuthority>, String, String) - Constructor for class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
-
- AADOAuth2AuthorizationCodeGrantRequestEntityConverter - Class in com.azure.spring.aad.webapp
-
Used to set "scope" parameter when use "auth-code" to get "access_token".
- AADOAuth2AuthorizationCodeGrantRequestEntityConverter(Set<String>) - 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, AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizationRequestResolver
-
- AADOAuth2ClientConfiguration - Class in com.azure.spring.aad
-
The configuration will not be activated if no ClientRegistration
classes provided.
- AADOAuth2ClientConfiguration() - Constructor for class com.azure.spring.aad.AADOAuth2ClientConfiguration
-
- 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
-
- AADOAuth2UserService(AADAuthenticationProperties, GraphClient) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2UserService
-
- AADOBOOAuth2AuthorizedClientProvider - Class in com.azure.spring.aad.webapi
-
- AADOBOOAuth2AuthorizedClientProvider() - Constructor for class com.azure.spring.aad.webapi.AADOBOOAuth2AuthorizedClientProvider
-
- 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.
- AADResourceServerProperties - Class in com.azure.spring.aad.webapi
-
Configuration properties for Azure Active Directory B2C.
- AADResourceServerProperties() - Constructor for class com.azure.spring.aad.webapi.AADResourceServerProperties
-
- 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
-
- 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
-
- AADWebApplicationConfiguration - Class in com.azure.spring.aad.webapp
-
Configure the necessary beans used for aad authentication and authorization.
- AADWebApplicationConfiguration() - Constructor for class com.azure.spring.aad.webapp.AADWebApplicationConfiguration
-
- AADWebApplicationConfiguration.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.aad
-
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.aad.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
-
- AbstractServiceBusJMSAutoConfiguration - Class in com.azure.spring.autoconfigure.jms
-
Abstract autoconfiguration class of ServiceBusJMS for JmsListenerContainerFactory.
- AbstractServiceBusJMSAutoConfiguration(AzureServiceBusJMSProperties) - Constructor for class com.azure.spring.autoconfigure.jms.AbstractServiceBusJMSAutoConfiguration
-
- 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
-
Deprecated.
- addB2CUserFlowIssuers(String, Map<String, String>) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
-
- addTrustedIssuer(String...) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
-
- addTrustedIssuer(String, String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
-
- afterPropertiesSet() - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
-
- afterPropertiesSet() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
-
- afterPropertiesSet() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
-
- afterPropertiesSet() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
-
- allowedGroupIdsConfigured() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
-
- allowedGroupNamesConfigured() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
-
- ApplicationId - Class in com.azure.spring.utils
-
Util class for ApplicationId
- ApplicationId() - Constructor for class com.azure.spring.utils.ApplicationId
-
- AuthorizationClientProperties - Class in com.azure.spring.aad.webapp
-
Properties for an oauth2 client.
- AuthorizationClientProperties() - Constructor for class com.azure.spring.aad.webapp.AuthorizationClientProperties
-
- AuthorizationClientProperties - Class in com.azure.spring.autoconfigure.b2c
-
Properties for an oauth2 client.
- AuthorizationClientProperties() - Constructor for class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
-
- authorizationEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
-
- authorize(OAuth2AuthorizationContext) - Method in class com.azure.spring.aad.webapi.AADOBOOAuth2AuthorizedClientProvider
-
- authorize(OAuth2AuthorizationContext) - Method in class com.azure.spring.aad.webapp.AADAzureDelegatedOAuth2AuthorizedClientProvider
-
- authorizedClientManager(ClientRegistrationRepository, OAuth2AuthorizedClientRepository) - Method in class com.azure.spring.aad.AADOAuth2ClientConfiguration
-
- authorizedClientManager(ClientRegistrationRepository, OAuth2AuthorizedClientRepository) - Method in class com.azure.spring.autoconfigure.b2c.AADB2COAuth2ClientConfiguration
-
- 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
-
- 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
-
- azureServiceBusJMSProperties - Variable in class com.azure.spring.autoconfigure.jms.AbstractServiceBusJMSAutoConfiguration
-
- 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
-
- AzureServiceBusJMSProperties.Listener - Class in com.azure.spring.autoconfigure.jms
-
Properties to configure JmsListener
for
AbstractJmsListenerContainerFactory
.
- AzureServiceBusJMSProperties.PrefetchPolicy - Class in com.azure.spring.autoconfigure.jms
-
Properties to configure JmsDefaultPrefetchPolicy
for
JmsConnectionFactory
.
- 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
-
- ClientRegistrationCondition - Class in com.azure.spring.autoconfigure.condition.aad
-
Web application, web resource server or all in scenario condition.
- ClientRegistrationCondition() - Constructor for class com.azure.spring.autoconfigure.condition.aad.ClientRegistrationCondition
-
- clientRegistrationRepository(AADAuthenticationProperties) - Method in class com.azure.spring.aad.AADOAuth2ClientConfiguration
-
- clientRegistrationRepository() - Method in class com.azure.spring.autoconfigure.b2c.AADB2COAuth2ClientConfiguration
-
- 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.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.b2c
- com.azure.spring.autoconfigure.condition.aad - package com.azure.spring.autoconfigure.condition.aad
-
Package com.azure.spring.autoconfigure.condition.aad
- com.azure.spring.autoconfigure.cosmos - package com.azure.spring.autoconfigure.cosmos
-
Package com.azure.spring.autoconfigure.cosmos
- 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.keyvault - package com.azure.spring.keyvault
-
Package com.azure.keyvault.spring
- 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.AADWebApplicationConfiguration.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.AADJwtGrantedAuthoritiesConverter
-
- convert(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.aad.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
-
- convert(Jwt) - Method in class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
-
- 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
-
- createRelative(String) - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
-
- createRelative(String) - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
-
- validate(Jwt) - Method in class com.azure.spring.aad.webapi.validator.AADJwtAudienceValidator
- validate(Jwt) - Method in class com.azure.spring.aad.webapi.validator.AADJwtClaimValidator
- validate(Jwt) - Method in class com.azure.spring.aad.webapi.validator.AADJwtIssuerValidator
- validate() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
-
Validate spring.jms.servicebus related properties.
- valueOf(String) - Static method in enum com.azure.spring.aad.AADApplicationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.spring.aad.AADAuthorizationGrantType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.spring.autoconfigure.storage.resource.StorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.spring.cloudfoundry.environment.VcapServiceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.spring.keyvault.KeyVaultProperties.Property
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.spring.aad.AADApplicationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.spring.aad.AADAuthorizationGrantType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.spring.autoconfigure.storage.resource.StorageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.spring.cloudfoundry.environment.VcapServiceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.spring.keyvault.KeyVaultProperties.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VCAP_SERVICES - Static variable in class com.azure.spring.cloudfoundry.environment.VcapProcessor
-
- VcapPojo - Class in com.azure.spring.cloudfoundry.environment
-
the pojo of VcapPojo
- VcapPojo() - Constructor for class com.azure.spring.cloudfoundry.environment.VcapPojo
-
- VcapProcessor - Class in com.azure.spring.cloudfoundry.environment
-
Parses VCAP_SERVICES environment variable and sets corresponding property values.
- VcapProcessor() - Constructor for class com.azure.spring.cloudfoundry.environment.VcapProcessor
-
- VcapResult - Class in com.azure.spring.cloudfoundry.environment
-
class the result of VcapProcessor
- VcapResult(ConfigurableEnvironment, VcapPojo[], boolean) - Constructor for class com.azure.spring.cloudfoundry.environment.VcapResult
-
- VcapServiceConfig - Class in com.azure.spring.cloudfoundry.environment
-
config class for VcapService
- VcapServiceConfig() - Constructor for class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
-
- VcapServiceType - Enum in com.azure.spring.cloudfoundry.environment
-
enum VcapServiceType
- VERSION - Static variable in class com.azure.spring.utils.ApplicationId
-