Search
Preparing search index...
The search index is not available
sealious
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Roles
Class Roles
Hierarchy
Policy
Roles
Index
Constructors
constructor
Properties
allowed_
roles
params
type_
name
Methods
_get
Restricting
Query
check
checker
Function
count
Matching
Roles
get
Restricting
Query
is
Item
Sensitive
allow
deny
from
Definition
Constructors
constructor
new
Roles
(
allowed_roles
:
string
[]
)
:
Roles
Parameters
allowed_roles:
string
[]
Returns
Roles
Properties
allowed_
roles
allowed_
roles
:
string
[]
params
params
:
any
Static
type_
name
type_
name
:
string
= "roles"
Methods
_get
Restricting
Query
_get
Restricting
Query
(
context
:
Context
)
:
Promise
<
AllowAll
|
DenyAll
>
Parameters
context:
Context
Returns
Promise
<
AllowAll
|
DenyAll
>
check
check
(
context
:
Context
, sealious_response
?:
SealiousResponse
)
:
Promise
<
PolicyDecision
|
null
>
Parameters
context:
Context
Optional
sealious_response:
SealiousResponse
Returns
Promise
<
PolicyDecision
|
null
>
checker
Function
checker
Function
(
context
:
Context
)
:
Promise
<
{
allowed
:
boolean
;
reason
:
string
}
>
Parameters
context:
Context
Returns
Promise
<
{
allowed
:
boolean
;
reason
:
string
}
>
count
Matching
Roles
count
Matching
Roles
(
context
:
Context
)
:
Promise
<
number
>
Parameters
context:
Context
Returns
Promise
<
number
>
get
Restricting
Query
get
Restricting
Query
(
context
:
Context
)
:
Promise
<
Query
>
Parameters
context:
Context
Returns
Promise
<
Query
>
is
Item
Sensitive
is
Item
Sensitive
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Static
allow
allow
(
reason
:
string
)
:
{
allowed
:
boolean
;
reason
:
string
}
Parameters
reason:
string
Returns
{
allowed
:
boolean
;
reason
:
string
}
allowed
:
boolean
reason
:
string
Static
deny
deny
(
reason
:
string
)
:
{
allowed
:
boolean
;
reason
:
string
}
Parameters
reason:
string
Returns
{
allowed
:
boolean
;
reason
:
string
}
allowed
:
boolean
reason
:
string
Static
from
Definition
from
Definition
(
definition
:
PolicyDefinition
)
:
Policy
Parameters
definition:
PolicyDefinition
Returns
Policy
Globals
Roles
constructor
allowed_
roles
params
type_
name
_get
Restricting
Query
check
checker
Function
count
Matching
Roles
get
Restricting
Query
is
Item
Sensitive
allow
deny
from
Definition
Generated using
TypeDoc