public class LoginCredentials extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
password |
private String |
username |
| Constructor and Description |
|---|
LoginCredentials(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
Copyright © 2023 Apache NiFi Project. All rights reserved.