File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
io/github/jopenlibs/vault/api/sys Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11/**
2- * <p>Classes implementing the various endpoints of the Vault HTTP API .</p>
2+ * <p>Intended for internal use by other classes within the Vault driver library .</p>
33 *
4- * <p>The classes in this package are not meant to be instantiated directly. Rather, they should
5- * be used by way of the <code>io.github.jopenlibs.vault.Vault</code> driver class, in a DSL-style
6- * builder pattern approach.</p>
4+ * <p>Classes in this package implements the /sys/ API endpoints. There are not meant to be
5+ * instantiated directly. Rather, they should be used by way of the
6+ * <code>io.github.jopenlibs.vault.Vault</code> driver class, in a DSL-style builder pattern
7+ * approach.</p>
78 */
89package io .github .jopenlibs .vault .api .sys ;
Original file line number Diff line number Diff line change 22 requires java .logging ;
33 exports io .github .jopenlibs .vault ;
44 exports io .github .jopenlibs .vault .api ;
5+ exports io .github .jopenlibs .vault .api .database ;
6+ exports io .github .jopenlibs .vault .api .pki ;
57 exports io .github .jopenlibs .vault .api .sys ;
8+ exports io .github .jopenlibs .vault .api .sys .mounts ;
69 exports io .github .jopenlibs .vault .json ;
710 exports io .github .jopenlibs .vault .response ;
811 exports io .github .jopenlibs .vault .rest ;
You can’t perform that action at this time.
0 commit comments