Uses of Class
org.h2.security.auth.UserToRolesMapperConfig
Packages that use UserToRolesMapperConfig
-
Uses of UserToRolesMapperConfig in org.h2.security.auth
Fields in org.h2.security.auth with type parameters of type UserToRolesMapperConfigModifier and TypeFieldDescriptionprivate List
<UserToRolesMapperConfig> H2AuthConfig.userToRolesMappers
Methods in org.h2.security.auth that return types with arguments of type UserToRolesMapperConfigModifier and TypeMethodDescriptionH2AuthConfig.getUserToRolesMappers()
Gets configuration of the mappers external users to database roles.Method parameters in org.h2.security.auth with type arguments of type UserToRolesMapperConfigModifier and TypeMethodDescriptionvoid
H2AuthConfig.setUserToRolesMappers
(List<UserToRolesMapperConfig> userToRolesMappers) Sets configuration of the mappers external users to database roles.