public interface SecurityPolicyHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActionAllowed(URLAction action,
java.lang.String url)
Is invoked when engine wants to check whether
action is allowed or not. |
boolean isActionAllowed(URLAction action, java.lang.String url)
action is allowed or not.action - the action to check.url - address of a web page that requests the action.true to allow the action, false otherwise.