Uses of Class
com.shapesecurity.salvation2.Policy.Severity
-
Packages that use Policy.Severity Package Description com.shapesecurity.salvation2 -
-
Uses of Policy.Severity in com.shapesecurity.salvation2
Methods in com.shapesecurity.salvation2 that return Policy.Severity Modifier and Type Method Description static Policy.Severity
Policy.Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Policy.Severity[]
Policy.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.shapesecurity.salvation2 with parameters of type Policy.Severity Modifier and Type Method Description void
Directive.DirectiveErrorConsumer. add(Policy.Severity severity, java.lang.String message, int valueIndex)
void
Policy.PolicyErrorConsumer. add(Policy.Severity severity, java.lang.String message, int directiveIndex, int valueIndex)
void
Policy.PolicyListErrorConsumer. add(Policy.Severity severity, java.lang.String message, int policyIndex, int directiveIndex, int valueIndex)
-