Uses of Class
org.h2.security.auth.RealmConfig
Packages that use RealmConfig
-
Uses of RealmConfig in org.h2.security.auth
Fields in org.h2.security.auth with type parameters of type RealmConfigMethods in org.h2.security.auth that return types with arguments of type RealmConfigModifier and TypeMethodDescriptionH2AuthConfig.getRealms()
Gets configuration of authentication realms.Method parameters in org.h2.security.auth with type arguments of type RealmConfigModifier and TypeMethodDescriptionvoid
H2AuthConfig.setRealms
(List<RealmConfig> realms) Sets configuration of authentication realms.