Class CredentialUtils
java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.util.CredentialUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isAnonymous
(AwsCredentialsIdentity credentials) Determine whether the provided credentials are anonymous credentials, indicating that the customer is not attempting to authenticate themselves.static AwsCredentialsIdentity
sanitizeCredentials
(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
-