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
roles
s that are associated with the user account.- Since:
- 1.0
- Author:
- Gunnar Hillert
-
Constructor Summary
ConstructorDescriptionTargetCredentials
(boolean usesAccessToken) TargetCredentials
(String username, String password) -
Method Summary