Search in sources :

Example 1 with AuthProviderDialog

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();
}
Also used : AuthProviderDialog(org.pentaho.di.ui.core.auth.AuthProviderDialog)

Aggregations

AuthProviderDialog (org.pentaho.di.ui.core.auth.AuthProviderDialog)1