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 Details

    • AuthenticationInfo

      public AuthenticationInfo(String userName, String password, boolean saveResult)
  • Method Details

    • saveResult

      public boolean saveResult()
    • getUserName

      public String getUserName()
    • getPassword

      public String getPassword()