|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpSecurityHandler | |
---|---|
com.jniwrapper.win32.ie | Contains the basic classes and interfaces. |
Uses of HttpSecurityHandler in com.jniwrapper.win32.ie |
---|
Methods in com.jniwrapper.win32.ie that return HttpSecurityHandler | |
---|---|
HttpSecurityHandler |
WebBrowser.getHttpSecurityHandler()
Returns http security handler that allows processing any security problems or null if it's not present. |
HttpSecurityHandler |
IEAutomation.getHttpSecurityHandler()
This methd always throw UnsupportedOperationException
error because the IEAutomation implementation doesn't
support this functionality yet. |
HttpSecurityHandler |
HeadlessBrowser.getHttpSecurityHandler()
Returns http security handler that allows processing any security problems or null if it's not present. |
HttpSecurityHandler |
FrameBrowserSupport.getHttpSecurityHandler()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
HttpSecurityHandler |
Browser.getHttpSecurityHandler()
Returns http security handler that allows processing any security problems or null if it's not present. |
Methods in com.jniwrapper.win32.ie with parameters of type HttpSecurityHandler | |
---|---|
void |
WebBrowser.setHttpSecurityHandler(HttpSecurityHandler h)
Sets the specified HTTP security handler that allows processing any security problems such as Invalid Certificate error, Invalid Certificate Name, Invalid Certificate Date, Moving from a non-SSL to an SSL connection because of a redirect or The redirection requires user confirmation problems. |
void |
IEAutomation.setHttpSecurityHandler(HttpSecurityHandler h)
This methd always throw UnsupportedOperationException
error because the IEAutomation implementation doesn't
support this functionality yet. |
void |
HeadlessBrowser.setHttpSecurityHandler(HttpSecurityHandler h)
Sets the specified HTTP security handler that allows processing any security problems such as Invalid Certificate error, Invalid Certificate Name, Invalid Certificate Date, Moving from a non-SSL to an SSL connection because of a redirect or The redirection requires user confirmation problems. |
void |
FrameBrowserSupport.setHttpSecurityHandler(HttpSecurityHandler h)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
Browser.setHttpSecurityHandler(HttpSecurityHandler h)
Sets the specified HTTP security handler that allows processing any security problems such as Invalid Certificate error, Invalid Certificate Name, Invalid Certificate Date, Moving from a non-SSL to an SSL connection because of a redirect or The redirection requires user confirmation problems. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |