Package org.sourceid.saml20.adapter.gui.validation.impl

Provides implementations of some commonly needed field level validation.

See:
          Description

Class Summary
DoubleValidator The DoubleValidator class validates a string representing a double (64-bit).
FloatValidator The FloatValidator class validates a string representing a float (32-bit).
HttpURLValidator The URLValidator class validates a URL string.
IntegerValidator The IntegerValidator class validates a 4-byte Integer.
LongValidator The LongValidator class validates a 8-byte integer.
RequiredFieldValidator A FieldValidator that enforces that a GUI field has a value (a required field).
URLValidator The URLValidator class validates a URL string.
 

Package org.sourceid.saml20.adapter.gui.validation.impl Description

Provides implementations of some commonly needed field level validation.

Author:
Brian Campbell, Guoping Liu


Copyright 2007 Ping Identity Corp. All rights reserved.