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.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(java.lang.String userName,
java.lang.String password,
boolean saveResult)
saveResult
public boolean saveResult()
getUserName
public java.lang.String getUserName()
getPassword
public java.lang.String getPassword()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.