Hello. Java has standard javax.security.auth.spi.LoginModule interface for custom login modules and provides some implementations, such as Krb5LoginModule that works perfectly with Windows Domain authentication (may be with MIT implementation too), LdapLoginModle and others. I'm not sure that there is any reason for custom interfaces and custom third-party implementations. Of course, usage of standard interfaces should be isolated into separate classes or methods to avoid hard runtime dependency, Android does not have it.
Also if there is any need for custom interfaces they should be placed in org.h2.api package. If you're planning to contribute your work to H2 community please use the same code style as in existing sources. 4 spaces for indentation, copyright headers in a new files, etc. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
