Uses of Class
org.eclipse.equinox.p2.core.UIServices.AuthenticationInfo
Packages that use 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
Fields in org.eclipse.equinox.p2.core declared as UIServices.AuthenticationInfoModifier and TypeFieldDescriptionstatic final UIServices.AuthenticationInfoUIServices.AUTHENTICATION_PROMPT_CANCELEDThis constant may be returned by thegetUsernamePasswordmethods if the user explicitly canceled the authentication prompt.Methods in org.eclipse.equinox.p2.core that return UIServices.AuthenticationInfoModifier and TypeMethodDescriptionabstract UIServices.AuthenticationInfoUIServices.getUsernamePassword(String location) Opens a UI prompt for authentication detailsabstract UIServices.AuthenticationInfoUIServices.getUsernamePassword(String location, UIServices.AuthenticationInfo previousInfo) Opens a UI prompt for authentication details when cached or remembered details where not accepted.Methods in org.eclipse.equinox.p2.core with parameters of type UIServices.AuthenticationInfoModifier and TypeMethodDescriptionabstract UIServices.AuthenticationInfoUIServices.getUsernamePassword(String location, UIServices.AuthenticationInfo previousInfo) Opens a UI prompt for authentication details when cached or remembered details where not accepted.