Deny

erules.RuleVerdict.Deny
See theDeny companion object
sealed trait Deny extends RuleVerdict

Attributes

Companion
object
Graph
Supertypes
trait RuleVerdict
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def because(newReasons: List[EvalReason]): Deny

Append the specified reasons

Append the specified reasons

Attributes

Inherited from:
RuleVerdictBecauseSupport (hidden)
def because(newReason: EvalReason): Deny

Append the specified reason

Append the specified reason

Attributes

Inherited from:
RuleVerdictBecauseSupport (hidden)
def because(newReason: String)(implicit dummyImplicit: DummyImplicit): Deny

Append the specified reason

Append the specified reason

Attributes

Inherited from:
RuleVerdictBecauseSupport (hidden)

A RuleVerdict without reasons

A RuleVerdict without reasons

Attributes

Inherited from:
RuleVerdictBecauseSupport (hidden)

Inherited fields

final val isAllow: Boolean

Returns true if this is an instance of Allow

Returns true if this is an instance of Allow

Attributes

Inherited from:
RuleVerdict
final val isDeny: Boolean

Returns true if this is an instance of Deny

Returns true if this is an instance of Deny

Attributes

Inherited from:
RuleVerdict
final val isIgnore: Boolean

Returns true if this is an instance of Ignore

Returns true if this is an instance of Ignore

Attributes

Inherited from:
RuleVerdict
val reasons: List[EvalReason]

Result reasons

Result reasons

Attributes

Inherited from:
RuleVerdict
final val typeName: String

String that represent just the kind

String that represent just the kind

Attributes

Inherited from:
RuleVerdict