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 TypeMethodDescriptionbooleanAccessControlService.isAccessGranted(AuthorizationContext ctx, String... assignedRoles) Returnstruewhen access to resource described in theAuthorizationContextshould be granted to assigned roles.