NonResourcePolicyRule

final case class NonResourcePolicyRule(nonResourceURLs: Seq[String], verbs: Seq[String])

NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.

Source:
NonResourcePolicyRule.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to nonResourceURLs

Appends new values to nonResourceURLs

Source:
NonResourcePolicyRule.scala

Appends new values to verbs

Appends new values to verbs

Source:
NonResourcePolicyRule.scala

transforms nonResourceURLs to result of function

transforms nonResourceURLs to result of function

Source:
NonResourcePolicyRule.scala

transforms verbs to result of function

transforms verbs to result of function

Source:
NonResourcePolicyRule.scala

Returns a new data with nonResourceURLs set to new value

Returns a new data with nonResourceURLs set to new value

Source:
NonResourcePolicyRule.scala

Returns a new data with verbs set to new value

Returns a new data with verbs set to new value

Source:
NonResourcePolicyRule.scala

Inherited methods

Inherited from:
Product