getCredentialNames(Map< String, String >) method

Returns the set of names associated with the NamedCredentials that the provider may add to an authenticated subject.

Syntax

Set< String > getCredentialNames ( Map< String, String > configuration )

Parameters

Returns

the set of names associated with the NamedCredentials that the provider may add to an authenticated subject

Usage

This is used to detect conflicts among the configured providers when validating the configuration so as to avoid duplicate NamedCredentials added by multiple providers.

the set of names associated with the NamedCredentials that the provider may add to an authenticated subject