public abstract static class VaultProperties.Permissions extends Object
Modifier and Type | Method and Description |
---|---|
abstract List<String> |
certificates() |
static VaultProperties.Permissions |
create(List<String> certificates,
List<String> keys,
List<String> secrets,
List<String> storage) |
abstract List<String> |
keys() |
abstract List<String> |
secrets() |
abstract List<String> |
storage() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.