Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AADApplicationType - Enum in com.azure.spring.aad
AAD application type.
AADAppRoleStatelessAuthenticationFilter - Class in com.azure.spring.autoconfigure.aad
Deprecated.
AADAppRoleStatelessAuthenticationFilter(UserPrincipalManager) - Constructor for class com.azure.spring.autoconfigure.aad.AADAppRoleStatelessAuthenticationFilter
Deprecated.
 
AADAuthenticationFilter - Class in com.azure.spring.autoconfigure.aad
Deprecated.
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
Constructs a AADJwtAudienceValidator using the provided parameters
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
Constructs a AADJwtClaimValidator using the provided parameters
AADJwtDecoderProviderConfiguration - Class in com.azure.spring.aad
Allows resolving configuration from an OpenID Provider Configuration or Authorization Server Metadata Request based on provided issuer and method invoked.
AADJwtDecoderProviderConfiguration() - Constructor for class com.azure.spring.aad.AADJwtDecoderProviderConfiguration
 
AADJwtGrantedAuthoritiesConverter - Class in com.azure.spring.aad
Extracts the GrantedAuthoritys 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
Constructs a AADJwtIssuerValidator using the provided parameters
AADJwtIssuerValidator(AADTrustedIssuerRepository) - Constructor for class com.azure.spring.aad.webapi.validator.AADJwtIssuerValidator
Constructs a AADJwtIssuerValidator using the provided parameters
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
Deprecated.
Is not recommended in AADTrustedIssuerRepository to add AAD B2C related content. See AADB2CTrustedIssuerRepository.
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.

B

b2cLoginConfigurer(AADB2CLogoutSuccessHandler, AADB2CAuthorizationRequestResolver) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
 
b2cLogoutSuccessHandler() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
 
b2cOAuth2AuthorizationRequestResolver() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
 
BEARER_PREFIX - Static variable in class com.azure.spring.autoconfigure.aad.Constants
 
blobServiceClientBuilder(StorageProperties) - Method in class com.azure.spring.autoconfigure.storage.StorageAutoConfiguration
 
BlobStorageHealthIndicator - Class in com.azure.spring.autoconfigure.storage.actuator
Health indicator for blob storage.
BlobStorageHealthIndicator(BlobServiceClientBuilder) - Constructor for class com.azure.spring.autoconfigure.storage.actuator.BlobStorageHealthIndicator
 
blobStorageHealthIndicator(BlobServiceClientBuilder) - Method in class com.azure.spring.autoconfigure.storage.StorageHealthConfiguration
 
