Scope

org.beangle.security.authz.Scope
enum Scope(val name: String)

Attributes

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

Members list

Type members

Enum entries

case case Private extends Scope

受保护的私有资源

受保护的私有资源

Attributes

case case Protected extends Scope

受保护的公有资源

受保护的公有资源

Attributes

case case Public extends Scope

不受保护的公共资源

不受保护的公共资源

Attributes