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.AuthenticationInfo
UIServices.AUTHENTICATION_PROMPT_CANCELED
This constant may be returned by thegetUsernamePassword
methods if the user explicitly canceled the authentication prompt.Methods in org.eclipse.equinox.p2.core that return UIServices.AuthenticationInfoModifier 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.Methods in org.eclipse.equinox.p2.core with parameters of type UIServices.AuthenticationInfoModifier 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.