public interface DistributionTransportSecret
| Modifier and Type | Method and Description |
|---|---|
Map<String,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 Map<String,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 © 2007–2015 The Apache Software Foundation. All rights reserved.