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.
| Modifier and Type | Method and Description |
|---|---|
@Nullable DistributionTransportSecret |
getSecret(URI uri)
Get a
DistributionTransportSecret for the specified URI |
@Nullable @Nullable DistributionTransportSecret getSecret(URI uri)
DistributionTransportSecret for the specified URIuri - - the uri than needs authenticationsecret, or null if
that cannot be obtainedCopyright © 2010 - 2020 Adobe. All Rights Reserved