Uses of Class
com.shapesecurity.salvation2.Policy.InlineType
-
Packages that use Policy.InlineType Package Description com.shapesecurity.salvation2 -
-
Uses of Policy.InlineType in com.shapesecurity.salvation2
Methods in com.shapesecurity.salvation2 that return Policy.InlineType Modifier and Type Method Description static Policy.InlineType
Policy.InlineType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Policy.InlineType[]
Policy.InlineType. 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.InlineType Modifier and Type Method Description private boolean
Policy. doesElementMatchSourceListForTypeAndSource(Policy.InlineType type, java.util.Optional<java.lang.String> nonce, java.util.Optional<java.lang.String> source, java.util.Optional<java.lang.Boolean> parserInserted)
-