Class CredUtils
java.lang.Object
com.redhat.parodos.workflow.utils.CredUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetBase64Creds(String username, String password) Generates a Base64 encoding of username:password string
-
Constructor Details
-
CredUtils
public CredUtils()
-
-
Method Details
-
getBase64Creds
Generates a Base64 encoding of username:password string- Parameters:
username- the usernamepassword- the password- Returns:
- the Base64 encoded string
-