File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
spring-vault-core/src/main/java/org/springframework/vault/core Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3232 * interact with Vault in an authenticated and unauthenticated context.
3333 * <p>
3434 * {@link VaultOperations} allows execution of callback methods. Callbacks can execute
35- * requests within a {@link #doWithSession(RestClientCallback ) session context} and the
36- * {@link #doWithVault(RestClientCallback ) without a session}.
35+ * requests within a {@link #doWithSession(RestOperationsCallback ) session context} and the
36+ * {@link #doWithVault(RestOperationsCallback ) without a session}.
3737 * <p>
3838 * Paths used in this interface (and interfaces accessible from here) are considered
3939 * relative to the {@link VaultEndpoint}. Paths that are fully-qualified URI's can be used
4242 *
4343 * @author Mark Paluch
4444 * @author Lauren Voswinkel
45- * @see #doWithSession(RestClientCallback)
46- * @see #doWithVault(RestClientCallback)
4745 * @see org.springframework.web.client.RestClient
4846 * @see org.springframework.vault.core.VaultTemplate
4947 * @see org.springframework.vault.core.VaultTokenOperations
You can’t perform that action at this time.
0 commit comments