Package org.eclipse.jgit.util
Class GSSManagerFactory.DefaultGSSManagerFactory
java.lang.Object
org.eclipse.jgit.util.GSSManagerFactory
org.eclipse.jgit.util.GSSManagerFactory.DefaultGSSManagerFactory
- Enclosing class:
- GSSManagerFactory
DefaultGSSManagerFactory uses @link
GSSManager.getInstance()
but
you might need to set
javax.security.auth.useSubjectCredsOnly
system property to
false
for authentication to work.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(URL url) Returns a GSS Manager instance for the provided urlMethods inherited from class org.eclipse.jgit.util.GSSManagerFactory
detect
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultGSSManagerFactory
private DefaultGSSManagerFactory()
-
-
Method Details
-
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
-