GUACAMOLE-641: Document return type of VaultUserContext.resolve().

This commit is contained in:
Michael Jumper
2022-01-21 15:23:41 -08:00
parent 0359aa6225
commit 2df24bf911

View File

@@ -219,6 +219,10 @@ public class VaultUserContext extends TokenInjectingUserContext {
* pending retrieval operation which will ultimately be completed with * pending retrieval operation which will ultimately be completed with
* the value of all secrets mapped to that token. * the value of all secrets mapped to that token.
* *
* @return
* A Map of token name to the corresponding String value retrieved for
* that token from the vault.
*
* @throws GuacamoleException * @throws GuacamoleException
* If the value for any applicable secret cannot be retrieved from the * If the value for any applicable secret cannot be retrieved from the
* vault due to an error. * vault due to an error.