Package org.eclipse.equinox.p2.core
Class UIServices.AuthenticationInfo
- java.lang.Object
-
- org.eclipse.equinox.p2.core.UIServices.AuthenticationInfo
-
- Enclosing class:
- UIServices
public static class UIServices.AuthenticationInfo extends Object
Authentication information returned from an authentication prompt request.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationInfo(String userName, String password, boolean saveResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
String
getUserName()
boolean
saveResult()
-