A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Policy.Severity, String, int) - Method in interface org.htmlunit.csp.Directive.DirectiveErrorConsumer
- add(Policy.Severity, String, int, int) - Method in interface org.htmlunit.csp.Policy.PolicyErrorConsumer
- add(Policy.Severity, String, int, int, int) - Method in interface org.htmlunit.csp.Policy.PolicyListErrorConsumer
- addValue(String) - Method in class org.htmlunit.csp.Directive
- addValue(String) - Method in class org.htmlunit.csp.directive.HostSourceDirective
- allowDownloads() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowForms() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowModals() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowOrientationLock() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowPointerLock() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowPopups() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowPopupsToEscapeSandbox() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowPresentation() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowSameOrigin() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowsApplicationManifest(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsConnection(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsConnection(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowScripts() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowsEval() - Method in class org.htmlunit.csp.Policy
- allowsExternalScript(Optional<String>, Optional<String>, Optional<URLWithScheme>, Optional<Boolean>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsExternalStyle(Optional<String>, Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsFont(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsFontFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsFormAction(Optional<URLWithScheme>, Optional<Boolean>, Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsFormAction(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsFrame(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsFrameAncestor(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsFrameAncestor(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsFrameFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsImage(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsImageFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsInlineScript(Optional<String>, Optional<String>, Optional<Boolean>) - Method in class org.htmlunit.csp.Policy
- allowsInlineStyle(Optional<String>, Optional<String>) - Method in class org.htmlunit.csp.Policy
- allowsJavascriptUrlNavigation(Optional<String>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsManifestFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsMedia(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsMediaFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsNavigation(Optional<URLWithScheme>, Optional<Boolean>, Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsNavigation(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsObject(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsObjectFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsPlugin(Optional<MediaType>) - Method in class org.htmlunit.csp.Policy
- allowsPrefetch(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsPrefetchFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsScriptAsAttribute(Optional<String>) - Method in class org.htmlunit.csp.Policy
- allowsScriptFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsStyleAsAttribute(Optional<String>) - Method in class org.htmlunit.csp.Policy
- allowsStyleFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowStorageAccessByUserActivation() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowsUnsafeInlineScript() - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsUnsafeInlineStyle() - Method in class org.htmlunit.csp.PolicyInOrigin
- allowsWorker(Optional<URLWithScheme>, Optional<URLWithScheme>) - Method in class org.htmlunit.csp.Policy
- allowsWorkerFromSource(URLWithScheme) - Method in class org.htmlunit.csp.PolicyInOrigin
- allowTopNavigation() - Method in class org.htmlunit.csp.directive.SandboxDirective
- allowTopNavigationByUserActivation() - Method in class org.htmlunit.csp.directive.SandboxDirective
B
- baseUri() - Method in class org.htmlunit.csp.Policy
- blockAllMixedContent() - Method in class org.htmlunit.csp.Policy
C
- ChildSrc - org.htmlunit.csp.FetchDirectiveKind
-
ChildSrc("child-src").
- ConnectSrc - org.htmlunit.csp.FetchDirectiveKind
-
ConnectSrc("connect-src").
- Constants - Class in org.htmlunit.csp
- containsNonDirectiveCharacter - Static variable in class org.htmlunit.csp.Directive
-
containsNonDirectiveCharacter.
D
- defaultPortForProtocol(String) - Static method in class org.htmlunit.csp.url.URI
- DefaultSrc - org.htmlunit.csp.FetchDirectiveKind
-
DefaultSrc("default-src").
- Directive - Class in org.htmlunit.csp
- Directive(List<String>) - Constructor for class org.htmlunit.csp.Directive
- DIRECTIVE_NAME_PATTERN - Static variable in class org.htmlunit.csp.Constants
-
DIRECTIVE_NAME_PATTERN.
- Directive.DirectiveErrorConsumer - Interface in org.htmlunit.csp
- doesUrlMatchSourceListInOrigin(URLWithScheme, HostSourceDirective, Optional<URLWithScheme>) - Static method in class org.htmlunit.csp.Policy
E
- EMPTY_PORT - Static variable in class org.htmlunit.csp.Constants
-
EMPTY_PORT = -1.
- equals(Object) - Method in class org.htmlunit.csp.url.URLWithScheme
- equals(Object) - Method in class org.htmlunit.csp.value.Hash
- equals(Object) - Method in class org.htmlunit.csp.value.Host
- equals(Object) - Method in class org.htmlunit.csp.value.MediaType
- equals(Object) - Method in class org.htmlunit.csp.value.Nonce
- equals(Object) - Method in class org.htmlunit.csp.value.RFC7230Token
- equals(Object) - Method in class org.htmlunit.csp.value.Scheme
- Error - org.htmlunit.csp.Policy.Severity
-
Severity Error.
F
- FetchDirectiveKind - Enum in org.htmlunit.csp
- FontSrc - org.htmlunit.csp.FetchDirectiveKind
-
FontSrc("font-src").
- formAction() - Method in class org.htmlunit.csp.Policy
- frameAncestors() - Method in class org.htmlunit.csp.Policy
- FrameAncestorsDirective - Class in org.htmlunit.csp.directive
- FrameAncestorsDirective(List<String>, Directive.DirectiveErrorConsumer) - Constructor for class org.htmlunit.csp.directive.FrameAncestorsDirective
- FrameSrc - org.htmlunit.csp.FetchDirectiveKind
-
FrameSrc("frame-src").
- fromString(String) - Static method in enum org.htmlunit.csp.FetchDirectiveKind
G
- getAlgorithm() - Method in class org.htmlunit.csp.value.Hash
- getBase64ValuePart() - Method in class org.htmlunit.csp.value.Hash
- getBase64ValuePart() - Method in class org.htmlunit.csp.value.Nonce
- getFetchDirective(FetchDirectiveKind) - Method in class org.htmlunit.csp.Policy
- getGoverningDirectiveForEffectiveDirective(FetchDirectiveKind) - Method in class org.htmlunit.csp.Policy
- getHashes() - Method in class org.htmlunit.csp.directive.SourceExpressionDirective
- getHost() - Method in class org.htmlunit.csp.url.URLWithScheme
- getHost() - Method in class org.htmlunit.csp.value.Host
- getHosts() - Method in class org.htmlunit.csp.directive.HostSourceDirective
- getLength() - Method in enum org.htmlunit.csp.value.Hash.Algorithm
- getMediaTypes() - Method in class org.htmlunit.csp.directive.PluginTypesDirective
- getNonces() - Method in class org.htmlunit.csp.directive.SourceExpressionDirective
- getNone() - Method in class org.htmlunit.csp.directive.HostSourceDirective
- getPath() - Method in class org.htmlunit.csp.url.URLWithScheme
- getPath() - Method in class org.htmlunit.csp.value.Host
- getPolicy() - Method in class org.htmlunit.csp.PolicyInOrigin
- getPort() - Method in class org.htmlunit.csp.url.URLWithScheme
- getPort() - Method in class org.htmlunit.csp.value.Host
- getRepr() - Method in enum org.htmlunit.csp.FetchDirectiveKind
- getScheme() - Method in class org.htmlunit.csp.url.URLWithScheme
- getScheme() - Method in class org.htmlunit.csp.value.Host
- getSchemes() - Method in class org.htmlunit.csp.directive.HostSourceDirective
- getSubtype() - Method in class org.htmlunit.csp.value.MediaType
- getType() - Method in class org.htmlunit.csp.value.MediaType
- getUris() - Method in class org.htmlunit.csp.directive.ReportUriDirective
- getValue() - Method in class org.htmlunit.csp.value.RFC7230Token
- getValue() - Method in class org.htmlunit.csp.value.Scheme
- getValues() - Method in class org.htmlunit.csp.Directive
- GUID - Class in org.htmlunit.csp.url
- GUID(String, String) - Constructor for class org.htmlunit.csp.url.GUID
H
- Hash - Class in org.htmlunit.csp.value
- Hash.Algorithm - Enum in org.htmlunit.csp.value
- hashCode() - Method in class org.htmlunit.csp.url.URLWithScheme
- hashCode() - Method in class org.htmlunit.csp.value.Hash
- hashCode() - Method in class org.htmlunit.csp.value.Host
- hashCode() - Method in class org.htmlunit.csp.value.MediaType
- hashCode() - Method in class org.htmlunit.csp.value.Nonce
- hashCode() - Method in class org.htmlunit.csp.value.RFC7230Token
- hashCode() - Method in class org.htmlunit.csp.value.Scheme
- Host - Class in org.htmlunit.csp.value
- HOST_SOURCE_PATTERN - Static variable in class org.htmlunit.csp.Constants
-
hostSourcePattern.
- HostSourceDirective - Class in org.htmlunit.csp.directive
- HostSourceDirective(List<String>) - Constructor for class org.htmlunit.csp.directive.HostSourceDirective
I
- ignored - Static variable in interface org.htmlunit.csp.Directive.DirectiveErrorConsumer
-
ignored.
- ignored - Static variable in interface org.htmlunit.csp.Policy.PolicyErrorConsumer
-
PolicyErrorConsumer ignored.
- ignored - Static variable in interface org.htmlunit.csp.Policy.PolicyListErrorConsumer
-
PolicyListErrorConsumer ignored.
- ImgSrc - org.htmlunit.csp.FetchDirectiveKind
-
ImgSrc("img-src").
- Info - org.htmlunit.csp.Policy.Severity
-
Severity Info.
- IPv4address - Static variable in class org.htmlunit.csp.Constants
-
IPv4address.
- IPv6addressWithOptionalBracket - Static variable in class org.htmlunit.csp.Constants
-
IPv6addressWithOptionalBracket.
- IPV6loopback - Static variable in class org.htmlunit.csp.Constants
-
IPV6loopback.
- IS_BASE64_VALUE - Static variable in class org.htmlunit.csp.Utils
-
IS_BASE64_VALUE.
- IS_DIRECTIVE_NAME - Static variable in class org.htmlunit.csp.Directive
-
IS_DIRECTIVE_NAME.
L
- LEADING_WHITESPACE_PATTERN - Static variable in class org.htmlunit.csp.Constants
-
LEADING_WHITESPACE_PATTERN.
M
- ManifestSrc - org.htmlunit.csp.FetchDirectiveKind
-
ManifestSrc("manifest-src").
- MEDIA_TYPE_PATTERN - Static variable in class org.htmlunit.csp.Constants
-
MEDIA_TYPE_PATTERN.
- MediaSrc - org.htmlunit.csp.FetchDirectiveKind
-
MediaSrc("media-src").
- MediaType - Class in org.htmlunit.csp.value
N
- navigateTo() - Method in class org.htmlunit.csp.Policy
- Nonce - Class in org.htmlunit.csp.value
O
- ObjectSrc - org.htmlunit.csp.FetchDirectiveKind
-
ObjectSrc("object-src").
- org.htmlunit.csp - package org.htmlunit.csp
-
Content Security Policy.
- org.htmlunit.csp.directive - package org.htmlunit.csp.directive
-
Content Security Policy directives.
- org.htmlunit.csp.url - package org.htmlunit.csp.url
-
Content Security Policy url support.
- org.htmlunit.csp.value - package org.htmlunit.csp.value
-
Content Security Policy values.
P
- parseGUID(String) - Static method in class org.htmlunit.csp.url.GUID
- parseHash(String) - Static method in class org.htmlunit.csp.value.Hash
- parseHost(String) - Static method in class org.htmlunit.csp.value.Host
- parseMediaType(String) - Static method in class org.htmlunit.csp.value.MediaType
- parseNonce(String) - Static method in class org.htmlunit.csp.value.Nonce
- parseRFC7230Token(String) - Static method in class org.htmlunit.csp.value.RFC7230Token
- parseScheme(String) - Static method in class org.htmlunit.csp.value.Scheme
- parseSerializedCSP(String, Policy.PolicyErrorConsumer) - Static method in class org.htmlunit.csp.Policy
- parseSerializedCSPList(String, Policy.PolicyListErrorConsumer) - Static method in class org.htmlunit.csp.Policy
- parseURI(String) - Static method in class org.htmlunit.csp.url.URI
- pluginTypes() - Method in class org.htmlunit.csp.Policy
- PluginTypesDirective - Class in org.htmlunit.csp.directive
- PluginTypesDirective(List<String>, Directive.DirectiveErrorConsumer) - Constructor for class org.htmlunit.csp.directive.PluginTypesDirective
- Policy - Class in org.htmlunit.csp
- Policy.PolicyErrorConsumer - Interface in org.htmlunit.csp
- Policy.PolicyListErrorConsumer - Interface in org.htmlunit.csp
- Policy.Severity - Enum in org.htmlunit.csp
- PolicyInOrigin - Class in org.htmlunit.csp
- PolicyInOrigin(Policy, URLWithScheme) - Constructor for class org.htmlunit.csp.PolicyInOrigin
- PolicyList - Class in org.htmlunit.csp
- PolicyList(List<Policy>) - Constructor for class org.htmlunit.csp.PolicyList
- prefetchSrc() - Method in class org.htmlunit.csp.Policy
- PrefetchSrc - org.htmlunit.csp.FetchDirectiveKind
-
PrefetchSrc("prefetch-src").
R
- removeValueIgnoreCase(String) - Method in class org.htmlunit.csp.directive.HostSourceDirective
- removeValueIgnoreCase(String) - Method in class org.htmlunit.csp.Directive
- reportSample() - Method in class org.htmlunit.csp.directive.SourceExpressionDirective
- reportTo() - Method in class org.htmlunit.csp.Policy
- reportUri() - Method in class org.htmlunit.csp.Policy
- ReportUriDirective - Class in org.htmlunit.csp.directive
- ReportUriDirective(List<String>, Directive.DirectiveErrorConsumer) - Constructor for class org.htmlunit.csp.directive.ReportUriDirective
- RFC7230Token - Class in org.htmlunit.csp.value
- rfc7230TokenPattern - Static variable in class org.htmlunit.csp.Constants
-
rfc7230TokenPattern.
S
- sandbox() - Method in class org.htmlunit.csp.Policy
- SandboxDirective - Class in org.htmlunit.csp.directive
- SandboxDirective(List<String>, Directive.DirectiveErrorConsumer) - Constructor for class org.htmlunit.csp.directive.SandboxDirective
- Scheme - Class in org.htmlunit.csp.value
- SCHEME_PART - Static variable in class org.htmlunit.csp.Constants
-
SCHEME_PART = "[a-zA-Z][a-zA-Z0-9+\\-.]*".
- SCHEME_PATTERN - Static variable in class org.htmlunit.csp.Constants
-
SCHEME_PATTERN.
- ScriptSrc - org.htmlunit.csp.FetchDirectiveKind
-
ScriptSrc("script-src").
- ScriptSrcAttr - org.htmlunit.csp.FetchDirectiveKind
-
ScriptSrcAttr("script-src-attr").
- ScriptSrcElem - org.htmlunit.csp.FetchDirectiveKind
-
ScriptSrcElem("script-src-elem").
- self() - Method in class org.htmlunit.csp.directive.HostSourceDirective
- SHA256 - org.htmlunit.csp.value.Hash.Algorithm
-
SHA256("sha256", 44).
- SHA384 - org.htmlunit.csp.value.Hash.Algorithm
-
SHA384("sha384", 64).
- SHA512 - org.htmlunit.csp.value.Hash.Algorithm
-
SHA512("sha512", 88).
- SourceExpressionDirective - Class in org.htmlunit.csp.directive
- SourceExpressionDirective(List<String>, Directive.DirectiveErrorConsumer) - Constructor for class org.htmlunit.csp.directive.SourceExpressionDirective
- star() - Method in class org.htmlunit.csp.directive.HostSourceDirective
- strictDynamic() - Method in class org.htmlunit.csp.directive.SourceExpressionDirective
- StyleSrc - org.htmlunit.csp.FetchDirectiveKind
-
StyleSrc("style-src").
- StyleSrcAttr - org.htmlunit.csp.FetchDirectiveKind
-
StyleSrcAttr("style-src-attr").
- StyleSrcElem - org.htmlunit.csp.FetchDirectiveKind
-
StyleSrcElem("style-src-elem").
T
- toString() - Method in class org.htmlunit.csp.Policy
- toString() - Method in class org.htmlunit.csp.PolicyList
- toString() - Method in enum org.htmlunit.csp.value.Hash.Algorithm
- toString() - Method in class org.htmlunit.csp.value.Hash
- toString() - Method in class org.htmlunit.csp.value.Host
- toString() - Method in class org.htmlunit.csp.value.MediaType
- toString() - Method in class org.htmlunit.csp.value.Nonce
- toString() - Method in class org.htmlunit.csp.value.RFC7230Token
- toString() - Method in class org.htmlunit.csp.value.Scheme
- TRAILING_WHITESPACE_PATTERN - Static variable in class org.htmlunit.csp.Constants
-
TRAILING_WHITESPACE_PATTERN.
U
- UNQUOTED_KEYWORD_PATTERN - Static variable in class org.htmlunit.csp.Constants
-
UNQUOTED_KEYWORD_PATTERN.
- unsafeAllowRedirects() - Method in class org.htmlunit.csp.directive.SourceExpressionDirective
- unsafeEval() - Method in class org.htmlunit.csp.directive.SourceExpressionDirective
- unsafeHashes() - Method in class org.htmlunit.csp.directive.SourceExpressionDirective
- unsafeInline() - Method in class org.htmlunit.csp.directive.SourceExpressionDirective
- upgradeInsecureRequests() - Method in class org.htmlunit.csp.Policy
- URI - Class in org.htmlunit.csp.url
- URI(String, String, int, String) - Constructor for class org.htmlunit.csp.url.URI
- URLWithScheme - Class in org.htmlunit.csp.url
- URLWithScheme(String, String, Integer, String) - Constructor for class org.htmlunit.csp.url.URLWithScheme
- Utils - Class in org.htmlunit.csp
V
- valueOf(String) - Static method in enum org.htmlunit.csp.FetchDirectiveKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.htmlunit.csp.Policy.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.htmlunit.csp.value.Hash.Algorithm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.htmlunit.csp.FetchDirectiveKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.htmlunit.csp.Policy.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.htmlunit.csp.value.Hash.Algorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- Warning - org.htmlunit.csp.Policy.Severity
-
Severity Warning.
- WHITESPACE_CHARS - Static variable in class org.htmlunit.csp.Constants
-
WHITESPACE_CHARS = "\t\n\f\r ".
- WILDCARD_PORT - Static variable in class org.htmlunit.csp.Constants
-
WILDCARD_PORT = -200.
- WorkerSrc - org.htmlunit.csp.FetchDirectiveKind
-
WorkerSrc("worker-src").
All Classes All Packages