Class CertificateRevocationList
java.lang.Object
org.wildfly.test.security.common.elytron.CertificateRevocationList
- All Implemented Interfaces:
CliFragment
Helper class for adding "certificate-revocation-list" attribute.
- Author:
- Jan Stourac <jstourac@redhat.com>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionasString()Generates part of CLI string which uses configuration for this fragment.builder()Creates builder to buildCertificateRevocationList.
-
Field Details
-
EMPTY
-
-
Method Details
-
asString
Description copied from interface:CliFragmentGenerates part of CLI string which uses configuration for this fragment.- Specified by:
asStringin interfaceCliFragment- Returns:
- part of CLI command
-
builder
Creates builder to buildCertificateRevocationList.- Returns:
- created builder
-