Uses of Enum Class
com.shapesecurity.salvation2.Policy.Severity
Packages that use Policy.Severity
-
Uses of Policy.Severity in com.shapesecurity.salvation2
Subclasses with type arguments of type Policy.Severity in com.shapesecurity.salvation2Methods in com.shapesecurity.salvation2 that return Policy.SeverityModifier and TypeMethodDescriptionstatic Policy.SeverityReturns the enum constant of this class with the specified name.static Policy.Severity[]Policy.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.shapesecurity.salvation2 with parameters of type Policy.SeverityModifier and TypeMethodDescriptionvoidDirective.DirectiveErrorConsumer.add(Policy.Severity severity, String message, int valueIndex) voidPolicy.PolicyErrorConsumer.add(Policy.Severity severity, String message, int directiveIndex, int valueIndex) voidPolicy.PolicyListErrorConsumer.add(Policy.Severity severity, String message, int policyIndex, int directiveIndex, int valueIndex)