Package com.buildless.service.v1
Class CredentialCheckResponseValidator
java.lang.Object
com.buildless.service.v1.CredentialCheckResponseValidator
- All Implemented Interfaces:
io.envoyproxy.pgv.ValidatorImpl<CredentialCheckResponse>
public class CredentialCheckResponseValidator
extends Object
implements io.envoyproxy.pgv.ValidatorImpl<CredentialCheckResponse>
Validates
CredentialCheckResponse protobuf objects.-
Field Summary
Fields inherited from interface io.envoyproxy.pgv.ValidatorImpl
ALWAYS_VALID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertValid(CredentialCheckResponse proto, io.envoyproxy.pgv.ValidatorIndex index) static io.envoyproxy.pgv.ValidatorImplvalidatorFor(Class clazz)
-
Constructor Details
-
CredentialCheckResponseValidator
public CredentialCheckResponseValidator()
-
-
Method Details
-
validatorFor
-
assertValid
public void assertValid(CredentialCheckResponse proto, io.envoyproxy.pgv.ValidatorIndex index) throws io.envoyproxy.pgv.ValidationException - Specified by:
assertValidin interfaceio.envoyproxy.pgv.ValidatorImpl<CredentialCheckResponse>- Throws:
io.envoyproxy.pgv.ValidationException
-