Uses of Class
org.h2.security.auth.UserToRolesMapperConfig
-
Packages that use UserToRolesMapperConfig Package Description org.h2.security.auth Authentication classes. -
-
Uses of UserToRolesMapperConfig in org.h2.security.auth
Fields in org.h2.security.auth with type parameters of type UserToRolesMapperConfig Modifier and Type Field Description private java.util.List<UserToRolesMapperConfig>H2AuthConfig. userToRolesMappersMethods in org.h2.security.auth that return types with arguments of type UserToRolesMapperConfig Modifier and Type Method Description java.util.List<UserToRolesMapperConfig>H2AuthConfig. getUserToRolesMappers()Gets configuration of the mappers external users to database roles.Method parameters in org.h2.security.auth with type arguments of type UserToRolesMapperConfig Modifier and Type Method Description voidH2AuthConfig. setUserToRolesMappers(java.util.List<UserToRolesMapperConfig> userToRolesMappers)Sets configuration of the mappers external users to database roles.
-