Uses of Class
org.h2.security.auth.PropertyConfig
-
Packages that use PropertyConfig Package Description org.h2.security.auth Authentication classes. -
-
Uses of PropertyConfig in org.h2.security.auth
Fields in org.h2.security.auth with type parameters of type PropertyConfig Modifier and Type Field Description private java.util.List<PropertyConfig>RealmConfig. propertiesprivate java.util.List<PropertyConfig>UserToRolesMapperConfig. propertiesMethods in org.h2.security.auth that return types with arguments of type PropertyConfig Modifier and Type Method Description java.util.List<PropertyConfig>HasConfigProperties. getProperties()java.util.List<PropertyConfig>RealmConfig. getProperties()java.util.List<PropertyConfig>UserToRolesMapperConfig. getProperties()Constructors in org.h2.security.auth with parameters of type PropertyConfig Constructor Description ConfigProperties(PropertyConfig... configProperties)Constructor parameters in org.h2.security.auth with type arguments of type PropertyConfig Constructor Description ConfigProperties(java.util.Collection<PropertyConfig> configProperties)
-