public abstract class Secrets extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Secrets.SourceVault |
Constructor and Description |
---|
Secrets() |
Modifier and Type | Method and Description |
---|---|
static Secrets |
create(Secrets.SourceVault sourceVault,
List<VaultCertificate> vaultCertificates) |
abstract Secrets.SourceVault |
sourceVault()
Name of the KeyVault which contains all the certificates
|
abstract List<VaultCertificate> |
vaultCertificates()
List of the certificates
|
public abstract Secrets.SourceVault sourceVault()
public abstract List<VaultCertificate> vaultCertificates()
public static Secrets create(Secrets.SourceVault sourceVault, List<VaultCertificate> vaultCertificates)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.