Package org.jboss.as.controller.operations.validation
package org.jboss.as.controller.operations.validation
-
ClassDescriptionA validator that requires that values match one of the items in a defined list.Validates that a parameter is a byte[] of an acceptable length.Validates whether the provided string represents a valid character set.EnumValidator<E extends Enum<E>>
ParameterValidatorthat validates the value is a string matching one of theEnumtypes.Validates that the given parameter is a string that can be converted into an InetAddress.Validates that the given parameter is an int in a given range.Validates parameters of typeModelType.LIST.Validates that the given parameter is a long in a given range.Validates parameters of typeModelType.OBJECT.Validates that the given parameter is a string that can be converted into a masked InetAddress.A validator that checks whether the node complies with some sort of minimum or maximum.Validates that the given parameter is of the correct type.Validates that a given parameter is a syntactically valid module name within JBoss Modules.Validates that a value can resolve to a multicast address.ParameterValidatorthat validates undefined values and expression types, delegating to a provided validator for everything else.Date: 16.11.2011Validates operations against the model controllers description providersPerforms multipleparameter validationsagainst a detyped operation.Performs validation on detyped operation parameters.Validates that a node can be converted to aPathAddress.Validates that the given parameter is a string of an allowed length in bytes.Validates that the given parameter is a string of an allowed length.Validates that a String value can resolve to a subnet format based on class SubnetUtils in Apache Commons NetParameterValidatorthat validates the value is a string matching one of theTimeUnitnames.AParameterValidatorto verify that a parameter is a correctly formed URI.