Interface AzureCredentialResolver<T>
- Type Parameters:
T
- Azure credential implementation
public interface AzureCredentialResolver<T>
Resolver interface to resolve an azure credential implementation,
the method
resolve(AzureProperties)
returns null if the related properties does not match.-
Method Summary
Modifier and TypeMethodDescriptionboolean
isResolvable
(AzureProperties properties) Is the azure properties resolvable.resolve
(AzureProperties properties) Resolve the credential according to the azure properties.