Class BasicCredentials
java.lang.Object
com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
- All Implemented Interfaces:
Credentials
Simple credential implementation based on a username and password.
-
Constructor Summary
ConstructorDescriptionBasicCredentials
(String username, String password) Creates a new instance based on the given username and password. -
Method Summary
-
Constructor Details
-
BasicCredentials
Creates a new instance based on the given username and password.- Parameters:
username
- The username to use for authentication.password
- The password to use for authentication.
-
-
Method Details