Skip to content

Commit 06704c6

Browse files
committed
QA: APIdocs [skip ci]
1 parent 96b04fc commit 06704c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/php/security/credentials/FromVault.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function open() { return $this; }
3838
*
3939
* @param string $name
4040
* @return util.Secret
41-
* @throws lang.IllegalAccessException if vault backend fails
41+
* @throws lang.IllegalAccessException if vault is not accessible
4242
*/
4343
public function named($name) {
4444
$r= $this->endpoint->resource('/v1/secret/'.$this->group)->get();
@@ -60,6 +60,7 @@ public function named($name) {
6060
*
6161
* @param string $pattern Name with * meaning any character except a dot
6262
* @return iterable
63+
* @throws lang.IllegalAccessException if vault is not accessible
6364
*/
6465
public function all($pattern) {
6566
$r= $this->endpoint->resource('/v1/secret/'.$this->group)->get();

0 commit comments

Comments
 (0)