Uses of Class
org.h2.security.auth.H2AuthConfig
-
Packages that use H2AuthConfig Package Description org.h2.security.auth Authentication classes. -
-
Uses of H2AuthConfig in org.h2.security.auth
Fields in org.h2.security.auth declared as H2AuthConfig Modifier and Type Field Description private H2AuthConfigH2AuthConfigXml. resultMethods in org.h2.security.auth that return H2AuthConfig Modifier and Type Method Description H2AuthConfigH2AuthConfigXml. getResult()Returns parsed authenticator configuration.static H2AuthConfigH2AuthConfigXml. parseFrom(java.io.InputStream inputStream)Parse the xml.static H2AuthConfigH2AuthConfigXml. parseFrom(java.net.URL url)Parse the xml.Methods in org.h2.security.auth with parameters of type H2AuthConfig Modifier and Type Method Description private voidDefaultAuthenticator. configureFrom(H2AuthConfig config)
-