Class ResponseSizeValidator
- java.lang.Object
-
- uk.gov.ida.saml.deserializers.validators.ResponseSizeValidator
-
- All Implemented Interfaces:
SizeValidator
public class ResponseSizeValidator extends java.lang.Object implements SizeValidator
-
-
Field Summary
Fields Modifier and Type Field Description protected static intLOWER_BOUNDprotected static intUPPER_BOUND
-
Constructor Summary
Constructors Constructor Description ResponseSizeValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetLowerBound()voidvalidate(java.lang.String input)
-
-
-
Field Detail
-
LOWER_BOUND
protected static final int LOWER_BOUND
- See Also:
- Constant Field Values
-
UPPER_BOUND
protected static final int UPPER_BOUND
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public void validate(java.lang.String input)
- Specified by:
validatein interfaceSizeValidator
-
getLowerBound
protected int getLowerBound()
-
-