Rule

lofi_acl.access.Rule
case class Rule(group: Group, operation: Operation, path: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toPathIfAllowed(groupsOfUser: Set[Group], forOperation: Operation): Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product