Package org.h2.security.auth
Class AuthenticatorFactory
- java.lang.Object
-
- org.h2.security.auth.AuthenticatorFactory
-
public class AuthenticatorFactory extends java.lang.Object
Authenticator factory
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Authenticator
createAuthenticator()
Factory method.
-
-
-
Method Detail
-
createAuthenticator
public static Authenticator createAuthenticator()
Factory method.- Returns:
- authenticator instance.
-
-