Package org.apache.camel.quarkus.test
Annotation Interface DisabledIfFipsMode
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@ExtendWith(DisabledIfFipsModeCondition.class)
public @interface DisabledIfFipsMode
Advertises that a test should be disabled if the JDK has FIPS enabled security providers present.
-
Optional Element Summary
Optional Elements
-
Element Details
-
providers
String[] providersThe list of FIPS security provider names to match against for enabling the test. If no providers are specified, the default behaviour is to try to match any provider that has FIPS in its name.- Returns:
- The list of security provider names.
- Default:
{}
-