public interface UrlConnectionSecurityDomainProvider
UrlModuleSourceProvider to create Rhino security domain objects for newly loaded scripts (see
Context.compileReader(java.io.Reader, String, int, Object), in Context) based on
the properties obtainable through their URL connection.| Modifier and Type | Method and Description |
|---|---|
Object |
getSecurityDomain(URLConnection urlConnection)
Create a new security domain object for a script source identified by its URL connection.
|
Object getSecurityDomain(URLConnection urlConnection)
urlConnection - the URL connection of the script sourceCopyright © 2025 HtmlUnit. All rights reserved.