Uses of Class
com.teamdev.jxbrowser.security.HttpSecurityAction

Packages that use HttpSecurityAction
com.teamdev.jxbrowser.security Contains the basic classes and interfaces that allows processing security problems. 
 

Uses of HttpSecurityAction in com.teamdev.jxbrowser.security
 

Methods in com.teamdev.jxbrowser.security that return HttpSecurityAction
 HttpSecurityAction HttpSecurityHandler.onSecurityProblem(java.util.Set<SecurityProblem> problems)
          Notifies about security problems.
static HttpSecurityAction HttpSecurityAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HttpSecurityAction[] HttpSecurityAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.