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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIServices.AuthenticationInfo
public UIServices.AuthenticationInfo(String userName,
String password,
boolean saveResult)
saveResult
public boolean saveResult()
getUserName
public String getUserName()
getPassword
public String getPassword()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.