Package com.hazelcast.access
Interface AuthenticationContext
public interface AuthenticationContext
Interface for authentication context objects used by
AccessControlService
implementations. The interface
implementations usually hold data necessary for user authentication by the service - credentials for instance. Subsystems
which support access control service will usually extend this interface to fit their needs.