Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.core
Class UIServices.AuthenticationInfo

java.lang.Object
  extended by 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
UIServices.AuthenticationInfo(String userName, String password, boolean saveResult)
           
 
Method Summary
 String getPassword()
           
 String getUserName()
           
 boolean saveResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIServices.AuthenticationInfo

public UIServices.AuthenticationInfo(String userName,
                                     String password,
                                     boolean saveResult)
Method Detail

saveResult

public boolean saveResult()

getUserName

public String getUserName()

getPassword

public String getPassword()

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.