public interface DistributionTransportSecretProvider
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.Modifier and Type | Method and Description |
---|---|
DistributionTransportSecret |
getSecret(URI uri)
Get a
DistributionTransportSecret for the specified URI |
@CheckForNull DistributionTransportSecret getSecret(URI uri)
DistributionTransportSecret
for the specified URIuri
- - the uri than needs authenticationsecret
, or null
if
that cannot be obtainedCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.