public class LoginCredentials extends Object
private String
password
username
LoginCredentials(String username, String password)
String
getPassword()
getUsername()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final String username
private final String password
public LoginCredentials(String username, String password)
public String getUsername()
public String getPassword()
Copyright © 2017 Apache NiFi Project. All rights reserved.