Package org.eclipse.jgit.util
Class GSSManagerFactory.SunGSSManagerFactory
java.lang.Object
org.eclipse.jgit.util.GSSManagerFactory
org.eclipse.jgit.util.GSSManagerFactory.SunGSSManagerFactory
- Enclosing class:
- GSSManagerFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static Constructor<?>
private static Constructor<?>
private static Constructor<?>
private static boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
init()
static boolean
Detects if SunGSSManagerProvider is supported by the systemnewInstance
(URL url) Returns a GSS Manager instance for the provided urlMethods inherited from class org.eclipse.jgit.util.GSSManagerFactory
detect
-
Field Details
-
IS_SUPPORTED
private static boolean IS_SUPPORTED -
HTTP_CALLER_INFO_CONSTRUCTOR
-
HTTP_CALLER_CONSTRUCTOR
-
GSS_MANAGER_IMPL_CONSTRUCTOR
-
-
Constructor Details
-
SunGSSManagerFactory
private SunGSSManagerFactory()
-
-
Method Details
-
init
-
isSupported
public static boolean isSupported()Detects if SunGSSManagerProvider is supported by the system- Returns:
- true if it is supported
-
newInstance
Description copied from class:GSSManagerFactory
Returns a GSS Manager instance for the provided url- Specified by:
newInstance
in classGSSManagerFactory
- Parameters:
url
- the repository url- Returns:
- a GSSManager instance
-