module Acl::Entity

Overview

Entity that have access to the Acl system.

Direct including types

Defined in:

lib/acl/entity.cr

Instance Method Summary

Instance Method Detail

abstract def groups : Array(String) #

Returns the list of the group names of the Entity


[View source]
abstract def has_group?(group : String) : Bool #

Returns true if the group is owned by the Entity, else false


[View source]