Interface DistributionTransportSecretProvider
@ConsumerType
public interface DistributionTransportSecretProvider
A provider for DistributionTransportSecret
s
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 aDistributionTransportSecret
for the specified URI- Parameters:
uri
- - the uri than needs authentication- Returns:
- a
secret
, ornull
if that cannot be obtained
-