Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.model.EnrollmentFlagsV4.Builder
-
Packages that use EnrollmentFlagsV4.Builder Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of EnrollmentFlagsV4.Builder in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return EnrollmentFlagsV4.Builder Modifier and Type Method Description static EnrollmentFlagsV4.BuilderEnrollmentFlagsV4. builder()EnrollmentFlagsV4.BuilderEnrollmentFlagsV4.Builder. enableKeyReuseOnNtTokenKeysetStorageFull(Boolean enableKeyReuseOnNtTokenKeysetStorageFull)Allow renewal using the same key.EnrollmentFlagsV4.BuilderEnrollmentFlagsV4.Builder. includeSymmetricAlgorithms(Boolean includeSymmetricAlgorithms)Include symmetric algorithms allowed by the subject.EnrollmentFlagsV4.BuilderEnrollmentFlagsV4.Builder. noSecurityExtension(Boolean noSecurityExtension)This flag instructs the CA to not include the security extension szOID_NTDS_CA_SECURITY_EXT (OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections 2.2.2.7.7.4 and 3.2.2.6.2.1.4.5.9, in the issued certificate.EnrollmentFlagsV4.BuilderEnrollmentFlagsV4.Builder. removeInvalidCertificateFromPersonalStore(Boolean removeInvalidCertificateFromPersonalStore)Delete expired or revoked certificates instead of archiving them.EnrollmentFlagsV4.BuilderEnrollmentFlagsV4. toBuilder()EnrollmentFlagsV4.BuilderEnrollmentFlagsV4.Builder. userInteractionRequired(Boolean userInteractionRequired)Require user interaction when the subject is enrolled and the private key associated with the certificate is used.Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type EnrollmentFlagsV4.Builder Modifier and Type Method Description static Class<? extends EnrollmentFlagsV4.Builder>EnrollmentFlagsV4. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type EnrollmentFlagsV4.Builder Modifier and Type Method Description default TemplateV4.BuilderTemplateV4.Builder. enrollmentFlags(Consumer<EnrollmentFlagsV4.Builder> enrollmentFlags)Enrollment flags describe the enrollment settings for certificates using the existing private key and deleting expired or revoked certificates.
-