MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / isAllowSelfSignedSSL

Method isAllowSelfSignedSSL

src/com/odoo/support/OEUser.java:351–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349 }
350
351 public boolean isAllowSelfSignedSSL() {
352 return allow_self_signed_ssl;
353 }
354
355 public void setAllowSelfSignedSSL(boolean allow_self_signed_ssl) {
356 this.allow_self_signed_ssl = allow_self_signed_ssl;

Callers 2

createInstanceMethod · 0.95
getAsBundleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected