Class TargetCredentials
java.lang.Object
org.springframework.cloud.dataflow.shell.TargetCredentials
Encapsulates the credentials to the Data Flow Server Target, such as
username
and password. Maybe also, depending on security settings, include a list of
roless that are associated with the user account.- Since:
- 1.0
- Author:
- Gunnar Hillert
-
Constructor Summary
ConstructorsConstructorDescriptionTargetCredentials(boolean usesAccessToken) TargetCredentials(String username, String password) -
Method Summary