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

A

addParam(String, String) - Method in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
 
AzureCloudConfigAutoConfiguration - Class in com.microsoft.azure.spring.cloud.config
 
AzureCloudConfigAutoConfiguration() - Constructor for class com.microsoft.azure.spring.cloud.config.AzureCloudConfigAutoConfiguration
 
AzureCloudConfigProperties - Class in com.microsoft.azure.spring.cloud.config
 
AzureCloudConfigProperties() - Constructor for class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
AzureCloudConfigWatch - Class in com.microsoft.azure.spring.cloud.config
 
AzureCloudConfigWatch(ConfigServiceOperations, AzureCloudConfigProperties, TaskScheduler, Map<String, List<String>>) - Constructor for class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 
AzureConfigBootstrapConfiguration - Class in com.microsoft.azure.spring.cloud.config
 
AzureConfigBootstrapConfiguration() - Constructor for class com.microsoft.azure.spring.cloud.config.AzureConfigBootstrapConfiguration
 
azureConfigOperations(ConfigHttpClient, ConnectionStringPool) - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigBootstrapConfiguration
 
AzureConfigPropertySource - Class in com.microsoft.azure.spring.cloud.config
 
AzureConfigPropertySource(String, ConfigServiceOperations, String, String) - Constructor for class com.microsoft.azure.spring.cloud.config.AzureConfigPropertySource
 
AzureConfigPropertySourceLocator - Class in com.microsoft.azure.spring.cloud.config
 
AzureConfigPropertySourceLocator(ConfigServiceOperations, AzureCloudConfigProperties) - Constructor for class com.microsoft.azure.spring.cloud.config.AzureConfigPropertySourceLocator
 
AzureManagedIdentityProperties - Class in com.microsoft.azure.spring.cloud.config.managed.identity
Properties for getting token from Azure Instance Metadata Service (IMDS) endpoint
AzureManagedIdentityProperties() - Constructor for class com.microsoft.azure.spring.cloud.config.managed.identity.AzureManagedIdentityProperties
 
AzureResourceManagerConnector - Class in com.microsoft.azure.spring.cloud.config.managed.identity
Get connection string for given Azure Configuration Service config store from ARM with managed identity access token.
AzureResourceManagerConnector(AzureTokenCredentials, String) - Constructor for class com.microsoft.azure.spring.cloud.config.managed.identity.AzureResourceManagerConnector
 

B

buildKVApi(QueryOptions) - Method in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
Build REST API for kv request, depending on the query options, the URI built can be different.
buildKVApi() - Method in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
User is responsible to configure the required endpoint, path and params ahead
buildRevisionsApi(QueryOptions) - Method in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
 

C

closeableHttpClient() - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigBootstrapConfiguration
 
collectTelemetry() - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigBootstrapConfiguration
 
com.microsoft.azure.spring.cloud.config - package com.microsoft.azure.spring.cloud.config
 
com.microsoft.azure.spring.cloud.config.domain - package com.microsoft.azure.spring.cloud.config.domain
 
com.microsoft.azure.spring.cloud.config.managed.identity - package com.microsoft.azure.spring.cloud.config.managed.identity
 
com.microsoft.azure.spring.cloud.config.resource - package com.microsoft.azure.spring.cloud.config.resource
 
CONFIG_PREFIX - Static variable in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
ConfigAccessKeyResource - Class in com.microsoft.azure.spring.cloud.config.managed.identity
Config store access key resource in ARM, which provides access key data for the Azure Config Service.
ConfigAccessKeyResource(String, String, String) - Constructor for class com.microsoft.azure.spring.cloud.config.managed.identity.ConfigAccessKeyResource
 
ConfigAccessKeys - Class in com.microsoft.azure.spring.cloud.config.managed.identity
 
ConfigAccessKeys() - Constructor for class com.microsoft.azure.spring.cloud.config.managed.identity.ConfigAccessKeys
 
ConfigHttpClient - Class in com.microsoft.azure.spring.cloud.config
Util class to execute http request, before sending http request, valid request headers will be added for each request based on given credential ID and secret.
ConfigHttpClient(CloseableHttpClient) - Constructor for class com.microsoft.azure.spring.cloud.config.ConfigHttpClient
 
ConfigResourceManager - Class in com.microsoft.azure.spring.cloud.config.managed.identity
Resource manager for config store in Azure Configuration Service
ConfigResourceManager(AzureTokenCredentials) - Constructor for class com.microsoft.azure.spring.cloud.config.managed.identity.ConfigResourceManager
 
