Uses of Interface
com.hazelcast.access.AuthorizationContext
Package
Description
Contains interfaces for Hazelcast pluggable access control.
-
Uses of AuthorizationContext in com.hazelcast.access
Modifier and TypeMethodDescriptionboolean
AccessControlService.isAccessGranted
(AuthorizationContext ctx, String... assignedRoles) Returnstrue
when access to resource described in theAuthorizationContext
should be granted to assigned roles.