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