public final class ProviderCapabilities extends Object
| Constructor and Description |
|---|
ProviderCapabilities()
Constructs the default capabilities.
|
ProviderCapabilities(boolean reusesExistingSession)
Constructs capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getReusesExistingSession()
Returns whether or not to reuse an existing sessions when the provider
name and type are the same.
|
public ProviderCapabilities()
public ProviderCapabilities(boolean reusesExistingSession)
reusesExistingSession - whether or not to reuse an existing sessions when the provider
name and type are the same.