Class SecretValidator<T>
java.lang.Object
dev.galasa.framework.api.common.resources.AbstractValidator
dev.galasa.framework.api.common.resources.GalasaResourceValidator<T>
dev.galasa.framework.api.common.resources.SecretValidator<T>
- All Implemented Interfaces:
IBeanValidator<T>
-
Field Summary
Fields inherited from class dev.galasa.framework.api.common.resources.GalasaResourceValidator
action, DEFAULT_API_VERSION, validationErrors
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
validateDescription
(String description) protected void
validateSecretName
(String secretName) Methods inherited from class dev.galasa.framework.api.common.resources.GalasaResourceValidator
checkResourceHasRequiredFields, getMissingResourceFields, getValidationErrors
Methods inherited from class dev.galasa.framework.api.common.resources.AbstractValidator
isAlphanumWithDashes, isLatin1
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.galasa.framework.api.common.IBeanValidator
validate
-
Field Details
-
SUPPORTED_ENCODING_SCHEMES
-
-
Constructor Details
-
SecretValidator
public SecretValidator() -
SecretValidator
-
-
Method Details
-
validateSecretName
- Throws:
InternalServletException
-
validateDescription
- Throws:
InternalServletException
-