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

A

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.
AADAuthorizationServerEndpoints - Class in com.azure.spring.aad
Used to get endpoints for Microsoft Identity authorization server.
AADAuthorizationServerEndpoints(String, String) - Constructor for class com.azure.spring.aad.AADAuthorizationServerEndpoints
 
AADB2CAuthorizationRequestResolver - Class in com.azure.spring.autoconfigure.b2c
This class handles the OAuth2 request procession for AAD B2C authorization.
AADB2CAuthorizationRequestResolver(ClientRegistrationRepository, AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CAuthorizationRequestResolver
 
AADB2CAutoConfiguration - Class in com.azure.spring.autoconfigure.b2c
Auto-configuration for AAD B2C Authentication.
AADB2CAutoConfiguration(ClientRegistrationRepository, AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
 
AADB2CAutoConfiguration.AADB2COidcAutoConfiguration - Class in com.azure.spring.autoconfigure.b2c
Automatic configuration class of AADB2COidc
AADB2CClientRegistrationRepository - Class in com.azure.spring.autoconfigure.b2c
ClientRegistrationRepository for aad b2c
AADB2CConfigurationException - Exception in com.azure.spring.autoconfigure.b2c
Throw runtime exception for configuration.
AADB2CConfigurationException(String) - Constructor for exception com.azure.spring.autoconfigure.b2c.AADB2CConfigurationException
 
AADB2CConfigurationException(String, Throwable) - Constructor for exception com.azure.spring.autoconfigure.b2c.AADB2CConfigurationException
 
AADB2CLogoutSuccessHandler - Class in com.azure.spring.autoconfigure.b2c
Get the url of successful logout and handle the navigation on logout.
AADB2CLogoutSuccessHandler(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CLogoutSuccessHandler
 
AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter - Class in com.azure.spring.autoconfigure.b2c
Used to set azure service header tag when use "auth-code" to get "access_token".
AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter() - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter
 
AADB2COidcAutoConfiguration(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration.AADB2COidcAutoConfiguration
 
AADB2COidcLoginConfigurer - Class in com.azure.spring.autoconfigure.b2c
Configure B2C OAUTH2 login properties.
AADB2COidcLoginConfigurer(AADB2CLogoutSuccessHandler, AADB2CAuthorizationRequestResolver) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2COidcLoginConfigurer
 
AADB2CProperties - Class in com.azure.spring.autoconfigure.b2c
Configuration properties for Azure Active Directory B2C.
AADB2CProperties() - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
AADB2CResourceServerAutoConfiguration - Class in com.azure.spring.autoconfigure.b2c
Automatic configuration class of AADB2CResourceServer
AADB2CResourceServerAutoConfiguration(AADB2CProperties) - Constructor for class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
 
AADB2CURL - Class in com.azure.spring.autoconfigure.b2c
To get AAD B2C URLs for configuration.
AADClientRegistrationRepository - Class in com.azure.spring.aad
Manage all AAD oauth2 clients configured by property "azure.activedirectory.xxx"
AADClientRegistrationRepository(AzureClientRegistration, List<ClientRegistration>, AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.AADClientRegistrationRepository
 
AADDatabindModule - Class in com.azure.spring.aad.webapp.jackson
Jackson databind module for AAD related classes.
AADDatabindModule() - Constructor for class com.azure.spring.aad.webapp.jackson.AADDatabindModule
 
AADHandleConditionalAccessFilter - Class in com.azure.spring.aad.webapp
Handle the WebClientResponseException in On-Behalf-Of flow.
AADHandleConditionalAccessFilter() - Constructor for class com.azure.spring.aad.webapp.AADHandleConditionalAccessFilter
 
AADIssuerJWSKeySelector - Class in com.azure.spring.aad
Selecting key candidates for processing a signed JWT which provides access to the JWT claims set in addition to the JWS header.
AADIssuerJWSKeySelector(AADTrustedIssuerRepository, int, int, int) - Constructor for class com.azure.spring.aad.AADIssuerJWSKeySelector
 
aadIssuerJWSKeySelector(AADTrustedIssuerRepository) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
 
AADJwtAudienceValidator - Class in com.azure.spring.aad.webapi.validator
Validates the "aud" claim in a Jwt, that is matches a configured value
AADJwtAudienceValidator(List<String>) - Constructor for class com.azure.spring.aad.webapi.validator.AADJwtAudienceValidator
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
 
AADJwtBearerTokenAuthenticationConverter(String) - Constructor for class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
 
AADJwtBearerTokenAuthenticationConverter(String, String) - Constructor for class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
 
AADJwtClaimValidator<T> - Class in com.azure.spring.aad.webapi.validator
Validates a claim in a Jwt against a provided Predicate.
AADJwtClaimValidator(String, Predicate<T>) - Constructor for class com.azure.spring.aad.webapi.validator.AADJwtClaimValidator
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
 
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
AADOAuth2AuthenticatedPrincipal - Class in com.azure.spring.aad.webapi
entity class of AADOAuth2AuthenticatedPrincipal
AADOAuth2AuthenticatedPrincipal(Map<String, Object>, Map<String, Object>, Collection<GrantedAuthority>, String) - Constructor for class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
 
AADOAuth2AuthorizationCodeGrantRequestEntityConverter - Class in com.azure.spring.aad.webapp
Used to set "scope" parameter when use "auth-code" to get "access_token".
AADOAuth2AuthorizationCodeGrantRequestEntityConverter(AzureClientRegistration) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizationCodeGrantRequestEntityConverter
 
AADOAuth2AuthorizationRequestResolver - Class in com.azure.spring.aad.webapp
To add conditional policy claims to authorization URL.
AADOAuth2AuthorizationRequestResolver(ClientRegistrationRepository) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizationRequestResolver
 
AADOAuth2AuthorizedClientRepository - Class in com.azure.spring.aad.webapp
OAuth2AuthorizedClientRepository used for AAD oauth2 clients.
AADOAuth2AuthorizedClientRepository(AADWebAppClientRegistrationRepository) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizedClientRepository
 
AADOAuth2AuthorizedClientRepository(AADWebAppClientRegistrationRepository, OAuth2AuthorizedClientRepository, OAuth2AuthorizedClientProvider) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2AuthorizedClientRepository
 
AADOAuth2OboAuthorizedClientRepository - Class in com.azure.spring.aad.webapi
OAuth2AuthorizedClientRepository for obo flow
AADOAuth2OboAuthorizedClientRepository(ClientRegistrationRepository) - Constructor for class com.azure.spring.aad.webapi.AADOAuth2OboAuthorizedClientRepository
 
AADOAuth2UserService - Class in com.azure.spring.aad.webapp
This implementation will retrieve group info of user from Microsoft Graph.
AADOAuth2UserService(AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2UserService
 
AADResourceServerConfiguration - Class in com.azure.spring.aad.webapi
The configuration will not be activated if no BearerTokenAuthenticationToken class provided.
AADResourceServerConfiguration() - Constructor for class com.azure.spring.aad.webapi.AADResourceServerConfiguration
 
AADResourceServerConfiguration.DefaultAADResourceServerWebSecurityConfigurerAdapter - Class in com.azure.spring.aad.webapi
Default configuration class for using AAD authentication and authorization.
AADResourceServerOboConfiguration - Class in com.azure.spring.aad.webapi
The configuration will not be activated if no OAuth2LoginAuthenticationFilter class provided.
AADResourceServerOboConfiguration() - Constructor for class com.azure.spring.aad.webapi.AADResourceServerOboConfiguration
 
AADResourceServerWebSecurityConfigurerAdapter - Class in com.azure.spring.aad.webapi
Abstract configuration class, used to make JwtConfigurer and AADJwtBearerTokenAuthenticationConverter take effect.
AADResourceServerWebSecurityConfigurerAdapter() - Constructor for class com.azure.spring.aad.webapi.AADResourceServerWebSecurityConfigurerAdapter
 
AADTokenClaim - Class in com.azure.spring.autoconfigure.aad
Refs: https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens
AADTokenClaim() - Constructor for class com.azure.spring.autoconfigure.aad.AADTokenClaim
 
AADTrustedIssuerRepository - Class in com.azure.spring.aad
A tenant id is used to construct the trusted issuer repository.
AADTrustedIssuerRepository(String) - Constructor for class com.azure.spring.aad.AADTrustedIssuerRepository
 
AADWebAppClientRegistrationRepository - Class in com.azure.spring.aad.webapp
Manage all AAD oauth2 clients configured by property "azure.activedirectory.xxx" for webapp
AADWebAppClientRegistrationRepository(AzureClientRegistration, List<ClientRegistration>, AADAuthenticationProperties) - Constructor for class com.azure.spring.aad.webapp.AADWebAppClientRegistrationRepository
 
AADWebAppConfiguration - Class in com.azure.spring.aad.webapp
Configure the necessary beans used for aad authentication and authorization.
AADWebAppConfiguration() - Constructor for class com.azure.spring.aad.webapp.AADWebAppConfiguration
 
AADWebAppConfiguration.DefaultAADWebSecurityConfigurerAdapter - Class in com.azure.spring.aad.webapp
Sample configuration to make AzureActiveDirectoryOAuth2UserService take effect.
AADWebSecurityConfigurerAdapter - Class in com.azure.spring.aad.webapp
Abstract configuration class, used to make AzureClientRegistrationRepository and AuthzCodeGrantRequestEntityConverter take effect.
AADWebSecurityConfigurerAdapter() - Constructor for class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
 
AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter - Class in com.azure.spring.common
When using "auth-code" in AAD and AAD B2C, it's used to expand head and body parameters of the request.
AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter() - Constructor for class com.azure.spring.common.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
 
accessTokenResponseClient() - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
 
accessTokenResponseClient() - Method in class com.azure.spring.autoconfigure.b2c.AADB2COidcLoginConfigurer
 
acquireTokenForGraphApi(String, String) - Method in class com.azure.spring.autoconfigure.aad.AzureADGraphClient
Acquire access token for calling Graph API.
addB2CIssuer(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
 
addB2CUserFlowIssuers(String, Map<String, String>) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
Only the V2 version of Access Token is supported when using Azure AD B2C user flows.
addTrustedIssuer(String...) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
 
afterPropertiesSet() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
afterPropertiesSet() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
allClients - Variable in class com.azure.spring.aad.AADClientRegistrationRepository
 
allowedGroupsConfigured() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
APP_ID - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
 
ApplicationId - Class in com.azure.spring.utils
Util class for ApplicationId
ApplicationId() - Constructor for class com.azure.spring.utils.ApplicationId
 
AUD - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
 
AuthorizationClientProperties - Class in com.azure.spring.aad.webapp
Properties for an oauth2 client.
AuthorizationClientProperties() - Constructor for class com.azure.spring.aad.webapp.AuthorizationClientProperties
 
authorizationEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
 
authorizedClientRepository(AADWebAppClientRegistrationRepository) - Method in class com.azure.spring.aad.webapp.AADWebAppConfiguration
 
AZP - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
 
AZURE_CLIENT_REGISTRATION_ID - Static variable in class com.azure.spring.aad.AADClientRegistrationRepository
 
AZURE_KEYVAULT_PROPERTYSOURCE_NAME - Static variable in class com.azure.spring.utils.Constants
 
AZURE_SPRING_AAD - Static variable in class com.azure.spring.utils.ApplicationId
AZURE_SPRING_AAD does not contain VERSION, because AAD server support 2 headers: 1.
AZURE_SPRING_B2C - Static variable in class com.azure.spring.utils.ApplicationId
 
AZURE_SPRING_KEY_VAULT - Static variable in class com.azure.spring.utils.ApplicationId
 
AZURE_SPRING_SERVICE_BUS - Static variable in class com.azure.spring.utils.ApplicationId
 
AZURE_SPRING_STORAGE_BLOB - Static variable in class com.azure.spring.utils.ApplicationId
 
AZURE_SPRING_STORAGE_FILES - Static variable in class com.azure.spring.utils.ApplicationId
 
AzureADGraphClient - Class in com.azure.spring.autoconfigure.aad
Microsoft Graph client encapsulation.
AzureADGraphClient(String, String, AADAuthenticationProperties, AADAuthorizationServerEndpoints) - Constructor for class com.azure.spring.autoconfigure.aad.AzureADGraphClient
 
azureADJwtTokenFilter() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
Declare AADAuthenticationFilter bean.
azureADStatelessAuthFilter(ResourceRetriever) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
 
azureClient - Variable in class com.azure.spring.aad.AADClientRegistrationRepository
 
AzureClientRegistration - Class in com.azure.spring.aad.webapp
Azure oauth2 client registration.
AzureClientRegistration(ClientRegistration, Set<String>) - Constructor for class com.azure.spring.aad.webapp.AzureClientRegistration
 
AzureCloudUrls - Class in com.azure.spring.utils
Util class for Azure urls
AzureCloudUrls() - Constructor for class com.azure.spring.utils.AzureCloudUrls
 
azureKeyCredential() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
 
azureModule - Variable in class com.azure.spring.common.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
 
AzureServiceBusJMSProperties - Class in com.azure.spring.autoconfigure.jms
ConfigurationProperties for configuring Azure Service Bus JMS.
AzureServiceBusJMSProperties() - Constructor for class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
AzureStorageProtocolResolver - Class in com.azure.spring.autoconfigure.storage.resource
A ProtocolResolver implementation for the azure-blob:// or azure-file:// protocol.
AzureStorageProtocolResolver() - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageProtocolResolver
 
AzureStorageResourcePatternResolver - Class in com.azure.spring.autoconfigure.storage.resource
An Azure Storage specific ResourcePatternResolver.
AzureStorageResourcePatternResolver(BlobServiceClient) - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
Constructor.
AzureStorageResourcePatternResolver(ShareServiceClient) - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
Constructor.
AzureStorageResourcePatternResolver(BlobServiceClient, ShareServiceClient) - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
Constructor.

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.
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
 
clientRegistrationRepository() - Method in class com.azure.spring.aad.webapi.AADResourceServerOboConfiguration
 
clientRegistrationRepository() - Method in class com.azure.spring.aad.webapp.AADWebAppConfiguration
 
clientRegistrationRepository() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration.AADB2COidcAutoConfiguration
 
com.azure.spring.aad - package com.azure.spring.aad
Package com.azure.spring.aad
com.azure.spring.aad.webapi - package com.azure.spring.aad.webapi
Package com.azure.spring.aad.webapi
com.azure.spring.aad.webapi.validator - package com.azure.spring.aad.webapi.validator
Package com.azure.spring.aad.resource.server.validator
com.azure.spring.aad.webapp - package com.azure.spring.aad.webapp
Package com.azure.spring.aad.webapp
com.azure.spring.aad.webapp.jackson - package com.azure.spring.aad.webapp.jackson
Package com.azure.spring.aad.webapp.jackson
com.azure.spring.autoconfigure.aad - package com.azure.spring.autoconfigure.aad
Package com.azure.spring.autoconfigure.aad
com.azure.spring.autoconfigure.b2c - package com.azure.spring.autoconfigure.b2c
Package com.azure.spring.autoconfigure.cosmos
com.azure.spring.autoconfigure.cosmos - package com.azure.spring.autoconfigure.cosmos
Package com.azure.spring.autoconfigure.cosmos
com.azure.spring.autoconfigure.gremlin - package com.azure.spring.autoconfigure.gremlin
Package com.azure.spring.autoconfigure.gremlin
com.azure.spring.autoconfigure.jms - package com.azure.spring.autoconfigure.jms
Package com.azure.spring.autoconfigure.jms
com.azure.spring.autoconfigure.storage - package com.azure.spring.autoconfigure.storage
Package com.azure.spring.cloud.autoconfigure.storage;
com.azure.spring.autoconfigure.storage.actuator - package com.azure.spring.autoconfigure.storage.actuator
Package com.azure.spring.cloud.autoconfigure.storage.actuator;
com.azure.spring.autoconfigure.storage.resource - package com.azure.spring.autoconfigure.storage.resource
Package com.azure.spring.cloud.storage;
com.azure.spring.cloudfoundry.environment - package com.azure.spring.cloudfoundry.environment
Package com.azure.spring.cloudfoundry.environment
com.azure.spring.common - package com.azure.spring.common
Package com.azure.spring.common
com.azure.spring.keyvault - package com.azure.spring.keyvault
Package com.azure.keyvault.spring
com.azure.spring.telemetry - package com.azure.spring.telemetry
Package com.azure.spring.telemetry
com.azure.spring.utils - package com.azure.spring.utils
Package com.azure.spring.utils
CONDITIONAL_ACCESS_POLICY_CLAIMS - Static variable in class com.azure.spring.autoconfigure.aad.Constants
 
configure(HttpSecurity) - Method in class com.azure.spring.aad.webapi.AADResourceServerConfiguration.DefaultAADResourceServerWebSecurityConfigurerAdapter
 
configure(HttpSecurity) - Method in class com.azure.spring.aad.webapi.AADResourceServerWebSecurityConfigurerAdapter
 
configure(HttpSecurity) - Method in class com.azure.spring.aad.webapp.AADWebAppConfiguration.DefaultAADWebSecurityConfigurerAdapter
 
configure(HttpSecurity) - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
 
ConnectionStringResolver - Class in com.azure.spring.autoconfigure.jms
Resolve Service Bus host, shared access key name, shared access key from Service Bus connection string.
ConnectionStringResolver() - Constructor for class com.azure.spring.autoconfigure.jms.ConnectionStringResolver
 
Constants - Class in com.azure.spring.autoconfigure.aad
Constants used for AAD related logic.
Constants() - Constructor for class com.azure.spring.autoconfigure.aad.Constants
 
Constants - Class in com.azure.spring.cloudfoundry.environment
utils class of Constants
Constants() - Constructor for class com.azure.spring.cloudfoundry.environment.Constants
 
Constants - Class in com.azure.spring.utils
Util class for Constants
Constants() - Constructor for class com.azure.spring.utils.Constants
 
contentLength() - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
contentLength() - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 
convert(Jwt) - Method in class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
 
convert(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizationCodeGrantRequestEntityConverter
 
convert(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.autoconfigure.b2c.AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter
 
convert(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.common.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
 
CosmosAutoConfiguration - Class in com.azure.spring.autoconfigure.cosmos
Auto Configure Cosmos properties and connection policy.
CosmosAutoConfiguration(CosmosProperties) - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
 
cosmosClientBuilder(AzureKeyCredential) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
 
cosmosConfig() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
 
CosmosHealthConfiguration - Class in com.azure.spring.autoconfigure.cosmos
CosmosHealthConfiguration
CosmosHealthConfiguration() - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosHealthConfiguration
 
cosmosHealthContributor(CosmosAsyncClient) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosHealthConfiguration
 
CosmosHealthIndicator - Class in com.azure.spring.autoconfigure.cosmos
Simple implementation of a HealthIndicator returning status information for Cosmos data stores.
CosmosHealthIndicator(CosmosAsyncClient) - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosHealthIndicator
 
CosmosProperties - Class in com.azure.spring.autoconfigure.cosmos
Configuration properties for Cosmos database, consistency, telemetry, connection, query metrics and diagnostics.
CosmosProperties() - Constructor for class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
CosmosReactiveRepositoriesAutoConfiguration - Class in com.azure.spring.autoconfigure.cosmos
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
 
createOboClients() - Method in class com.azure.spring.aad.webapi.AADResourceServerOboConfiguration
 
createRelative(String) - Method in class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
 
createRelative(String) - Method in class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
 

D

DATABASE_ID - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
 
DEFAULT_AUTHORITY_ENDPOINT_URI - Static variable in class com.azure.spring.autoconfigure.aad.Constants
 
DEFAULT_AUTHORITY_SET - Static variable in class com.azure.spring.autoconfigure.aad.Constants
 
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.AADWebAppConfiguration.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
 
extractAuthorities(Jwt) - Method in class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
 

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
 
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
 
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
 
getAllowedGroups() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
 
getAllowTelemetry() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getAnnotation() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosReactiveRepositoriesAutoConfigureRegistrar
 
getAnnotation() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosRepositoriesAutoConfigureRegistrar
 
getAnnotation() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinRepositoriesAutoConfigureRegistrar
 
getAppIdUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getAppIdUri() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getAttributes() - Method in class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
 
getAuthenticateAdditionalParameters() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getAuthorities() - Method in class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
 
getAuthorizationClients() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getAuthorizationUrl(String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
 
getAzureClient() - 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.webapi.AADOAuth2AuthenticatedPrincipal
 
getClaim(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getClaims() - Method in class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
 
getClaims() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getClassLoader() - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
 
getClassPackageSimpleName(Class<?>) - Static method in class com.azure.spring.telemetry.TelemetryData
 
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
 
getConfiguration() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinRepositoriesAutoConfigureRegistrar
 
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
 
getData() - Method in class com.azure.spring.telemetry.TelemetryEventData
 
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
 
getEnabled() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
getEndpoint() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
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
 
getGremlinConfig() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinAutoConfiguration
 
getGroups(String) - Method in class com.azure.spring.autoconfigure.aad.AzureADGraphClient
 
getGroups() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getGroupsFromGraph(String) - Method in class com.azure.spring.aad.webapp.GraphClient
 
GetHashMac - Class in com.azure.spring.utils
the class to get HashMac
getHashMac() - Static method in class com.azure.spring.utils.GetHashMac
 
getHeaders() - Method in class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
 
getHost() - Method in class com.azure.spring.autoconfigure.jms.ServiceBusKey
 
getHttpBody(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizationCodeGrantRequestEntityConverter
 
getHttpBody(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.common.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
Default body of OAuth2AuthorizationCodeGrantRequest.
getHttpHeaders() - Method in class com.azure.spring.common.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
 
getInstrumentationKey() - Method in class com.azure.spring.telemetry.TelemetryEventData
 
getInstrumentationKey() - Method in class com.azure.spring.telemetry.TelemetryProperties
 
getIssuer() - Method in class com.azure.spring.aad.webapi.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.webapi.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
 
getLoginFlow() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getLogoutSuccessUrl() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getName() - Method in class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
 
getName() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
getName() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getName() - Method in class com.azure.spring.telemetry.TelemetryEventData
 
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
 
getPassword() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
getPasswordReset() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getPlan() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
getPort() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
getPostLogoutRedirectUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getPricingTier() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
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
 
getRedirectUriTemplate() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
getRefreshInterval() - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
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
 
getRepositoryConfigurationExtension() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinRepositoriesAutoConfigureRegistrar
 
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
 
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
 
getSubject() - Method in class com.azure.spring.aad.webapi.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
 
getTags() - Method in class com.azure.spring.telemetry.TelemetryEventData
 
getTelemetryInstrumentationKey() - Static method in class com.azure.spring.utils.PropertyLoader
 
getTenant() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Get tenant name for Telemetry
getTenantId() - Method in class com.azure.spring.aad.webapi.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
 
getTime() - Method in class com.azure.spring.telemetry.TelemetryEventData
 
getTokenUrl(String, String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
 
getTokenValue() - Method in class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
 
getTopicClientId() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
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
 
getUsername() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
getUserNameAttributeName() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
getUserPrincipalName() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
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
 
GremlinAutoConfiguration - Class in com.azure.spring.autoconfigure.gremlin
To create Gremlin factory and template for auto-configure Gremlin properties.
GremlinAutoConfiguration(GremlinProperties, ApplicationContext) - Constructor for class com.azure.spring.autoconfigure.gremlin.GremlinAutoConfiguration
 
gremlinFactory() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinAutoConfiguration
 
gremlinMappingContext() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinAutoConfiguration
Configure GremlinMappingContext bean.
GremlinProperties - Class in com.azure.spring.autoconfigure.gremlin
Configuration properties for Gremlin login, telemetry, ssl.
GremlinProperties() - Constructor for class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
GremlinRepositoriesAutoConfiguration - Class in com.azure.spring.autoconfigure.gremlin
Import GremlinRepositoriesAutoConfigureRegistrar class as a Bean in Spring.
GremlinRepositoriesAutoConfiguration() - Constructor for class com.azure.spring.autoconfigure.gremlin.GremlinRepositoriesAutoConfiguration
 
GremlinRepositoriesAutoConfigureRegistrar - Class in com.azure.spring.autoconfigure.gremlin
Declare EnableGremlinRepositories annotation and EnableGremlinRepositoriesConfiguration configuration for default non-async auto-configuration.
GremlinRepositoriesAutoConfigureRegistrar() - Constructor for class com.azure.spring.autoconfigure.gremlin.GremlinRepositoriesAutoConfigureRegistrar
 
gremlinTemplate(GremlinFactory, MappingGremlinConverter) - Method in class com.azure.spring.autoconfigure.gremlin.GremlinAutoConfiguration
 

H

hashCode() - Method in class com.azure.spring.autoconfigure.aad.Membership
 
hashCode() - Method in class com.azure.spring.autoconfigure.aad.Memberships
 
HASHED_ACCOUNT_NAME - Static variable in class com.azure.spring.telemetry.TelemetryData
 
HASHED_MAC_REGEX - Static variable in class com.azure.spring.utils.GetHashMac
 
HASHED_NAMESPACE - Static variable in class com.azure.spring.telemetry.TelemetryData
 
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

init(HttpSecurity) - Method in class com.azure.spring.autoconfigure.b2c.AADB2COidcLoginConfigurer
 
INSTALLATION_ID - Static variable in class com.azure.spring.telemetry.TelemetryData
 
isAllowedGroup(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
isClientNeedConsentWhenLogin(ClientRegistration) - Method in class com.azure.spring.aad.AADClientRegistrationRepository
 
isClientNeedConsentWhenLogin(String) - Method in class com.azure.spring.aad.AADClientRegistrationRepository
 
isDefaultClient(ClientRegistration) - Static method in class com.azure.spring.aad.AADClientRegistrationRepository
 
isDefaultClient(String) - Static method in class com.azure.spring.aad.AADClientRegistrationRepository
 
isMemberOf(AADAuthenticationProperties, String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
isOnDemand() - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
 
isPersonalAccount() - Method in class com.azure.spring.aad.webapi.AADOAuth2AuthenticatedPrincipal
 
isPersonalAccount() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
 
isPopulateQueryMetrics() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
ISS - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
 
isSslEnabled() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
isTelemetryAllowed() - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
isTokenIssuedByAAD(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipalManager
 
isValidHashMacFormat(String) - Static method in class com.azure.spring.utils.GetHashMac
 
iterator() - Method in class com.azure.spring.aad.webapp.AADWebAppClientRegistrationRepository
 
iterator() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CClientRegistrationRepository
 

J

JacksonHttpSessionOAuth2AuthorizedClientRepository - Class in com.azure.spring.aad.webapp
An implementation of an OAuth2AuthorizedClientRepository that stores OAuth2AuthorizedClient's in the HttpSession.
JacksonHttpSessionOAuth2AuthorizedClientRepository() - Constructor for class com.azure.spring.aad.webapp.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
JacksonObjectMapperFactory - Class in com.azure.spring.autoconfigure.aad
factoty class of JacksonObjectMapper
jmsConnectionFactory(AzureServiceBusJMSProperties) - Method in class com.azure.spring.autoconfigure.jms.NonPremiumServiceBusJMSAutoConfiguration
 
jmsConnectionFactory(AzureServiceBusJMSProperties) - Method in class com.azure.spring.autoconfigure.jms.PremiumServiceBusJMSAutoConfiguration
 
jmsListenerContainerFactory(ConnectionFactory) - Method in class com.azure.spring.autoconfigure.jms.NonPremiumServiceBusJMSAutoConfiguration
 
jmsListenerContainerFactory(ConnectionFactory) - Method in class com.azure.spring.autoconfigure.jms.PremiumServiceBusJMSAutoConfiguration
 
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>) - 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
 
loadAuthorizedClient(String, Authentication, HttpServletRequest) - Method in class com.azure.spring.aad.webapi.AADOAuth2OboAuthorizedClientRepository
 
loadAuthorizedClient(String, Authentication, HttpServletRequest) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizedClientRepository
 
loadAuthorizedClient(String, Authentication, HttpServletRequest) - Method in class com.azure.spring.aad.webapp.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
loadUser(OidcUserRequest) - Method in class com.azure.spring.aad.webapp.AADOAuth2UserService
 
LOG_VARIABLE - Static variable in class com.azure.spring.cloudfoundry.environment.VcapProcessor
 

M

MAC_REGEX - Static variable in class com.azure.spring.utils.GetHashMac
 
MAC_REGEX_ZERO - Static variable in class com.azure.spring.utils.GetHashMac
 
mappingGremlinConverter(GremlinMappingContext) - Method in class com.azure.spring.autoconfigure.gremlin.GremlinAutoConfiguration
 
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

NAME - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
 
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() - Constructor for class com.azure.spring.autoconfigure.jms.NonPremiumServiceBusJMSAutoConfiguration
 

O

oAuth2AuthorizedClientRepository(ClientRegistrationRepository) - Method in class com.azure.spring.aad.webapi.AADResourceServerOboConfiguration
Use InMemoryClientRegistrationRepository to create AADOAuth2OboAuthorizedClientRepository
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.AADWebAppConfiguration
 
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CLogoutSuccessHandler
 
otherClients - Variable in class com.azure.spring.aad.AADClientRegistrationRepository
 

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.
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() - Constructor for class com.azure.spring.autoconfigure.jms.PremiumServiceBusJMSAutoConfiguration
 
PROJECT_VERSION - Static variable in class com.azure.spring.telemetry.TelemetryData
 
properties - Variable in class com.azure.spring.aad.AADClientRegistrationRepository
 
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.webapi.AADOAuth2OboAuthorizedClientRepository
 
removeAuthorizedClient(String, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizedClientRepository
 
removeAuthorizedClient(String, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.webapp.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
 
resourceServerCount(Set<String>) - Static method in class com.azure.spring.aad.webapp.AADWebAppConfiguration
 
ROLE_PREFIX - Static variable in class com.azure.spring.autoconfigure.aad.Constants
 
ROLES - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
 

S

saveAuthorizedClient(OAuth2AuthorizedClient, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.webapi.AADOAuth2OboAuthorizedClientRepository
 
saveAuthorizedClient(OAuth2AuthorizedClient, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.webapp.AADOAuth2AuthorizedClientRepository
 
saveAuthorizedClient(OAuth2AuthorizedClient, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.webapp.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
SAVED_REQUEST - Static variable in class com.azure.spring.autoconfigure.aad.Constants
 
selectKeys(JWSHeader, JWTClaimsSet, SecurityContext) - Method in class com.azure.spring.aad.AADIssuerJWSKeySelector
 
send(String, Map<String, String>) - Method in class com.azure.spring.telemetry.TelemetrySender
 
SERVICE_NAME - Static variable in class com.azure.spring.telemetry.TelemetryData
 
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.
setAllowedGroups(List<String>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
 
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
 
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
 
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
 
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
 
setEnabled(Boolean) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setEndpoint(String) - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
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
 
setIdleTimeout(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
setInstrumentationKey(String) - Method in class com.azure.spring.telemetry.TelemetryProperties
 
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
 
setJwtGrantedAuthoritiesConverter(Converter<Jwt, Collection<GrantedAuthority>>) - Method in class com.azure.spring.aad.webapi.AADJwtBearerTokenAuthenticationConverter
 
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
 
setOrder(int) - Method in class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
 
setOrder(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
setPassword(String) - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
setPlan(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setPopulateQueryMetrics(boolean) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
 
setPort(int) - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
setPostLogoutRedirectUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setPricingTier(String) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
 
setProvider(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setRedirectUriTemplate(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
 
setRefreshInterval(Long) - Method in class com.azure.spring.keyvault.KeyVaultProperties
 
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
 
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
 
setSslEnabled(boolean) - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
setSyslogDrainUrl(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setTags(String[]) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
 
setTelemetryAllowed(boolean) - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
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
 
setupModule(Module.SetupContext) - Method in class com.azure.spring.aad.webapp.jackson.AADDatabindModule
 
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
 
setUsername(String) - Method in class com.azure.spring.autoconfigure.gremlin.GremlinProperties
 
setUserNameAttributeName(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
 
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
 
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

TelemetryData - Class in com.azure.spring.telemetry
This class contains constants like telemetry keys and methods to retrieve telemetry info.
TelemetryData() - Constructor for class com.azure.spring.telemetry.TelemetryData
 
TelemetryEventData - Class in com.azure.spring.telemetry
Telemetry data will be sent to Application Insights.
TelemetryEventData(String, Map<String, String>) - Constructor for class com.azure.spring.telemetry.TelemetryEventData
 
TelemetryProperties - Class in com.azure.spring.telemetry
Telemetry configuration's properties.
TelemetryProperties() - Constructor for class com.azure.spring.telemetry.TelemetryProperties
 
TelemetrySender - Class in com.azure.spring.telemetry
Client used for sending telemetry info.
TelemetrySender() - Constructor for class com.azure.spring.telemetry.TelemetrySender
 
TENANT_NAME - Static variable in class com.azure.spring.telemetry.TelemetryData
 
TFP - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
 
TID - Static variable in class com.azure.spring.autoconfigure.aad.AADTokenClaim
 
toGrantedAuthoritySet(Set<String>) - Method in class com.azure.spring.autoconfigure.aad.AzureADGraphClient
 
tokenEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
 
topicJmsListenerContainerFactory(ConnectionFactory) - Method in class com.azure.spring.autoconfigure.jms.NonPremiumServiceBusJMSAutoConfiguration
 
topicJmsListenerContainerFactory(ConnectionFactory) - Method in class com.azure.spring.autoconfigure.jms.PremiumServiceBusJMSAutoConfiguration
 
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

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.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.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
 
A B C D E F G H I J K L M N O P R S T U V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.