Search
Preparing search index...
The search index is not available
sealious
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Super
Class Super
Hierarchy
Policy
Super
Index
Constructors
constructor
Properties
params
type_
name
Methods
_get
Restricting
Query
check
checker
Function
get
Restricting
Query
is
Item
Sensitive
allow
deny
from
Definition
Constructors
constructor
new
Super
(
params
?:
any
)
:
Super
Parameters
Default value
params:
any
= {}
Returns
Super
Properties
params
params
:
any
Static
type_
name
type_
name
:
string
= "super"
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
}
>
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
Super
constructor
params
type_
name
_get
Restricting
Query
check
checker
Function
get
Restricting
Query
is
Item
Sensitive
allow
deny
from
Definition
Generated using
TypeDoc