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.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.AuthenticationInfo Modifier and Type Method Description abstract 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.AuthenticationInfo Modifier and Type Method 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.
-