Interface DistributionTransportSecretProvider
@ConsumerType
public interface DistributionTransportSecretProvider
A provider for DistributionTransportSecrets
Such providers can be used by distribution agents implementations in order to plug
in different types of secrets to be used
to authenticate the underlying Sling instances.
-
Method Summary
-
Method Details
-
getSecret
Get aDistributionTransportSecretfor the specified URI- Parameters:
uri- - the uri than needs authentication- Returns:
- a
secret, ornullif that cannot be obtained
-