Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12655522
access-strategy.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
423 B
Referenced Files
None
Subscribers
None
access-strategy.js
View Options
var
Sealious
=
require
(
"sealious"
);
var
AccessStrategy
=
function
(
access_strategy_type
,
params
){
this
.
type
=
new
Sealious
.
AccessStrategyType
(
access_strategy_type
);
this
.
item_sensitive
=
this
.
type
.
item_sensitive
;
this
.
params
=
params
||
{};
}
AccessStrategy
.
prototype
=
new
function
(){
this
.
check
=
function
(
context
,
item
){
return
this
.
type
.
check
(
context
,
this
.
params
,
item
);
}
}
module
.
exports
=
AccessStrategy
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 28, 15:04 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1073764
Default Alt Text
access-strategy.js (423 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment