Fix merge issue.
This commit is contained in:
parent
4c5c71411b
commit
cac080b5bd
|
@ -61,10 +61,6 @@ public class ManagedWebAccess {
|
||||||
HTTPResult httpCall(HTTPRequest httpRequest);
|
HTTPResult httpCall(HTTPRequest httpRequest);
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface IFhirWebAccessor {
|
|
||||||
HTTPResult httpCall(HTTPRequest httpRequest);
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum WebAccessPolicy {
|
public enum WebAccessPolicy {
|
||||||
DIRECT, // open access to the web, though access can be restricted only to domains in AllowedDomains
|
DIRECT, // open access to the web, though access can be restricted only to domains in AllowedDomains
|
||||||
MANAGED, // no access except by the IWebAccessor
|
MANAGED, // no access except by the IWebAccessor
|
||||||
|
|
Loading…
Reference in New Issue