Uses of Interface
com.shapesecurity.salvation2.Directive.DirectiveErrorConsumer
-
Packages that use Directive.DirectiveErrorConsumer Package Description com.shapesecurity.salvation2 com.shapesecurity.salvation2.Directives -
-
Uses of Directive.DirectiveErrorConsumer in com.shapesecurity.salvation2
Fields in com.shapesecurity.salvation2 declared as Directive.DirectiveErrorConsumer Modifier and Type Field Description static Directive.DirectiveErrorConsumerDirective.DirectiveErrorConsumer. ignoredMethods in com.shapesecurity.salvation2 that return Directive.DirectiveErrorConsumer Modifier and Type Method Description protected static Directive.DirectiveErrorConsumerDirective. wrapManipulationErrorConsumer(Directive.ManipulationErrorConsumer errors)Methods in com.shapesecurity.salvation2 with parameters of type Directive.DirectiveErrorConsumer Modifier and Type Method Description DirectivePolicy. add(String name, List<String> values, Directive.DirectiveErrorConsumer directiveErrorConsumer) -
Uses of Directive.DirectiveErrorConsumer in com.shapesecurity.salvation2.Directives
Constructors in com.shapesecurity.salvation2.Directives with parameters of type Directive.DirectiveErrorConsumer Constructor Description FrameAncestorsDirective(List<String> values, Directive.DirectiveErrorConsumer errors)PluginTypesDirective(List<String> values, Directive.DirectiveErrorConsumer errors)ReportUriDirective(List<String> values, Directive.DirectiveErrorConsumer errors)SandboxDirective(List<String> values, Directive.DirectiveErrorConsumer errors)SourceExpressionDirective(List<String> values, Directive.DirectiveErrorConsumer errors)
-