com.teamdev.jxbrowser.security
Interface HttpSecurityHandler


public interface HttpSecurityHandler

Represents a 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.


Method Summary
 HttpSecurityAction onSecurityProblem(java.util.Set<SecurityProblem> problems)
          Notifies about security problems.
 

Method Detail

onSecurityProblem

HttpSecurityAction onSecurityProblem(java.util.Set<SecurityProblem> problems)
Notifies about security problems.

Parameters:
problems - contains detailed information about the security problem(s) that happens.
Returns:
one of the following values: