Package org.h2.api

Interface UserToRolesMapper

All Superinterfaces:
Configurable
All Known Implementing Classes:
AssignRealmNameRole, StaticRolesMapper

public interface UserToRolesMapper extends Configurable
A class that implement this interface can be used during authentication to map external users to database roles.

This feature is experimental and subject to change