Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
HAL-1338 - Wrong providers tab of Elytron provider loader configurati…
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio4j committed Mar 27, 2017
1 parent c07e2ce commit f95d649
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 193 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class SSLView {
private TrustManagerView trustManagerView;
private SecurityDomainView securityDomainView;
private ElytronGenericResourceView securityPropertyView;
private ProviderLoaderView providerLoaderView;
private ElytronGenericResourceView providerLoaderView;
private ElytronGenericResourceView aggregateProvidersView;

public SSLView(final Dispatcher circuit, final ResourceDescription rootDescription,
Expand Down Expand Up @@ -99,7 +99,7 @@ public Widget asWidget() {
securityPropertyView = new ElytronGenericResourceView(circuit, securityPropertyDescription, securityContext,
"Security Property", ElytronStore.SECURITY_PROPERTY_ADDRESS);

providerLoaderView = new ProviderLoaderView(circuit, providerLoaderDescription, securityContext,
providerLoaderView = new ElytronGenericResourceView(circuit, providerLoaderDescription, securityContext,
"Provider Loader", ElytronStore.PROVIDER_LOADER_ADDRESS);

aggregateProvidersView = new ElytronGenericResourceView(circuit, aggregateProvidersDescription, securityContext,
Expand Down

0 comments on commit f95d649

Please sign in to comment.