@Retention(value=RUNTIME) @Import(value=ContextCredentialsConfigurationRegistrar.class) @Target(value=TYPE) @Deprecated public @interface EnableContextCredentials
Modifier and Type | Optional Element and Description |
---|---|
String |
accessKey
Deprecated.
Configures the access key that will be used by the credentials provider.
|
boolean |
instanceProfile
Deprecated.
Enables a instance profile specific credentials provider.
|
String |
profileName
Deprecated.
|
String |
profilePath
Deprecated.
|
String |
secretKey
Deprecated.
Configures the secret key that will be used by the credentials provider.
|
public abstract String accessKey
public abstract String secretKey
public abstract boolean instanceProfile
public abstract String profileName
public abstract String profilePath
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.