Uses of Class
org.eclipse.equinox.p2.core.UIServices.AuthenticationInfo
-
Packages that use UIServices.AuthenticationInfo Package Description org.eclipse.equinox.p2.core 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.AuthenticationInfo Modifier and Type Field Description static 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.AuthenticationInfo Modifier and Type Method Description abstract 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.AuthenticationInfo Modifier and Type Method Description abstract UIServices.AuthenticationInfoUIServices. getUsernamePassword(String location, UIServices.AuthenticationInfo previousInfo)Opens a UI prompt for authentication details when cached or remembered details where not accepted.
-