Uses of Class
org.eclipse.equinox.p2.core.UIServices.AuthenticationInfo
Package
Description
Provides core support for interacting with a p2-based provisioning system
-
Uses of UIServices.AuthenticationInfo in org.eclipse.equinox.p2.core
Modifier and TypeFieldDescriptionstatic final UIServices.AuthenticationInfo
UIServices.AUTHENTICATION_PROMPT_CANCELED
This constant may be returned by thegetUsernamePassword
methods if the user explicitly canceled the authentication prompt.Modifier and TypeMethodDescriptionabstract UIServices.AuthenticationInfo
UIServices.getUsernamePassword
(String location) Opens a UI prompt for authentication detailsabstract 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 TypeMethodDescriptionabstract UIServices.AuthenticationInfo
UIServices.getUsernamePassword
(String location, UIServices.AuthenticationInfo previousInfo) Opens a UI prompt for authentication details when cached or remembered details where not accepted.