Package | Description |
---|---|
org.eclipse.equinox.p2.core |
Provides core support for interacting with a p2-based provisioning system
Package Specification
This package specifies API for creating, using, and extending a provisioning system.
|
Modifier and Type | Field and Description |
---|---|
static UIServices.AuthenticationInfo |
UIServices.AUTHENTICATION_PROMPT_CANCELED
This constant may be returned by the
getUsernamePassword methods if the user
explicitly canceled the authentication prompt. |
Modifier and Type | Method and Description |
---|---|
abstract UIServices.AuthenticationInfo |
UIServices.getUsernamePassword(String location)
Opens a UI prompt for authentication details
|
abstract UIServices.AuthenticationInfo |
UIServices.getUsernamePassword(String location,
UIServices.AuthenticationInfo previousInfo)
Opens a UI prompt for authentication details when cached or remembered details
where not accepted.
|
Modifier and Type | Method and Description |
---|---|
abstract UIServices.AuthenticationInfo |
UIServices.getUsernamePassword(String location,
UIServices.AuthenticationInfo previousInfo)
Opens a UI prompt for authentication details when cached or remembered details
where not accepted.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.