This always votes YES for access checks.
Syntax
int
checkAccess
(
Map< String, Object >
context
,
String
action
,
SecResource
resource
,
SecSubject
subject
,
SecEnvironment
env
)
Parameters
-
action –
the action to check
-
resource –
the resource on which to check the action
-
subject –
the subject to check access on
-
env –
the security environment
-
context –
the CSI context
Returns
Const.VOTE_YES, always