Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeltaClient::getSecretMetadata response mismatched with javadoc #9

Open
numbat opened this issue Mar 1, 2017 · 0 comments
Open

DeltaClient::getSecretMetadata response mismatched with javadoc #9

numbat opened this issue Mar 1, 2017 · 0 comments
Labels

Comments

@numbat
Copy link
Contributor

numbat commented Mar 1, 2017

The response should be aGetSecretMetadataResponse object (this is relevant for the callee if they need to update the metadata and need the version number). From the code:

    /**
     * Gets the metadata key and value pairs for the given secret.
     *
     * @param identityId the authenticating identity id
     * @param secretId the secret id
     * @return a map of metadata key and value pairs for the secret
     * @throws DeltaServiceException upon exception
     */
    public GetSecretMetadataResponse getSecretMetadata(String identityId, String secretId)
            throws DeltaServiceException {
        return apiClient.getSecretMetadata(new SecretRequest(identityId, secretId));
    }
@numbat numbat added the bug label Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant