Authorizer

org.beangle.security.authz.Authorizer
trait Authorizer extends Refreshable

Attributes

Graph
Supertypes
trait Refreshable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def isPermitted(context: SecurityContext, request: Request): Boolean
def isRoot(user: String): Boolean

Concrete methods

final def isPermitted(context: SecurityContext): Boolean

Inherited methods

def refresh(): Unit

Attributes

Inherited from:
Refreshable