This abstract policy assertion validator validates assertions by their qualified
name. Server and client side validation methods return
Fitness based on
following schema:
Fitness.SUPPORTED - if the assertion qualified name is in the list of
supported assertion names on the server/client side
Fitness.UNSUPPORTED - if the assertion qualified name is not in the list of
supported assertion names on the server/client side, however it is in the list of
assertion names supported on the other side
Fitness.UNKNOWN - if the assertion qualified name is not present in the any of
the lists of supported assertion names
AbstractQNameValidator(Collection<QName> serverSideAssertions, Collection<QName> clientSideAssertions) Constructor that takes two collections specifying qualified names of assertions
supported on either server or client side.
Constructor that takes two collections specifying qualified names of assertions
supported on either server or client side. The set of all assertion namespaces
defines list of all domains supported by the assertion validator
(see
PolicyAssertionValidator.declareSupportedDomains ).