Skip to content

Commit

Permalink
RESTful Forward Rule: Replace Target Base URL and Keycloak Server ID …
Browse files Browse the repository at this point in the history
…by Web Application name #1924
  • Loading branch information
gunterze committed Apr 12, 2019
1 parent aef4d90 commit d5c917c
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -124,6 +124,12 @@ public IApplicationEntityCache newApplicationEntityCache(DicomConfiguration conf
return new ApplicationEntityCache(conf);
}

@Produces
@ApplicationScoped
public IWebApplicationCache newWebApplicationCache(DicomConfiguration conf) {
return new WebApplicationCache(conf);
}

@Produces
@ApplicationScoped
public IDeviceCache newDeviceCache(DicomConfiguration conf) {
Expand Down

0 comments on commit d5c917c

Please sign in to comment.