PolicyAssertionValidator.Fitness |
PolicyAssertionValidator.Fitness.combine(PolicyAssertionValidator.Fitness other) |
|
PolicyAssertionValidator.Fitness |
AbstractQNameValidator.validateClientSide(PolicyAssertion assertion) |
|
PolicyAssertionValidator.Fitness |
PolicyAssertionValidator.validateClientSide(PolicyAssertion assertion) |
An implementation of this method must return:
Fitness.UNKNOWN if the policy assertion type is not recognized
Fitness.SUPPORTED if the policy assertion is supported in the
client-side context
Fitness.UNSUPPORTED if the policy assertion is recognized however
it's content is not supported.
|
PolicyAssertionValidator.Fitness |
AbstractQNameValidator.validateServerSide(PolicyAssertion assertion) |
|
PolicyAssertionValidator.Fitness |
PolicyAssertionValidator.validateServerSide(PolicyAssertion assertion) |
An implementation of this method must return:
Fitness.UNKNOWN if the policy assertion type is not recognized
Fitness.SUPPORTED if the policy assertion is supported in the
server-side context
Fitness.UNSUPPORTED if the policy assertion is recognized however
it's content is not supported.
|
static PolicyAssertionValidator.Fitness |
PolicyAssertionValidator.Fitness.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PolicyAssertionValidator.Fitness[] |
PolicyAssertionValidator.Fitness.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|