Package com.hazelcast.access
Interface AuthorizationContext
public interface AuthorizationContext
Interface for authorization context objects, It's used by 
AccessControlService implementations. Implementations
 usually hold data describing the resource (and its environment) for which the authorization decision is needed. Subsystems
 which support access control service will usually extend this interface to fit their needs.