Uses of Class
org.h2.security.auth.RealmConfig
-
Packages that use RealmConfig Package Description org.h2.security.auth Authentication classes. -
-
Uses of RealmConfig in org.h2.security.auth
Fields in org.h2.security.auth with type parameters of type RealmConfig Modifier and Type Field Description private java.util.List<RealmConfig>
H2AuthConfig. realms
Methods in org.h2.security.auth that return types with arguments of type RealmConfig Modifier and Type Method Description java.util.List<RealmConfig>
H2AuthConfig. getRealms()
Gets configuration of authentication realms.Method parameters in org.h2.security.auth with type arguments of type RealmConfig Modifier and Type Method Description void
H2AuthConfig. setRealms(java.util.List<RealmConfig> realms)
Sets configuration of authentication realms.
-