public interface Security
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disables tracking security state changes.
|
void |
enable()
Enables tracking security state changes.
|
void |
handleCertificateError(Integer eventId,
CertificateErrorAction action)
Deprecated.
|
EventListener |
onCertificateError(EventHandler<CertificateError> eventListener)
Deprecated.
|
EventListener |
onSecurityStateChanged(EventHandler<SecurityStateChanged> eventListener)
The security state of the page changed.
|
void |
setIgnoreCertificateErrors(Boolean ignore)
Enable/disable whether all certificate errors should be ignored.
|
void |
setOverrideCertificateErrors(Boolean override)
Deprecated.
|
void disable()
void enable()
void setIgnoreCertificateErrors(Boolean ignore)
ignore - If true, all certificate errors will be ignored.@Deprecated void handleCertificateError(Integer eventId, CertificateErrorAction action)
eventId - The ID of the event.action - The action to take on the certificate error.@Deprecated void setOverrideCertificateErrors(Boolean override)
override - If true, certificate errors will be overridden.@Deprecated EventListener onCertificateError(EventHandler<CertificateError> eventListener)
EventListener onSecurityStateChanged(EventHandler<SecurityStateChanged> eventListener)
Copyright © 2020. All rights reserved.