use of org.pentaho.di.ui.core.auth.AuthProviderDialog in project pentaho-kettle by pentaho.
the class Spoon method showAuthenticationOptions.
public void showAuthenticationOptions() {
AuthProviderDialog authProviderDialog = new AuthProviderDialog(shell);
authProviderDialog.show();
}
Aggregations