ConfigServiceOperations - Interface in com.microsoft.azure.spring.cloud.config
Operations to access certain Azure Config Service configuration store.
ConfigServiceTemplate - Class in com.microsoft.azure.spring.cloud.config
 
ConfigServiceTemplate(ConfigHttpClient, ConnectionStringPool) - Constructor for class com.microsoft.azure.spring.cloud.config.ConfigServiceTemplate
 
ConnectionString - Class in com.microsoft.azure.spring.cloud.config.resource
 
ConnectionStringPool - Class in com.microsoft.azure.spring.cloud.config.resource
Container for connection string of stores
ConnectionStringPool() - Constructor for class com.microsoft.azure.spring.cloud.config.resource.ConnectionStringPool
 
Constants - Class in com.microsoft.azure.spring.cloud.config
 
Constants() - Constructor for class com.microsoft.azure.spring.cloud.config.Constants
 

E

EMPTY_LABEL - Static variable in class com.microsoft.azure.spring.cloud.config.Constants
 
ENDPOINT_ERR_MSG - Static variable in class com.microsoft.azure.spring.cloud.config.resource.ConnectionString
 
equals(Object) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
execute(HttpUriRequest, Date, String, String) - Method in class com.microsoft.azure.spring.cloud.config.ConfigHttpClient
 

F

findStore(String) - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.ConfigResourceManager
Search Azure Config Store which matches name configStoreName

G

get(String) - Method in class com.microsoft.azure.spring.cloud.config.resource.ConnectionStringPool
 
getAccessKeyList() - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.ConfigAccessKeys
 
getAll() - Method in class com.microsoft.azure.spring.cloud.config.resource.ConnectionStringPool
 
getClientId() - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.AzureManagedIdentityProperties
 
getConnectionString() - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.AzureResourceManagerConnector
 
getContentType() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
getDefaultContext() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
getEndItem() - Method in class com.microsoft.azure.spring.cloud.config.domain.Range
 
getEndpoint() - Method in class com.microsoft.azure.spring.cloud.config.resource.ConnectionString
 
getEtag() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
getField() - Method in enum com.microsoft.azure.spring.cloud.config.domain.QueryField
 
getFields() - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
getFieldsString() - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
getId() - Method in class com.microsoft.azure.spring.cloud.config.resource.ConnectionString
 
getItems() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueResponse
 
getKey() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
getKeyNames() - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
getKeys(String, QueryOptions) - Method in interface com.microsoft.azure.spring.cloud.config.ConfigServiceOperations
Find all key-value items which key name is prefixed with keyPattern for given store.
getKeys(String, QueryOptions) - Method in class com.microsoft.azure.spring.cloud.config.ConfigServiceTemplate
 
getLabel() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
getLabelList() - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
getLabels() - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
getLastModified() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
getManagedIdentity() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
getName() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
getObjectId() - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.AzureManagedIdentityProperties
 
getPhase() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 
getProfileSeparator() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
getProperty(String) - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigPropertySource
 
getPropertyNames() - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigPropertySource
 
getRange() - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
getResourceIdUrl() - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.ConfigAccessKeyResource
 
getRevisions(String, QueryOptions) - Method in interface com.microsoft.azure.spring.cloud.config.ConfigServiceOperations
List chronological/historical representation of KeyValue resource(s)
getRevisions(String, QueryOptions) - Method in class com.microsoft.azure.spring.cloud.config.ConfigServiceTemplate
 
getSecret() - Method in class com.microsoft.azure.spring.cloud.config.resource.ConnectionString
 
getSortField() - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
getStartItem() - Method in class com.microsoft.azure.spring.cloud.config.domain.Range
 
getStoreContextsMap() - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigPropertySourceLocator
 
getStores() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
getTags() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
getValue() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
getWatch() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 

H

hashCode() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
httpClient(CloseableHttpClient) - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigBootstrapConfiguration
 

I

initConnectionString(AzureCloudConfigProperties, AzureTokenCredentials) - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigBootstrapConfiguration
 
initProperties() - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigPropertySource
 
isAutoStartup() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 
isEnabled() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
isFailFast() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
isLocked() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
isRunning() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 

K

KEY_VALUE_API - Static variable in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
 
KeyValueItem - Class in com.microsoft.azure.spring.cloud.config.domain
 
KeyValueItem() - Constructor for class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
KeyValueResponse - Class in com.microsoft.azure.spring.cloud.config.domain
Response which stores key-value items, and other attributes, like next page token.
KeyValueResponse() - Constructor for class com.microsoft.azure.spring.cloud.config.domain.KeyValueResponse
 

