Class GssUtility
- java.lang.Object
-
- org.mariadb.jdbc.plugin.authentication.addon.gssapi.GssUtility
-
public class GssUtility extends java.lang.Object
GSSAPI utility
-
-
Constructor Summary
Constructors Constructor Description GssUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GssapiAuth
getAuthenticationMethod()
Get authentication method according to classpath
-
-
-
Method Detail
-
getAuthenticationMethod
public static GssapiAuth getAuthenticationMethod()
Get authentication method according to classpath- Returns:
- authentication method
-
-