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 java.lang.ObjectAuthentication information returned from an authentication prompt request.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationInfo(java.lang.String userName, java.lang.String password, boolean saveResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPassword()java.lang.StringgetUserName()booleansaveResult()
-