Class CredentialUtils
java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.util.CredentialUtils
- 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAnonymous(AwsCredentialsIdentity credentials) Determine whether the provided credentials are anonymous credentials, indicating that the customer is not attempting to authenticate themselves.static AwsCredentialsIdentitysanitizeCredentials(AwsCredentialsIdentity credentials) Sanitize given credentials by trimming whitespace 
- 
Method Details
- 
isAnonymous
Determine whether the provided credentials are anonymous credentials, indicating that the customer is not attempting to authenticate themselves. - 
sanitizeCredentials
Sanitize given credentials by trimming whitespace 
 -