| Package | Description |
|---|---|
| com.microsoft.alm.oauth2.useragent |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardWidgetToolkitProvider |
| Modifier and Type | Field and Description |
|---|---|
static Provider |
Provider.JAVA_FX |
static Provider |
Provider.STANDARD_WIDGET_TOOLKIT |
| Modifier and Type | Field and Description |
|---|---|
static List<Provider> |
Provider.PROVIDERS |
| Modifier and Type | Method and Description |
|---|---|
Provider |
UserAgentImpl.findCompatibleProvider() |
Provider |
ProviderScanner.findCompatibleProvider()
Scans the
Provider implementations, checks their requirements
and tries to find one that will work, preferring the one named by the
userAgentProvider property, if it was set. |
Provider |
UserAgentImpl.findCompatibleProvider(String userAgentProvider) |
Provider |
ProviderScanner.findCompatibleProvider(String userAgentProvider)
Scans the
Provider implementations, checks their requirements
and tries to find one that will work, preferring the one whose
name was provided. |
| Modifier and Type | Method and Description |
|---|---|
Map<Provider,List<String>> |
UserAgentImpl.getUnmetProviderRequirements() |
Map<Provider,List<String>> |
ProviderScanner.getUnmetProviderRequirements()
Determines unmet requirements (if any) for each available
Provider implementation. |
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder |
UserAgentImpl.buildUnsupportedMessage(Map<Provider,List<String>> unmetRequirements) |
static void |
UserAgentImpl.describeUnmetRequirements(Map<Provider,List<String>> unmetRequirements,
StringBuilder destination) |
Copyright © 2018. All rights reserved.