A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

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.
Creates a new instance of AADAppRoleStatelessAuthenticationFilter.
AADAuthenticationFilter - Class in com.azure.spring.autoconfigure.aad
Deprecated.
AADAuthenticationFilter(AADAuthenticationProperties, AADAuthorizationServerEndpoints, UserPrincipalManager) - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationFilter
Deprecated.
Creates a new instance of AADAuthenticationFilter.
AADAuthenticationFilter(AADAuthenticationProperties, AADAuthorizationServerEndpoints, ResourceRetriever) - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationFilter
Deprecated.
Creates a new instance of AADAuthenticationFilter.
AADAuthenticationFilter(AADAuthenticationProperties, AADAuthorizationServerEndpoints, ResourceRetriever, JWKSetCache) - Constructor for class com.azure.spring.autoconfigure.aad.AADAuthenticationFilter
Deprecated.
Creates a new instance of AADAuthenticationFilter.
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
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of AADB2CConfigurationException.
AADB2CConfigurationException(String, Throwable) - Constructor for exception com.azure.spring.autoconfigure.b2c.AADB2CConfigurationException
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of 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(AADTrustedIssuerRepository) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
Declare JWTClaimsSetAwareJWSKeySelector bean.
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
Creates a new instance of AADIssuerJWSKeySelector.
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
Creates a new instance of AADJwtGrantedAuthoritiesConverter.
AADJwtGrantedAuthoritiesConverter(Map<String, String>) - Constructor for class com.azure.spring.aad.AADJwtGrantedAuthoritiesConverter
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of AADOAuth2UserService.
AADOAuth2UserService(AADAuthenticationProperties, GraphClient) - Constructor for class com.azure.spring.aad.webapp.AADOAuth2UserService
Creates a new instance of 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
Creates a new instance of 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
Creates a new instance of AbstractServiceBusJMSAutoConfiguration.
accessTokenResponseClient() - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
Gets the access token response client.
accessTokenResponseClient() - Method in class com.azure.spring.autoconfigure.b2c.AADB2COidcLoginConfigurer
Gets the access token response client.
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.
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
Adds trusted issuers.
addTrustedIssuer(String, String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
Adds a trusted issuer.
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
Whether allowed group IDs is configured.
allowedGroupNamesConfigured() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Whether allowed group names is configured.
ApplicationId - Class in com.azure.spring.utils
Util class for ApplicationId
ApplicationId() - Constructor for class com.azure.spring.utils.ApplicationId
 
AUTHORITY_HOST - com.azure.spring.keyvault.KeyVaultProperties.Property
Authority host
AUTHORIZATION_CODE - com.azure.spring.aad.AADAuthorizationGrantType
Authorization code
AuthorizationClientProperties - Class in com.azure.spring.aad.webapp
Properties for an oauth2 client.
AuthorizationClientProperties - Class in com.azure.spring.autoconfigure.b2c
Properties for an oauth2 client.
AuthorizationClientProperties() - Constructor for class com.azure.spring.aad.webapp.AuthorizationClientProperties
 
AuthorizationClientProperties() - Constructor for class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
 
authorizationEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
Gets the authorization endpoint.
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
Declare OAuth2AuthorizedClientManager bean.
authorizedClientManager(ClientRegistrationRepository, OAuth2AuthorizedClientRepository) - Method in class com.azure.spring.autoconfigure.b2c.AADB2COAuth2ClientConfiguration
Declare OAuth2AuthorizedClientManager bean.
AZURE_CLIENT_REGISTRATION_ID - Static variable in class com.azure.spring.aad.AADClientRegistrationRepository
Azure client registration ID
AZURE_COSMOSDB - com.azure.spring.cloudfoundry.environment.VcapServiceType
Azure Cosmos DB
AZURE_DELEGATED - com.azure.spring.aad.AADAuthorizationGrantType
Azure delegated
AZURE_KEYVAULT_PROPERTYSOURCE_NAME - Static variable in class com.azure.spring.utils.Constants
Azure KeyVault property source name
AZURE_REDISCACHE - com.azure.spring.cloudfoundry.environment.VcapServiceType
Azure Redis cache
AZURE_SERVICEBUS - com.azure.spring.cloudfoundry.environment.VcapServiceType
Azure ServiceBus
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 B2C
AZURE_SPRING_KEY_VAULT - Static variable in class com.azure.spring.utils.ApplicationId
Azure Spring KeyVault
AZURE_SPRING_SERVICE_BUS - Static variable in class com.azure.spring.utils.ApplicationId
Azure Spring ServiceBus
AZURE_SPRING_STORAGE_BLOB - Static variable in class com.azure.spring.utils.ApplicationId
Azure Spring Storage Blob
AZURE_SPRING_STORAGE_FILES - Static variable in class com.azure.spring.utils.ApplicationId
Azure Spring Storage Files
AZURE_SQLDB - com.azure.spring.cloudfoundry.environment.VcapServiceType
Azure SQL Db
AZURE_STORAGE - com.azure.spring.cloudfoundry.environment.VcapServiceType
Azure Storage
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
Creates a new instance of 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
Declare AADAppRoleStatelessAuthenticationFilter bean.
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
Creates a new instance of 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
Declqre AzureKeyCredential bean.
azureServiceBusJMSProperties - Variable in class com.azure.spring.autoconfigure.jms.AbstractServiceBusJMSAutoConfiguration
The Azure ServiceBus JMS properties
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(BlobServiceClient, ShareServiceClient) - Constructor for class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
Constructor.
AzureStorageResourcePatternResolver(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
Declare AADB2COidcLoginConfigurer bean.
b2cLogoutSuccessHandler() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
Declare AADB2CLogoutSuccessHandler bean.
b2cOAuth2AuthorizationRequestResolver() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAutoConfiguration
Declare AADB2CAuthorizationRequestResolver bean.
BEARER_PREFIX - Static variable in class com.azure.spring.autoconfigure.aad.Constants
Bearer prefix
BLOB - com.azure.spring.autoconfigure.storage.resource.StorageType
Blob
blobServiceClientBuilder(StorageProperties) - Method in class com.azure.spring.autoconfigure.storage.StorageAutoConfiguration
Declare BlobServiceClientBuilder bean.
blobStorageHealthIndicator(BlobServiceClientBuilder) - Method in class com.azure.spring.autoconfigure.storage.StorageHealthConfiguration
Declare BlobStorageHealthIndicator bean.
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
Creates a new instance of BlobStorageHealthIndicator.
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
Creates a new instance of BlobStorageResource.
BlobStorageResource(BlobServiceClient, String, Boolean) - Constructor for class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
Creates a new instance of BlobStorageResource.
BlobStorageResource(BlobServiceClient, String, Boolean, String) - Constructor for class com.azure.spring.autoconfigure.storage.resource.BlobStorageResource
Creates a new instance of BlobStorageResource.
buildUserPrincipal(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipalManager
Parse the id token to UserPrincipal.

C

CASE_SENSITIVE_KEYS - com.azure.spring.keyvault.KeyVaultProperties.Property
Case sensitive keys
CERTIFICATE_PASSWORD - com.azure.spring.keyvault.KeyVaultProperties.Property
Certificate password
CERTIFICATE_PATH - com.azure.spring.keyvault.KeyVaultProperties.Property
Certificate path
CLAIMS - Static variable in class com.azure.spring.autoconfigure.aad.Constants
claims
CLIENT_CREDENTIALS - com.azure.spring.aad.AADAuthorizationGrantType
Client credentials
CLIENT_ID - com.azure.spring.keyvault.KeyVaultProperties.Property
Client ID
CLIENT_KEY - com.azure.spring.keyvault.KeyVaultProperties.Property
Client key
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() - Method in class com.azure.spring.autoconfigure.b2c.AADB2COAuth2ClientConfiguration
Declare ClientRegistrationRepository bean.
clientRegistrationRepository(AADAuthenticationProperties) - Method in class com.azure.spring.aad.AADOAuth2ClientConfiguration
Declare ClientRegistrationRepository bean.
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
Conditional access policy claims
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 - Class in com.azure.spring.cloudfoundry.environment
utils class of Constants
Constants - Class in com.azure.spring.utils
Util class for Constants
Constants() - Constructor for class com.azure.spring.autoconfigure.aad.Constants
 
Constants() - Constructor for class com.azure.spring.cloudfoundry.environment.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(OAuth2AuthorizationCodeGrantRequest) - Method in class com.azure.spring.aad.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
 
convert(Jwt) - Method in class com.azure.spring.aad.AADJwtGrantedAuthoritiesConverter
 
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
Creates a new instance of CosmosAutoConfiguration.
cosmosClientBuilder(AzureKeyCredential) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosAutoConfiguration
Declare CosmosClientBuilder bean.
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
Declare Cosmos HealthIndicator bean.
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
Creates a new instance of 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 CosmosReactiveRepositoriesAutoConfigureRegistrar.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 CosmosRepositoriesAutoConfigureRegistrar.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
Creates a default validator.
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
Database ID
DEFAULT_AUTHORITY_SET - Static variable in class com.azure.spring.autoconfigure.aad.Constants
Default authority set
DEFAULT_CLAIM_TO_AUTHORITY_PREFIX_MAP - Static variable in class com.azure.spring.aad.webapi.AADResourceServerProperties
Default claim to authority prefix map
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 logout success URL
DEFAULT_ORDER - Static variable in class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
The default order
DEFAULT_REFRESH_INTERVAL_MS - Static variable in class com.azure.spring.utils.Constants
Default refresh interval in ms
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
The delimiter
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

ENABLED - com.azure.spring.keyvault.KeyVaultProperties.Property
Enabled
endSessionEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
Gets the end session endpoint.
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

FILE - com.azure.spring.autoconfigure.storage.resource.StorageType
File
fileStorageHealthIndicator(ShareServiceClientBuilder) - Method in class com.azure.spring.autoconfigure.storage.StorageHealthConfiguration
Declare FileStorageHealthIndicator bean.
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
Creates a new instance of FileStorageHealthIndicator.
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
Creates a new instance of FileStorageResource.
FileStorageResource(ShareServiceClient, String, Boolean) - Constructor for class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
Creates a new instance of FileStorageResource.
FileStorageResource(ShareServiceClient, String, Boolean, String) - Constructor for class com.azure.spring.autoconfigure.storage.resource.FileStorageResource
Creates a new instance of 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
Gets the AAD issued bearer token.
getAADJwkSetUrl(String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
Gets the AAD JWK set URL
getAADTokenUrl(String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
Gets the AAD token URL.
getAccessTokenForGraphApi() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets the access token for Graph API.
getAccessTokenScopes() - Method in class com.azure.spring.aad.webapp.AzureClientRegistration
Gets the set of access token scopes.
getAccountKey() - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
Gets the account key.
getAccountName() - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
Gets the account name.
getActiveDirectoryGroups() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the list of Active Directory groups.
getAll() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
Gets all.
getAllowedGroupIds() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Gets the set of allowed group IDs.
getAllowedGroupNames() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Gets the list of allowed group names.
getAllowedGroups() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Deprecated.
Use 'azure.activedirectory.user-group.allowed-group-names'
getAllowTelemetry() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Deprecated.
Determined by HTTP header User-Agent instead
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
Gets the App ID URI.
getAppIdUri() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the app ID URI.
getApplicationId() - Method in class com.azure.spring.aad.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
Gets the application ID.
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
Gets the AADApplicationType.
getAttributes() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getAuthenticateAdditionalParameters() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the additional authenticate parameters.
getAuthenticateAdditionalParameters() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the additional authenticate parameters.
getAuthorities() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
 
getAuthorizationClients() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the authorization clients.
getAuthorizationClients() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the authorization clients.
getAuthorizationGrantType() - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
Gets the authorization grant type.
getAuthorizationGrantType() - Method in class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
Gets the authorization grant type.
getAuthorizationUrl(String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
Gets the authorization URL.
getAzureClientAccessTokenScopes() - Method in class com.azure.spring.aad.AADClientRegistrationRepository
Gets the set of Azure client access token scopes.
getBaseUri() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
Gets the base URI.
getBaseUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the base URI.
getBaseUri() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the base URI.
getBaseUrl(String) - Static method in class com.azure.spring.utils.AzureCloudUrls
Gets the base URL.
getBlobEndpoint() - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
Gets the Blob endpoint.
getCaseSensitiveKeys() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the case-sensitive keys.
getCertificatePassword() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the certificate password.
getCertificatePath() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the certificate path.
getClaim(String) - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Gets a claim.
getClaim(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets a claim.
getClaims() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Gets the claims.
getClaims() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets the claims.
getClaimToAuthorityPrefixMap() - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
Gets the claim to authority prefix map.
getClassLoader() - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageResourcePatternResolver
 
getClient() - Method in class com.azure.spring.aad.webapp.AzureClientRegistration
Gets the client registration.
getClientId() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the client ID.
getClientId() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the client ID.
getClientId() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the client ID.
getClientKey() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the client key.
getClientSecret() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the client secret.
getClientSecret() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the client secret.
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
Gets the configuration for OIDC issue location.
getConnectionMode() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Gets the connection mode.
getConnectionString() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Gets the connection string.
getConsistencyLevel() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Gets the consistency level.
getCredentials() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Gets the credentials.
getDatabase() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Gets the database name.
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
Gets the display name.
getDurableTopicPrefetch() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
getEnabled() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Whether enabled.
getEnableFullList() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Deprecated.
Use 'allowed-group-ids: all'
getEndSessionUrl(String, String, String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
Gets the end session URL.
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
Gets the File endpoint.
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
Gets the graph base URI.
getGraphBaseUrl(String) - Static method in class com.azure.spring.utils.AzureCloudUrls
Gets the graph base URL.
getGraphMembershipUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the graph membership URI.
getGroupInformation(String) - Method in class com.azure.spring.aad.webapp.GraphClient
Gets the group information.
getGroups() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets the set of groups.
getGroups(String) - Method in class com.azure.spring.autoconfigure.aad.AzureADGraphClient
 
getGroupsIds() - Method in class com.azure.spring.aad.webapp.GroupInformation
Gets the set of group IDs.
getGroupsNames() - Method in class com.azure.spring.aad.webapp.GroupInformation
Gets the set of group names.
getHeaders() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Gets the headers.
getHost() - Method in class com.azure.spring.autoconfigure.jms.ServiceBusKey
Gets the host.
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
Gets the idle timeout.
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
Gets the singleton instance of ObjectMapper.
getIssuer() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Gets the issuer.
getIssuer() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets the issuer.
getJWKSetCache() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
Declare JWTSetCache bean.
getJwkSetCacheLifespan() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the JWK set cache lifespan.
getJwkSetCacheRefreshTime() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the JWK set cache refresh time.
getJwkSetUrl(String, String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
Gets the JWK set URL.
getJwtClaimsSet() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Gets the JWT claims set.
getJwtConnectTimeout() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the JWT connect timeout.
getJwtConnectTimeout() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the JWT connect timeout.
getJwtReadTimeout() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the JWT read timeout.
getJwtReadTimeout() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Get the JWT read timeout.
getJWTResourceRetriever() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
Declare JWT ResourceRetriever bean.
getJwtSizeLimit() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the JWT size limit.
getJwtSizeLimit() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the JWT size limit.
getKey() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Gets the key.
getKid() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets the KID.
getLabel() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Gets the label.
getListener() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Gets the listener.
getLoginFlow() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the login flow.
getLogoutSuccessUrl() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the logout success URL.
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
Gets the name.
getName() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Gets the service name.
getObjectID() - Method in class com.azure.spring.autoconfigure.aad.Membership
Gets the object ID.
getObjectType() - Method in class com.azure.spring.autoconfigure.aad.Membership
Gets the object type.
getOdataNextLink() - Method in class com.azure.spring.autoconfigure.aad.Memberships
Gets the OData next link.
getOrder() - Method in class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
 
getOrder() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the order.
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
Gets the password reset.
getPhase() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Gets the phase in which this container should be started and stopped.
getPlan() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Gets the plan.
getPostLogoutRedirectUri() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the post logout redirect URI.
getPrefetchPolicy() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Gets the prefetch policy.
getPricingTier() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Gets the pricing tier.
getPrincipalClaimName() - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
Gets the principal claim name.
getProjectVersion() - Static method in class com.azure.spring.utils.PropertyLoader
Gets the project version.
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
Gets the property name.
getPropertyName(String, KeyVaultProperties.Property) - Static method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the property name.
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
Gets the provider.
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
Gets the redirect URI template.
getRefreshInterval() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the refresh interval.
getReplyQosSettings() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Gets the reply QoS settings.
getReplyUrl() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the reply URL.
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
Gets the response diagnostics processor.
getRoles() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets the set of roles.
getScopes() - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
Gets the list of scopes.
getScopes() - Method in class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
Gets the list of scopes.
getSecretKeys() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the list of secret keys.
getServiceBrokerName() - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
Gets the service broker name.
getServiceBusKey(String) - Static method in class com.azure.spring.autoconfigure.jms.ConnectionStringResolver
Gets a ServiceBus key.
getServiceConfig() - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
Gets the service config.
getServiceManagementBaseUrl(String) - Static method in class com.azure.spring.utils.AzureCloudUrls
Gets the service management base URL.
getSessionStateless() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Whether the session is stateless.
getSharedAccessKey() - Method in class com.azure.spring.autoconfigure.jms.ServiceBusKey
Gets the shared access key.
getSharedAccessKeyName() - Method in class com.azure.spring.autoconfigure.jms.ServiceBusKey
Gets the shared access key name.
getSpecialOidcIssuerLocation(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
Gets the issuer's special OIDC issuer location.
getSubject() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Gets the subject.
getSubject() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets the subject.
getSyslogDrainUrl() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Gets the system log drain URL.
getTags() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Gets the tags.
getTenant() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Get tenant name for Telemetry
getTenantId() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Gets the tenant ID.
getTenantId() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the tenant ID.
getTenantId() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
gets the tenant ID.
getTenantId() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the tenant ID.
getTenantId() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the tenant ID.
getTokenUrl(String, String) - Static method in class com.azure.spring.autoconfigure.b2c.AADB2CURL
Gets the token URL.
getTokenValue() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Gets the token value.
getTopicClientId() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Gets the topic client ID.
getTopicPrefetch() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
getTrustedIssuers() - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
Gets the set of trusted issuers.
getType() - Method in enum com.azure.spring.autoconfigure.storage.resource.StorageType
Gets the string representation of the enum.
getUri() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Gets the URI.
getUri() - Method in class com.azure.spring.keyvault.KeyVaultProperties
Gets the URI.
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
Gets the user flows.
getUserGroup() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the user group properties.
getUserNameAttribute() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Gets the username attribute.
getUserNameAttributeName() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Gets the username attribute name.
getUserPrincipalName() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Gets the user principal name.
getValue() - Method in enum com.azure.spring.aad.AADApplicationType
Gets the string representation of the enum.
getValue() - Method in enum com.azure.spring.aad.AADAuthorizationGrantType
Gets the string representation of the enum.
getValue() - Method in class com.azure.spring.autoconfigure.aad.Memberships
Gets the list of memberships.
getVolumeMounts() - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Gets the volume mounts.
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
Creates a new instance of 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
Whether the issuer has a special OIDC issuer location.
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
Host endpoint

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
Whether the group is allowed.
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Deprecated.
Determined by HTTP header User-Agent instead
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Deprecated.
Determined by HTTP header User-Agent instead
isAllowTelemetry() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Deprecated.
Determined by HTTP header User-Agent instead
isMemberOf(AADAuthenticationProperties, String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Whether the group is a member of the user principal.
isOnDemand() - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
Deprecated.
The AuthorizationGrantType of on-demand clients should be authorization_code. Set oauth client AuthorizationGrantType to authorization_code, which means it's on-demand.
isPersonalAccount() - Method in class com.azure.spring.aad.AADOAuth2AuthenticatedPrincipal
Whether the principal is a personal account.
isPersonalAccount() - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Whether the user principal is a personal account.
isPopulateQueryMetrics() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Whether to populate query metrics.
isReplyPubSubDomain() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Whether the reply destination is topic.
isSameGrantType(AuthorizationGrantType) - Method in enum com.azure.spring.aad.AADAuthorizationGrantType
Whether the other grant type is the same as the AAD grant type.
isSubscriptionDurable() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Whether to make the subscription durable.
isSubscriptionShared() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Whether to make the subscription shared.
isTokenIssuedByAAD(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipalManager
Whether the token was issued by AAD.
isTrusted(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
Whether the issuer is trusted.
isValidateUri() - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Whether to validate the URI.
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
factory class of JacksonObjectMapper
jmsConnectionFactory() - Method in class com.azure.spring.autoconfigure.jms.NonPremiumServiceBusJMSAutoConfiguration
Declare JMS ConnectionFactory bean.
jmsConnectionFactory() - Method in class com.azure.spring.autoconfigure.jms.PremiumServiceBusJMSAutoConfiguration
Declare JMS ConnectionFactory bean.
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
Gets the JWK set endpoint.
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
Declare JwtDecoder bean.
jwtProcessor(JWTClaimsSetAwareJWSKeySelector<SecurityContext>) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CResourceServerAutoConfiguration
Declare JWTProcessor bean.

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
Creates a new instance of 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(KeyVaultOperation) - Constructor for class com.azure.spring.keyvault.KeyVaultPropertySource
Creates a new instance of KeyVaultPropertySource.
KeyVaultPropertySource(String, KeyVaultOperation) - Constructor for class com.azure.spring.keyvault.KeyVaultPropertySource
Creates a new instance of 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
Local URI regular expressions
LOG_VARIABLE - Static variable in class com.azure.spring.cloudfoundry.environment.VcapProcessor
Log variable

M

MASTER_KEY - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
Master key
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
Creates a new instance of 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
Creates a new instance of Memberships/

N

NAMESPACE_DOCUMENTDB - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
Document DB namespace
NAMESPACE_NAME - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
Namespace name
NAMESPACE_SERVICE_BUS - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
ServiceBus namespace
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
Creates a new instance of NonPremiumServiceBusJMSAutoConfiguration.

O

oAuth2AuthorizedClientRepository() - Method in class com.azure.spring.aad.AADOAuth2ClientConfiguration
Declare OAuth2AuthorizedClientRepository bean.
OBJECT_TYPE_GROUP - Static variable in class com.azure.spring.autoconfigure.aad.Membership
The object typ group
oidcLogoutSuccessHandler() - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
Gets the OIDC logout success handler.
oidcUserService(AADAuthenticationProperties) - Method in class com.azure.spring.aad.webapp.AADWebApplicationConfiguration
Declare OAuth2UserService bean.
ON_BEHALF_OF - com.azure.spring.aad.AADAuthorizationGrantType
On behalf of
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CLogoutSuccessHandler
 
ORDER - com.azure.spring.keyvault.KeyVaultProperties.Property
Order

P

parseVcapService(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapProcessor
Parses the VCap service.
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
PREFIX - Static variable in class com.azure.spring.keyvault.KeyVaultProperties
The prefix
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
Creates a new instance of PremiumServiceBusJMSAutoConfiguration.
properties - Variable in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
AAD authentication properties
PROPERTY_PREFIX - Static variable in class com.azure.spring.autoconfigure.aad.AADAuthenticationFilterAutoConfiguration
The property prefix
PropertyLoader - Class in com.azure.spring.utils
Util class to load property files.
PropertyLoader() - Constructor for class com.azure.spring.utils.PropertyLoader
 

R

REFRESH_INTERVAL - com.azure.spring.keyvault.KeyVaultProperties.Property
Refresh interval
removeAuthorizedClient(String, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
requestResolver() - Method in class com.azure.spring.aad.webapp.AADWebSecurityConfigurerAdapter
Gets the request resolver.
resolve(String, ResourceLoader) - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageProtocolResolver
 
resolve(HttpServletRequest) - 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.aad.webapp.AADOAuth2AuthorizationRequestResolver
 
resolve(HttpServletRequest, String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CAuthorizationRequestResolver
 
resolveBaseUri(String) - Method in class com.azure.spring.aad.AADTrustedIssuerRepository
Resolve the base uri to get scheme and host.
RESOURCE_SERVER - com.azure.spring.aad.AADApplicationType
Resource server
RESOURCE_SERVER_WITH_OBO - com.azure.spring.aad.AADApplicationType
Resource server with OBO
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
Gets the resource server count.

S

saveAuthorizedClient(OAuth2AuthorizedClient, Authentication, HttpServletRequest, HttpServletResponse) - Method in class com.azure.spring.aad.JacksonHttpSessionOAuth2AuthorizedClientRepository
 
SECRET_KEYS - com.azure.spring.keyvault.KeyVaultProperties.Property
Secret keys
SECRET_SERVICE_VERSION - com.azure.spring.keyvault.KeyVaultProperties.Property
Secret service version
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
Sets the AAD issued bearer token.
setAccessTokenForGraphApi(String) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Sets the access token for Graph API.
setAccountKey(String) - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
Sets the account key.
setAccountName(String) - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
Sets the account name.
setActiveDirectoryGroups(List<String>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Deprecated.
deprecated
setAll(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
Sets all.
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
Sets the list of allowed group names.
setAllowedGroups(List<String>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Deprecated.
Use 'azure.activedirectory.user-group.allowed-group-names'
setAllowTelemetry(boolean) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets whether telemetry is allowed.
setAllowTelemetry(boolean) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets whether telemetry is allowed.
setAllowTelemetry(boolean) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets whether telemetry is allowed.
setAllowTelemetry(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets whether telemetry is allowed.
setAppIdUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the App ID URI.
setAppIdUri(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the app ID URI.
setApplicationType(AADApplicationType) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the AADApplicationType.
setAuthenticateAdditionalParameters(Map<String, Object>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the additional authenticate parameters.
setAuthenticateAdditionalParameters(Map<String, Object>) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the additional authenticate parameters.
setAuthorizationClients(Map<String, AuthorizationClientProperties>) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the authorization clients.
setAuthorizationClients(Map<String, AuthorizationClientProperties>) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the authorization clients.
setAuthorizationGrantType(AADAuthorizationGrantType) - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
Sets the authorization grant type.
setAuthorizationGrantType(AADAuthorizationGrantType) - Method in class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
Sets the authorization grant type.
setBaseUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the base URI.
setBaseUri(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the base URI.
setBlobEndpoint(String) - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
Sets the Blob endpoint.
setCaseSensitiveKeys(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the case-sensitive keys.
setCertificatePassword(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the certificate password.
setCertificatePath(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the certificate path.
setClaimToAuthorityPrefixMap(Map<String, String>) - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
Sets the claim to authority prefix map.
setClientId(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the client ID.
setClientId(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the client ID.
setClientId(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the client ID.
setClientKey(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the client key.
setClientSecret(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the client secret.
setClientSecret(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the client secret.
setConnectionMode(ConnectionMode) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets the connection mode.
setConnectionString(String) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Sets the connection string.
setConsistencyLevel(ConsistencyLevel) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets the consistency level.
setCredentials(Map<String, String>) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Sets the credentials.
setCustomUserAgent(String) - Method in class com.azure.spring.autoconfigure.jms.SpringServiceBusJmsConnectionFactory
 
setDatabase(String) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets the database name.
setDurableTopicPrefetch(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
setEnabled(Boolean) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets whether enabled.
setEnableFullList(Boolean) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties.UserGroupProperties
Deprecated.
Use 'azure.activedirectory.user-group.allowed-group-ids: all'
setFileEndpoint(String) - Method in class com.azure.spring.autoconfigure.storage.StorageProperties
Sets the File endpoint.
setGraphBaseUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the graph base URI.
setGraphMembershipUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the graph membership URI.
setGroups(Set<String>) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Sets the set of groups.
setGroupsIds(Set<String>) - Method in class com.azure.spring.aad.webapp.GroupInformation
Sets the set of group IDs.
setGroupsNames(Set<String>) - Method in class com.azure.spring.aad.webapp.GroupInformation
Sets the set of group names.
setIdleTimeout(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Sets the idle timeout.
setJwkSetCacheLifespan(long) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the JWK set cache lifespan.
setJwkSetCacheRefreshTime(long) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the JWK set cache refresh time.
setJwtConnectTimeout(int) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the JWT connect timeout.
setJwtConnectTimeout(int) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the JWT connect timeout.
setJwtReadTimeout(int) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the JWT read timeout.
setJwtReadTimeout(int) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the JWT read timeout.
setJwtSizeLimit(int) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the JWT size limit.
setJwtSizeLimit(int) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the JWT size limit.
setKey(String) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets the key.
setLabel(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Sets the label.
setLoginFlow(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the login flow.
setLogoutSuccessUrl(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the logout success URL.
setName(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Sets the service name.
setOnDemand(boolean) - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
Deprecated.
The AuthorizationGrantType of on-demand clients should be authorization_code. Set oauth client AuthorizationGrantType to authorization_code, which means it's on-demand.
setOrder(int) - Method in class com.azure.spring.keyvault.KeyVaultEnvironmentPostProcessor
Sets the order
setOrder(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the order.
setPhase(Integer) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Sets the phase in which this container should be started and stopped.
setPlan(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Sets the plan.
setPopulateQueryMetrics(boolean) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets whether to populate query metrics.
setPostLogoutRedirectUri(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Set the post logout redirect URI.
setPricingTier(String) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Sets the pricing tier.
setPrincipalClaimName(String) - Method in class com.azure.spring.aad.webapi.AADResourceServerProperties
Sets the principal claim name.
setProvider(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Sets the provider.
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
Sets the redirect URI template.
setRefreshInterval(Long) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the refresh interval.
setReplyPubSubDomain(Boolean) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Sets whether the reply destination is topic.
setReplyQosSettings(QosSettings) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Sets the reply QoS settings.
setReplyUrl(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the reply URL.
setResourceLoader(ResourceLoader) - Method in class com.azure.spring.autoconfigure.storage.resource.AzureStorageProtocolResolver
 
setResponseDiagnosticsProcessor(ResponseDiagnosticsProcessor) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets the response diagnostics processor.
setRoles(Set<String>) - Method in class com.azure.spring.autoconfigure.aad.UserPrincipal
Sets the set of roles.
setScopes(List<String>) - Method in class com.azure.spring.aad.webapp.AuthorizationClientProperties
Sets the list of scopes.
setScopes(List<String>) - Method in class com.azure.spring.autoconfigure.b2c.AuthorizationClientProperties
Sets the list of scopes.
setSecretKeys(List<String>) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the list of secret keys.
setServiceBrokerName(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
Sets the service broker name.
setServiceConfig(VcapServiceConfig) - Method in class com.azure.spring.cloudfoundry.environment.VcapPojo
Sets the service config.
setSessionStateless(Boolean) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets whether the session is stateless.
setSubscriptionDurable(Boolean) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Sets whether to make the subscription durable.
setSubscriptionShared(Boolean) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
Sets whether to make the subscription shared.
setSyslogDrainUrl(String) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Sets the system log drain URL.
setTags(String[]) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Sets the tags.
setTenant(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the tenant.
setTenantId(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the tenant ID.
setTenantId(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the tenant ID.
setTenantId(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the tenant ID.
setTopicClientId(String) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Sets the topic client ID.
setTopicPrefetch(int) - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
 
setUri(String) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets the URI.
setUri(String) - Method in class com.azure.spring.keyvault.KeyVaultProperties
Sets the URI.
setUserFlows(Map<String, String>) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the user flows.
setUserGroup(AADAuthenticationProperties.UserGroupProperties) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the user group properties.
setUserNameAttribute(String) - Method in class com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
Sets the username attribute.
setUserNameAttributeName(String) - Method in class com.azure.spring.autoconfigure.b2c.AADB2CProperties
Sets the username attribute name.
setValidateUri(boolean) - Method in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
Sets whether to validate the URI.
setVolumeMounts(String[]) - Method in class com.azure.spring.cloudfoundry.environment.VcapServiceConfig
Sets the volume mounts.
SHARED_ACCESS_KEY_VALUE - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
Shared access key value
SHARED_ACCESS_NAME - Static variable in class com.azure.spring.cloudfoundry.environment.Constants
Shared access key name
shareServiceClientBuilder(StorageProperties) - Method in class com.azure.spring.autoconfigure.storage.StorageAutoConfiguration
Declare ShareServiceClientBuilder bean.
SPRING_SECURITY_OAUTH2_CLIENT_CLASS_NAME - Static variable in enum com.azure.spring.aad.AADApplicationType
The Spring security OAuth2 client class name
SPRING_SECURITY_OAUTH2_RESOURCE_SERVER_CLASS_NAME - Static variable in enum com.azure.spring.aad.AADApplicationType
The Spring security OAuth2 resource server class name
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
Creates a new instance of 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
Creates a new instance of StorageRuntimeException.
StorageRuntimeException(String, Throwable) - Constructor for exception com.azure.spring.autoconfigure.storage.resource.StorageRuntimeException
Creates a new instance of StorageRuntimeException.
StorageType - Enum in com.azure.spring.autoconfigure.storage.resource
Azure Storage Account types.

T

TENANT_ID - com.azure.spring.keyvault.KeyVaultProperties.Property
Tenant ID
tenantId - Variable in class com.azure.spring.aad.AADTrustedIssuerRepository
The tenant ID
toGrantedAuthoritySet(Set<String>) - Method in class com.azure.spring.autoconfigure.aad.AzureADGraphClient
Converts a set of groups to their granted authority set.
tokenEndpoint() - Method in class com.azure.spring.aad.AADAuthorizationServerEndpoints
Gets the token endpoint.
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.
Converts to user principal to a set of simple granted authorities.
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
Declare AADTrustedIssuerRepository bean.

U

URI - com.azure.spring.keyvault.KeyVaultProperties.Property
URI
URI_REGEX - Static variable in class com.azure.spring.autoconfigure.cosmos.CosmosProperties
URI regular expression
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
Creates a new instance of UserPrincipal.
UserPrincipalManager - Class in com.azure.spring.autoconfigure.aad
A user principal manager to load user info from JWT.
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
UserPrincipalManager(JWKSource<SecurityContext>) - Constructor for class com.azure.spring.autoconfigure.aad.UserPrincipalManager
ΓΈ Creates a new UserPrincipalManager with a predefined JWKSource.

V

validate() - Method in class com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties
Validate spring.jms.servicebus related properties.
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
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
VCAP services
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
Creates a new instance of 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
The version

W

WEB_APPLICATION - com.azure.spring.aad.AADApplicationType
Web application
WEB_APPLICATION_AND_RESOURCE_SERVER - com.azure.spring.aad.AADApplicationType
Web application and resource server
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 
All Classes All Packages