BlobStorageResource - Class in com.azure.spring.autoconfigure.storage.resource
Implements WritableResource for reading and writing objects in Azure StorageAccount blob.
BlobStorageResource(BlobServiceClient, String) - Constructor for class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
BlobStorageResource(BlobServiceClient, String, Boolean) - Constructor for class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
BlobStorageResource(BlobServiceClient, String, Boolean, String) - Constructor for class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
buildUserPrincipal(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipalManager
Parse the id token to UserPrincipal.

C

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
Import CosmosReactiveRepositoriesAutoConfigureRegistrar class as a Bean in Spring.
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
Import CosmosRepositoriesAutoConfigureRegistrar class as a Bean in Spring.
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
 

D

DATABASE_ID - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 
DEFAULT_AUTHORITY_SET - Static variable in class com.azure.spring.autoconfigure.aad.Constants
 
DEFAULT_CLAIM_TO_AUTHORITY_PREFIX_MAP - Static variable in class com.azure.spring.aad.webapi.AADResourceServerProperties
 
DEFAULT_KEY_PASSWORD_RESET - Static variable in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
The default user flow key 'password-reset'.
DEFAULT_KEY_SIGN_UP_OR_SIGN_IN - Static variable in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
The default user flow key 'sign-up-or-sign-in'.
DEFAULT_LOGOUT_SUCCESS_URL - Static variable in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
DEFAULT_ORDER - Static variable in class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
 
DEFAULT_REFRESH_INTERVAL_MS - Static variable in class com.azure.spring.utils.Constants
 
DefaultAADResourceServerWebSecurityConfigurerAdapter() - Constructor for class com.azure.spring.aad.webapi.AADResourceServerConfiguration.DefaultAADResourceServerWebSecurityConfigurerAdapter
 
DefaultAADWebSecurityConfigurerAdapter() - Constructor for class com.azure.spring.aad.webapp.AADWebApplicationConfiguration.DefaultAADWebSecurityConfigurerAdapter
 
DELIMITER - Static variable in class com.azure.spring.keyvault.KeyVaultProperties
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.azure.spring.aad.webapp.AADHandleConditionalAccessFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.azure.spring.autoconfigure.aad.AADAppRoleStatelessAuthenticationFilter
Deprecated.
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilter
Deprecated.
 
doHealthCheck(Health.Builder) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosHealthIndicator
 

E

endSessionEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
 
equals(Object) - Method in class com.azure.spring.autoconfigure.aad.Membership
 
equals(Object) - Method in class com.azure.spring.autoconfigure.aad.Memberships
 
exists() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
exists() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 

F

FileStorageHealthIndicator - Class in com.azure.spring.autoconfigure.storage.actuator
Health indicator for file storage.
FileStorageHealthIndicator(ShareServiceClientBuilder) - Constructor for class com.azure.spring.autoconfigure.storage.actuator.FileStorageHealthIndicator
 
fileStorageHealthIndicator(ShareServiceClientBuilder) - Method in class com.azure.spring.autoconfigure.storage.StorageHealthConfiguration
 
FileStorageResource - Class in com.azure.spring.autoconfigure.storage.resource
Implements WritableResource for reading and writing objects in Azure StorageAccount file.
FileStorageResource(ShareServiceClient, String) - Constructor for class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
FileStorageResource(ShareServiceClient, String, Boolean) - Constructor for class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
FileStorageResource(ShareServiceClient, String, Boolean, String) - Constructor for class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
findByRegistrationId(String) - Method in class com.azure.spring.aad.AADClientRegistrationRepository
 
findByRegistrationId(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CClientRegistrationRepository
 

G

getAadIssuedBearerToken() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getAADJwkSetUrl(String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
 
getAADTokenUrl(String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
 
getAccessTokenForGraphApi() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getAccessTokenScopes() - Method in class com.azure.spring.aad.webapp.AzureClientRegistration
 
getAccountKey() - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
 
getAccountName() - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
 
getActiveDirectoryGroups() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getAll() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
getAllowedGroupIds() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
 
getAllowedGroupNames() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
 
getAllowedGroups() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Deprecated.
getAllowTelemetry() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Deprecated.
getAnnotation() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosReactiveRepositoriesAutoConfigureRegistrar
 
getAnnotation() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosRepositoriesAutoConfigureRegistrar
 
getAppIdUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getAppIdUri() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getApplicationId() - Method in class com.azure.spring.aad.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
 
getApplicationId() - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizationCodeGrantRequestEntityConverter
 
getApplicationId() - Method in class com.azure.spring.autoconfigure.b2c.AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter
 
getApplicationType() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getAttributes() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getAuthenticateAdditionalParameters() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getAuthenticateAdditionalParameters() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getAuthorities() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getAuthorizationClients() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getAuthorizationClients() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getAuthorizationGrantType() - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
 
getAuthorizationGrantType() - Method in class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
 
getAuthorizationUrl(String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
 
getAzureClientAccessTokenScopes() - Method in class com.azure.spring.aad.AADClientRegistrationRepository
 
getBaseUri() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
 
getBaseUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getBaseUri() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getBaseUrl(String) - Static method in class com.azure.spring.utils.AzureCloudUrls
 
getBlobEndpoint() - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
 
getCaseSensitiveKeys() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getCertificatePassword() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getCertificatePath() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getClaim(String) - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getClaim(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getClaims() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getClaims() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getClaimToAuthorityPrefixMap() - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
 
getClassLoader() - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
 
getClient() - Method in class com.azure.spring.aad.webapp.AzureClientRegistration
 
getClientId() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getClientId() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getClientId() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getClientKey() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getClientSecret() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getClientSecret() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getConfiguration() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosReactiveRepositoriesAutoConfigureRegistrar
 
getConfiguration() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosRepositoriesAutoConfigureRegistrar
 
getConfigurationForOidcIssuerLocation(String) - Static method in class com.azure.spring.aad.AADJwtDecoderProviderConfiguration
 
getConnectionMode() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
getConnectionString() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
getConsistencyLevel() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
getCredentials() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getDatabase() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
getDatabaseName() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
 
getDescription() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
getDescription() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
getDisplayName() - Method in class com.azure.spring.autoconfigure.aad.Membership
 
getDurableTopicPrefetch() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
getEnabled() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getEnableFullList() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Deprecated.
getEndSessionUrl(String, String, String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
 
getFile() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
getFile() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
getFileEndpoint() - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
 
getFilename() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
getFilename() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
getGraphBaseUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getGraphBaseUrl(String) - Static method in class com.azure.spring.utils.AzureCloudUrls
 
getGraphMembershipUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getGroupInformation(String) - Method in class com.azure.spring.aad.webapp.GraphClient
 
getGroups(String) - Method in class com.azure.spring.autoconfigure.aad.AzureADGraphClient
 
getGroups() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getGroupsIds() - Method in class com.azure.spring.aad.webapp.GroupInformation
 
getGroupsNames() - Method in class com.azure.spring.aad.webapp.GroupInformation
 
getHeaders() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getHost() - Method in class com.azure.spring.autoconfigure.jms.ServiceBusKey
 
getHttpBody(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.aad.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
Default body of OAuth2AuthorizationCodeGrantRequest.
getHttpBody(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizationCodeGrantRequestEntityConverter
 
getHttpHeaders() - Method in class com.azure.spring.aad.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
Additional default headers information.
getIdleTimeout() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
getInputStream() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
getInputStream() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
getInstance() - Static method in class com.azure.spring.autoconfigure.aad.JacksonObjectMapperFactory
 
getIssuer() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getIssuer() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getJWKSetCache() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
 
getJwkSetCacheLifespan() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getJwkSetCacheRefreshTime() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getJwkSetUrl(String, String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
 
getJwtClaimsSet() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getJwtConnectTimeout() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getJwtConnectTimeout() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getJwtReadTimeout() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getJwtReadTimeout() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getJWTResourceRetriever() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
 
getJwtSizeLimit() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getJwtSizeLimit() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getKey() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
getKid() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getLabel() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getListener() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
getLoginFlow() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getLogoutSuccessUrl() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class com.azure.spring.autoconfigure.condition.aad.ClientRegistrationCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class com.azure.spring.autoconfigure.condition.aad.ResourceServerCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class com.azure.spring.autoconfigure.condition.aad.WebApplicationCondition
 
getName() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getName() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getName() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getObjectID() - Method in class com.azure.spring.autoconfigure.aad.Membership
 
getObjectType() - Method in class com.azure.spring.autoconfigure.aad.Membership
 
getOdataNextLink() - Method in class com.azure.spring.autoconfigure.aad.Memberships
 
getOrder() - Method in class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
 
getOrder() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getOutputStream() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
getOutputStream() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
getPasswordReset() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getPhase() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
getPlan() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getPostLogoutRedirectUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getPrefetchPolicy() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
getPricingTier() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
getPrincipalClaimName() - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
 
getProjectVersion() - Static method in class com.azure.spring.utils.PropertyLoader
 
getProperty(String) - Method in class com.azure.spring.keyvault.KeyVaultOperation
Get the property.
getProperty(String) - Method in class com.azure.spring.keyvault.KeyVaultPropertySource
 
getPropertyName(KeyVaultProperties.Property) - Static method in class com.azure.spring.keyvault.KeyVaultProperties
 
getPropertyName(String, KeyVaultProperties.Property) - Static method in class com.azure.spring.keyvault.KeyVaultProperties
 
getPropertyNames() - Method in class com.azure.spring.keyvault.KeyVaultOperation
Get the property names.
getPropertyNames() - Method in class com.azure.spring.keyvault.KeyVaultPropertySource
 
getProvider() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getQueueBrowserPrefetch() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
getQueuePrefetch() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
getRedirectUriTemplate() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getRefreshInterval() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getReplyQosSettings() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
getReplyUrl() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getRepositoryConfigurationExtension() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosReactiveRepositoriesAutoConfigureRegistrar
 
getRepositoryConfigurationExtension() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosRepositoriesAutoConfigureRegistrar
 
getResource(String) - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
 
getResources(String) - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
 
getResponseDiagnosticsProcessor() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
getRoles() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getScopes() - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
 
getScopes() - Method in class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
 
getSecretKeys() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getServiceBrokerName() - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
 
getServiceBusKey(String) - Static method in class com.azure.spring.autoconfigure.jms.ConnectionStringResolver
 
getServiceConfig() - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
 
getServiceManagementBaseUrl(String) - Static method in class com.azure.spring.utils.AzureCloudUrls
 
getSessionStateless() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getSharedAccessKey() - Method in class com.azure.spring.autoconfigure.jms.ServiceBusKey
 
getSharedAccessKeyName() - Method in class com.azure.spring.autoconfigure.jms.ServiceBusKey
 
getSpecialOidcIssuerLocation(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
 
getSubject() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getSubject() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getSyslogDrainUrl() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getTags() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getTenant() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Get tenant name for Telemetry
getTenantId() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getTenantId() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getTenantId() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getTenantId() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getTenantId() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getTokenUrl(String, String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
 
getTokenValue() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getTopicClientId() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
getTopicPrefetch() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
getTrustedIssuers() - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
 
getType() - Method in enum com.azure.spring.autoconfigure.storage.resource.StorageType
 
getUri() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
getUri() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getURL() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
getURL() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
getUserFlows() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getUserGroup() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getUserNameAttribute() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getUserNameAttributeName() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getUserPrincipalName() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getValue() - Method in enum com.azure.spring.aad.AADApplicationType
 
getValue() - Method in enum com.azure.spring.aad.AADAuthorizationGrantType
 
getValue() - Method in class com.azure.spring.autoconfigure.aad.Memberships
 
getVolumeMounts() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
GraphClient - Class in com.azure.spring.aad.webapp
GraphClient is used to access graph server.
GraphClient(AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.webapp.GraphClient
 
GroupInformation - Class in com.azure.spring.aad.webapp
Contains information about the group.
GroupInformation() - Constructor for class com.azure.spring.aad.webapp.GroupInformation
 

H

hashCode() - Method in class com.azure.spring.autoconfigure.aad.Membership
 
hashCode() - Method in class com.azure.spring.autoconfigure.aad.Memberships
 
hasSpecialOidcIssuerLocation(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
 
health() - Method in class com.azure.spring.autoconfigure.storage.actuator.BlobStorageHealthIndicator
 
health() - Method in class com.azure.spring.autoconfigure.storage.actuator.FileStorageHealthIndicator
 
health() - Method in class com.azure.spring.keyvault.KeyVaultHealthIndicator
 
HOST_ENDPOINT - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 

I

inferApplicationTypeByDependencies() - Static method in enum com.azure.spring.aad.AADApplicationType
Infer application type by dependencies
init(HttpSecurity) - Method in class com.azure.spring.autoconfigure.b2c.AADB2COidcLoginConfigurer
 
isAllowedGroup(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Deprecated.
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Deprecated.
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Deprecated.
isMemberOf(AADAuthenticationProperties, String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
isOnDemand() - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
Deprecated.
isPersonalAccount() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
isPersonalAccount() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
isPopulateQueryMetrics() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
isReplyPubSubDomain() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
isSameGrantType(AuthorizationGrantType) - Method in enum com.azure.spring.aad.AADAuthorizationGrantType
 
isSubscriptionDurable() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
isSubscriptionShared() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
isTokenIssuedByAAD(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipalManager
 
isTrusted(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
 
isValidateUri() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
iterator() - Method in class com.azure.spring.aad.AADClientRegistrationRepository
 
iterator() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CClientRegistrationRepository
 

J

JacksonHttpSessionOAuth2AuthorizedClientRepository - Class in com.azure.spring.aad
An implementation of an OAuth2AuthorizedClientRepository that stores OAuth2AuthorizedClient's in the HttpSession.
JacksonHttpSessionOAuth2AuthorizedClientRepository() - Constructor for class com.azure.spring.aad.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
JacksonObjectMapperFactory - Class in com.azure.spring.autoconfigure.aad
factoty class of JacksonObjectMapper
jmsConnectionFactory() - Method in class com.azure.spring.autoconfigure.jms.NonPremiumServiceBusJMSAutoConfiguration
 
jmsConnectionFactory() - Method in class com.azure.spring.autoconfigure.jms.PremiumServiceBusJMSAutoConfiguration
 
jmsListenerContainerFactory(DefaultJmsListenerContainerFactoryConfigurer, ConnectionFactory) - Method in class com.azure.spring.autoconfigure.jms.AbstractServiceBusJMSAutoConfiguration
Declare JmsListenerContainerFactory bean for Azure Service Bus Queue.
jwkSetEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
 
jwtDecoder() - Method in class com.azure.spring.aad.webapi.AADResourceServerConfiguration
Use JwkKeySetUri to create JwtDecoder
jwtDecoder(JWTProcessor<SecurityContext>, AADTrustedIssuerRepository) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
 
jwtProcessor(JWTClaimsSetAwareJWSKeySelector<SecurityContext>) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
 

K

KeyVaultEnvironmentPostProcessor - Class in com.azure.spring.keyvault
Leverage EnvironmentPostProcessor to add Key Vault secrets as a property source.
KeyVaultEnvironmentPostProcessor() - Constructor for class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
 
KeyVaultHealthConfiguration - Class in com.azure.spring.keyvault
configuration class of KeyVaultHealth
KeyVaultHealthConfiguration() - Constructor for class com.azure.spring.keyvault.KeyVaultHealthConfiguration
 
KeyVaultHealthIndicator - Class in com.azure.spring.keyvault
Indicator class of KeyVaultHealth
KeyVaultHealthIndicator(ConfigurableEnvironment) - Constructor for class com.azure.spring.keyvault.KeyVaultHealthIndicator
 
KeyVaultOperation - Class in com.azure.spring.keyvault
KeyVaultOperation wraps the operations to access Key Vault.
KeyVaultOperation(SecretClient, long, List<String>, boolean) - Constructor for class com.azure.spring.keyvault.KeyVaultOperation
Constructor.
KeyVaultProperties - Class in com.azure.spring.keyvault
KeyVaultProperties
KeyVaultProperties() - Constructor for class com.azure.spring.keyvault.KeyVaultProperties
 
KeyVaultProperties.Property - Enum in com.azure.spring.keyvault
enum Property
KeyVaultPropertySource - Class in com.azure.spring.keyvault
A key vault implementation of EnumerablePropertySource to enumerate all property pairs in Key Vault.
KeyVaultPropertySource(String, KeyVaultOperation) - Constructor for class com.azure.spring.keyvault.KeyVaultPropertySource
 
KeyVaultPropertySource(KeyVaultOperation) - Constructor for class com.azure.spring.keyvault.KeyVaultPropertySource
 

L

lastModified() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
lastModified() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
Listener() - Constructor for class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
loadAuthorizedClient(String, Authentication, HttpServletRequest) - Method in class com.azure.spring.aad.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
loadUser(OidcUserRequest) - Method in class com.azure.spring.aad.webapp.AADOAuth2UserService
 
LOCAL_URI_REGEX - Static variable in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
LOG_VARIABLE - Static variable in class com.azure.spring.cloudfoundry.environment.VcapProcessor
 

M

MASTER_KEY - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 
Membership - Class in com.azure.spring.autoconfigure.aad
This class is used to deserialize json to object.
Membership(String, String, String) - Constructor for class com.azure.spring.autoconfigure.aad.Membership
 
Memberships - Class in com.azure.spring.autoconfigure.aad
This class is used to deserialize json to object.
Memberships(String, List<Membership>) - Constructor for class com.azure.spring.autoconfigure.aad.Memberships
 

N

NAMESPACE_DOCUMENTDB - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 
NAMESPACE_NAME - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 
NAMESPACE_SERVICE_BUS - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 
NonPremiumServiceBusJMSAutoConfiguration - Class in com.azure.spring.autoconfigure.jms
Automatic configuration class of ServiceBusJMS for Standard and Basic Service Bus
NonPremiumServiceBusJMSAutoConfiguration(AzureServiceBusJMSProperties) - Constructor for class com.azure.spring.autoconfigure.jms.NonPremiumServiceBusJMSAutoConfiguration
 

O

oAuth2AuthorizedClientRepository() - Method in class com.azure.spring.aad.AADOAuth2ClientConfiguration
 
OBJECT_TYPE_GROUP - Static variable in class com.azure.spring.autoconfigure.aad.Membership
 
oidcLogoutSuccessHandler() - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
 
oidcUserService(AADAuthenticationProperties) - Method in class com.azure.spring.aad.webapp.AADWebApplicationConfiguration
 
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CLogoutSuccessHandler
 

P

parseVcapService(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageProtocolResolver
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.azure.spring.cloudfoundry.environment.VcapProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
Post process the environment.
PrefetchPolicy() - Constructor for class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
PREFIX - Static variable in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
PREFIX - Static variable in class com.azure.spring.keyvault.KeyVaultProperties
 
PremiumServiceBusJMSAutoConfiguration - Class in com.azure.spring.autoconfigure.jms
Automatic configuration class of ServiceBusJMS for Premium Service Bus
PremiumServiceBusJMSAutoConfiguration(AzureServiceBusJMSProperties) - Constructor for class com.azure.spring.autoconfigure.jms.PremiumServiceBusJMSAutoConfiguration
 
properties - Variable in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
 
PROPERTY_PREFIX - Static variable in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
 
PropertyLoader - Class in com.azure.spring.utils
Util class to load property files.
PropertyLoader() - Constructor for class com.azure.spring.utils.PropertyLoader
 

R

removeAuthorizedClient(String, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
requestResolver() - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
 
resolve(HttpServletRequest) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizationRequestResolver
 
resolve(HttpServletRequest, String) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizationRequestResolver
 
resolve(HttpServletRequest) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAuthorizationRequestResolver
 
resolve(HttpServletRequest, String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAuthorizationRequestResolver
 
resolve(String, ResourceLoader) - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageProtocolResolver
 
resolveBaseUri(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
Resolve the base uri to get scheme and host.
ResourceServerCondition - Class in com.azure.spring.autoconfigure.condition.aad
Resource server or all in scenario condition.
ResourceServerCondition() - Constructor for class com.azure.spring.autoconfigure.condition.aad.ResourceServerCondition
 
resourceServerCount(Set<String>) - Static method in class com.azure.spring.aad.AADClientRegistrationRepository
 

S

saveAuthorizedClient(OAuth2AuthorizedClient, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
selectKeys(JWSHeader, JWTClaimsSet, SecurityContext) - Method in class com.azure.spring.aad.AADIssuerJWSKeySelector
 
ServiceBusKey - Class in com.azure.spring.autoconfigure.jms
POJO describes Service Bus connection info
setAadIssuedBearerToken(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
setAccessTokenForGraphApi(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
setAccountKey(String) - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
 
setAccountName(String) - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
 
setActiveDirectoryGroups(List<String>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Deprecated.
setAll(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
setAllowedGroupIds(Set<String>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Set the allowed group ids.
setAllowedGroupNames(List<String>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
 
setAllowedGroups(List<String>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Deprecated.
setAllowTelemetry(boolean) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setAllowTelemetry(boolean) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setAllowTelemetry(boolean) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setAllowTelemetry(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setAppIdUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setAppIdUri(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setApplicationType(AADApplicationType) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setAuthenticateAdditionalParameters(Map<String, Object>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setAuthenticateAdditionalParameters(Map<String, Object>) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setAuthorizationClients(Map<String, AuthorizationClientProperties>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setAuthorizationClients(Map<String, AuthorizationClientProperties>) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setAuthorizationGrantType(AADAuthorizationGrantType) - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
 
setAuthorizationGrantType(AADAuthorizationGrantType) - Method in class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
 
setBaseUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setBaseUri(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setBlobEndpoint(String) - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
 
setCaseSensitiveKeys(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setCertificatePassword(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setCertificatePath(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setClaimToAuthorityPrefixMap(Map<String, String>) - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
 
setClientId(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setClientId(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setClientId(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setClientKey(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setClientSecret(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setClientSecret(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setConnectionMode(ConnectionMode) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setConnectionString(String) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
setConsistencyLevel(ConsistencyLevel) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setCredentials(Map<String, String>) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setCustomUserAgent(String) - Method in class com.azure.spring.autoconfigure.jms.SpringServiceBusJmsConnectionFactory
 
setDatabase(String) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setDurableTopicPrefetch(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
setEnabled(Boolean) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setEnableFullList(Boolean) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Deprecated.
setFileEndpoint(String) - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
 
setGraphBaseUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setGraphMembershipUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setGroups(Set<String>) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
setGroupsIds(Set<String>) - Method in class com.azure.spring.aad.webapp.GroupInformation
 
setGroupsNames(Set<String>) - Method in class com.azure.spring.aad.webapp.GroupInformation
 
setIdleTimeout(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
setJwkSetCacheLifespan(long) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setJwkSetCacheRefreshTime(long) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setJwtConnectTimeout(int) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setJwtConnectTimeout(int) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setJwtReadTimeout(int) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setJwtReadTimeout(int) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setJwtSizeLimit(int) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setJwtSizeLimit(int) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setKey(String) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setLabel(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setLoginFlow(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setLogoutSuccessUrl(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setName(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setOnDemand(boolean) - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
Deprecated.
setOrder(int) - Method in class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
 
setOrder(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setPhase(Integer) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
setPlan(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setPopulateQueryMetrics(boolean) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setPostLogoutRedirectUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setPricingTier(String) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
setPrincipalClaimName(String) - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
 
setProvider(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setQueueBrowserPrefetch(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
setQueuePrefetch(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
setRedirectUriTemplate(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setRefreshInterval(Long) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setReplyPubSubDomain(Boolean) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
setReplyQosSettings(QosSettings) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
setReplyUrl(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setResourceLoader(ResourceLoader) - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageProtocolResolver
 
setResponseDiagnosticsProcessor(ResponseDiagnosticsProcessor) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setRoles(Set<String>) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
setScopes(List<String>) - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
 
setScopes(List<String>) - Method in class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
 
setSecretKeys(List<String>) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setServiceBrokerName(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
 
setServiceConfig(VcapServiceConfig) - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
 
setSessionStateless(Boolean) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setSubscriptionDurable(Boolean) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
setSubscriptionShared(Boolean) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
 
setSyslogDrainUrl(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setTags(String[]) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setTenant(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setTenantId(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setTenantId(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setTenantId(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setTopicClientId(String) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
setTopicPrefetch(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
setUri(String) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setUri(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setUserFlows(Map<String, String>) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setUserGroup(AADAuthenticationProperties.UserGroupProperties) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setUserNameAttribute(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setUserNameAttributeName(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
setValidateUri(boolean) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setVolumeMounts(String[]) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
SHARED_ACCESS_KEY_VALUE - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 
SHARED_ACCESS_NAME - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 
shareServiceClientBuilder(StorageProperties) - Method in class com.azure.spring.autoconfigure.storage.StorageAutoConfiguration
 
SPRING_SECURITY_OAUTH2_CLIENT_CLASS_NAME - Static variable in enum com.azure.spring.aad.AADApplicationType
 
SPRING_SECURITY_OAUTH2_RESOURCE_SERVER_CLASS_NAME - Static variable in enum com.azure.spring.aad.AADApplicationType
 
SpringServiceBusJmsConnectionFactory - Class in com.azure.spring.autoconfigure.jms
A subclass of JmsConnectionFactory to set customized user agent.
SpringServiceBusJmsConnectionFactory(String, ServiceBusJmsConnectionFactorySettings) - Constructor for class com.azure.spring.autoconfigure.jms.SpringServiceBusJmsConnectionFactory
 
StorageAutoConfiguration - Class in com.azure.spring.autoconfigure.storage
An auto-configuration for Azure Storage Account
StorageAutoConfiguration() - Constructor for class com.azure.spring.autoconfigure.storage.StorageAutoConfiguration
 
StorageHealthConfiguration - Class in com.azure.spring.autoconfigure.storage
Auto-configuration class for Storage actuator.
StorageHealthConfiguration() - Constructor for class com.azure.spring.autoconfigure.storage.StorageHealthConfiguration
 
StorageProperties - Class in com.azure.spring.autoconfigure.storage
Storage properties.
StorageProperties() - Constructor for class com.azure.spring.autoconfigure.storage.StorageProperties
 
StorageRuntimeException - Exception in com.azure.spring.autoconfigure.storage.resource
The Azure Storage specific NestedRuntimeException.
StorageRuntimeException(String) - Constructor for exception com.azure.spring.autoconfigure.storage.resource.StorageRuntimeException
 
StorageRuntimeException(String, Throwable) - Constructor for exception com.azure.spring.autoconfigure.storage.resource.StorageRuntimeException
 
StorageType - Enum in com.azure.spring.autoconfigure.storage.resource
Azure Storage Account types.

T

tenantId - Variable in class com.azure.spring.aad.AADTrustedIssuerRepository
 
toGrantedAuthoritySet(Set<String>) - Method in class com.azure.spring.autoconfigure.aad.AzureADGraphClient
 
tokenEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
 
topicJmsListenerContainerFactory(DefaultJmsListenerContainerFactoryConfigurer, ConnectionFactory) - Method in class com.azure.spring.autoconfigure.jms.AbstractServiceBusJMSAutoConfiguration
Declare JmsListenerContainerFactory bean for Azure Service Bus Topic.
toSimpleGrantedAuthoritySet(UserPrincipal) - Method in class com.azure.spring.autoconfigure.aad.AADAppRoleStatelessAuthenticationFilter
Deprecated.
 
toString() - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
 
toString() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
toString() - Method in enum com.azure.spring.cloudfoundry.environment.VcapServiceType
 
trustedIssuerRepository() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
 

U

URI_REGEX - Static variable in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
UserGroupProperties() - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
 
UserPrincipal - Class in com.azure.spring.autoconfigure.aad
entity class of UserPrincipal
UserPrincipal(String, JWSObject, JWTClaimsSet) - Constructor for class com.azure.spring.autoconfigure.aad.UserPrincipal
 
UserPrincipalManager - Class in com.azure.spring.autoconfigure.aad
A user principal manager to load user info from JWT.
UserPrincipalManager(JWKSource<SecurityContext>) - Constructor for class com.azure.spring.autoconfigure.aad.UserPrincipalManager
ΓΈ Creates a new UserPrincipalManager with a predefined JWKSource.
UserPrincipalManager(AADAuthorizationServerEndpoints, AADAuthenticationProperties, ResourceRetriever, boolean) - Constructor for class com.azure.spring.autoconfigure.aad.UserPrincipalManager
UserPrincipalManager(AADAuthorizationServerEndpoints, AADAuthenticationProperties, ResourceRetriever, boolean, JWKSetCache) - Constructor for class com.azure.spring.autoconfigure.aad.UserPrincipalManager

V

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
 

W

WebApplicationCondition - Class in com.azure.spring.autoconfigure.condition.aad
Web application or all in scenario condition.
WebApplicationCondition() - Constructor for class com.azure.spring.autoconfigure.condition.aad.WebApplicationCondition
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.