Interface DistributionTransportSecret
@ConsumerType
public interface DistributionTransportSecret
The secret to be transported for authenticating transport layer connecting two instances.
Secrets can take different forms, like e.g. username and password, tokens, public keys, etc. and are meant to be used by transport implementations used by distribution agents.
-
Method Summary
Modifier and TypeMethodDescriptionGet the secret as aMap
of credentials, this can contain, for example, entries holding information about username and password for HTTP authentication.
-
Method Details