getAll method

Gets all credentials configured in component configuration.

Redirect to CredentialStores is not done at this point. If you need fully fleshed credential use lookup method instead.

Return a list with credential parameters

Implementation

List<CredentialParams> getAll() {
  return _credentials;
}