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