java.lang.Object
io.aiven.commons.google.auth.GCPValidator
Validates credential information for the Google Cloud Platform. Ensures that
the contents data passed to the Google Cloud Platform authentication service
is within reasonable limits
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidateCredentialJson(byte[] credentialsBytes) Validate the JSON credential information.
-
Method Details
-
validateCredentialJson
Validate the JSON credential information.- Parameters:
credentialsBytes- the bytes for the JSON document.- Throws:
IOException- on IO error- See Also:
-