public abstract class GSSManagerFactory extends Object
Constructor | Description |
---|---|
GSSManagerFactory() |
Modifier and Type | Method | Description |
---|---|---|
static GSSManagerFactory |
detect() |
Auto-detects the GSSManager factory to use based on system.
|
abstract GSSManager |
newInstance(URL url) |
Returns a GSS Manager instance for the provided url
|
public static GSSManagerFactory detect()
public abstract GSSManager newInstance(URL url)
url
- the repository urlCopyright © 2018. All rights reserved.