L

LABEL_SEPARATOR - Static variable in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
LOAD_FAILURE_MSG - Static variable in class com.microsoft.azure.spring.cloud.config.ConfigServiceTemplate
 
LOAD_FAILURE_VERBOSE_MSG - Static variable in class com.microsoft.azure.spring.cloud.config.ConfigServiceTemplate
 
locate(Environment) - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigPropertySourceLocator
 

N

NON_EMPTY_MSG - Static variable in class com.microsoft.azure.spring.cloud.config.resource.ConnectionString
 
NULL_LABEL - Static variable in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
 

O

of(String) - Static method in class com.microsoft.azure.spring.cloud.config.resource.ConnectionString
 

P

put(String, ConnectionString) - Method in class com.microsoft.azure.spring.cloud.config.resource.ConnectionStringPool
 
put(String, String) - Method in class com.microsoft.azure.spring.cloud.config.resource.ConnectionStringPool
 

Q

QueryField - Enum in com.microsoft.azure.spring.cloud.config.domain
 
QueryOptions - Class in com.microsoft.azure.spring.cloud.config.domain
Options used for set up query to configuration store and control post process after data retrieved from remote.
QueryOptions() - Constructor for class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 

R

Range - Class in com.microsoft.azure.spring.cloud.config.domain
 
Range(int, int) - Constructor for class com.microsoft.azure.spring.cloud.config.domain.Range
 
RestAPIBuilder - Class in com.microsoft.azure.spring.cloud.config
This class is used to build REST API uris for different service rest endpoints.
RestAPIBuilder() - Constructor for class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
 
REVISIONS_API - Static variable in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
 

S

setAccessKeyList(List<ConfigAccessKey>) - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.ConfigAccessKeys
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 
setClientId(String) - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.AzureManagedIdentityProperties
 
setContentType(String) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
setDefaultContext(String) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
setEnabled(boolean) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
setEtag(String) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
setFailFast(boolean) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
setItems(List<KeyValueItem>) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueResponse
 
setKey(String) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
setLabel(String) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
setLastModified(Date) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
setLocked(boolean) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
setManagedIdentity(AzureManagedIdentityProperties) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
setName(String) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
setObjectId(String) - Method in class com.microsoft.azure.spring.cloud.config.managed.identity.AzureManagedIdentityProperties
 
setProfileSeparator(String) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
setStores(List<ConfigStore>) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
setTags(Map<String, String>) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
setValue(String) - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
setWatch(AzureCloudConfigProperties.Watch) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
sourceLocator(ConfigServiceOperations, AzureCloudConfigProperties) - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigBootstrapConfiguration
 
start() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 
stop(Runnable) - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 
stop() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 

T

tokenCredentials(AzureCloudConfigProperties) - Method in class com.microsoft.azure.spring.cloud.config.AzureConfigBootstrapConfiguration
 
toString() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueItem
 
toString() - Method in class com.microsoft.azure.spring.cloud.config.domain.KeyValueResponse
 
toString() - Method in enum com.microsoft.azure.spring.cloud.config.domain.QueryField
 
toString() - Method in class com.microsoft.azure.spring.cloud.config.domain.Range
 

U

USER_AGENT - Static variable in class com.microsoft.azure.spring.cloud.config.ConfigHttpClient
 

V

validateAndInit() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigProperties
 
valueOf(String) - Static method in enum com.microsoft.azure.spring.cloud.config.domain.QueryField
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.spring.cloud.config.domain.QueryField
Returns an array containing the constants of this enum type, in the order they are declared.

W

WATCH_TASK_SCHEDULER_NAME - Static variable in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigAutoConfiguration
 
watchConfigKeyValues() - Method in class com.microsoft.azure.spring.cloud.config.AzureCloudConfigWatch
 
withEndpoint(String) - Method in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
 
withFields(List<QueryField>) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
withFields(QueryField) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
withKeyNames(String) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
withKeyNames(List<String>) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
withLabels(String) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
withLabels(List<String>) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
withPath(String) - Method in class com.microsoft.azure.spring.cloud.config.RestAPIBuilder
 
withRange(int, int) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
withRange(Range) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
withSortField(QueryField) - Method in class com.microsoft.azure.spring.cloud.config.domain.QueryOptions
 
A B C E F G H I K L N O P Q R S T U V W 
Skip navigation links

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.