@ConsumerType
public interface DistributionTransportSecret
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.
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
asCredentialsMap()
Get the secret as a
Map of credentials, this can contain, for example, entries holding information
about username and password for HTTP authentication. |
@CheckForNull java.util.Map<java.lang.String,java.lang.String> asCredentialsMap()
Map
of credentials, this can contain, for example, entries holding information
about username and password for HTTP authentication.Map
, or null
if secret
cannot be represented in terms
of a set of key -> value entriesCopyright © 2010 - 2023 Adobe. All Rights Reserved