Class CfnTemplatePropsMixin.EnrollmentFlagsV2Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplatePropsMixin.EnrollmentFlagsV2Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplatePropsMixin.EnrollmentFlagsV2Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplatePropsMixin.EnrollmentFlagsV2Property
@Stability(Stable)
@Internal
public static final class CfnTemplatePropsMixin.EnrollmentFlagsV2Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplatePropsMixin.EnrollmentFlagsV2Property
An implementation for
CfnTemplatePropsMixin.EnrollmentFlagsV2Property-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplatePropsMixin.EnrollmentFlagsV2Property
CfnTemplatePropsMixin.EnrollmentFlagsV2Property.Builder, CfnTemplatePropsMixin.EnrollmentFlagsV2Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.EnrollmentFlagsV2Property.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAllow renewal using the same key.final ObjectInclude symmetric algorithms allowed by the subject.final ObjectThis 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.final ObjectDelete expired or revoked certificates instead of archiving them.final ObjectRequire user interaction when the subject is enrolled and the private key associated with the certificate is used.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.EnrollmentFlagsV2Property.Builder.
-
-
Method Details
-
getEnableKeyReuseOnNtTokenKeysetStorageFull
Description copied from interface:CfnTemplatePropsMixin.EnrollmentFlagsV2PropertyAllow renewal using the same key.Returns union: either
BooleanorIResolvable- Specified by:
getEnableKeyReuseOnNtTokenKeysetStorageFullin interfaceCfnTemplatePropsMixin.EnrollmentFlagsV2Property- See Also:
-
getIncludeSymmetricAlgorithms
Description copied from interface:CfnTemplatePropsMixin.EnrollmentFlagsV2PropertyInclude symmetric algorithms allowed by the subject.Returns union: either
BooleanorIResolvable- Specified by:
getIncludeSymmetricAlgorithmsin interfaceCfnTemplatePropsMixin.EnrollmentFlagsV2Property- See Also:
-
getNoSecurityExtension
Description copied from interface:CfnTemplatePropsMixin.EnrollmentFlagsV2PropertyThis 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. This addresses a Windows Kerberos elevation-of-privilege vulnerability.Returns union: either
BooleanorIResolvable- Specified by:
getNoSecurityExtensionin interfaceCfnTemplatePropsMixin.EnrollmentFlagsV2Property- See Also:
-
getRemoveInvalidCertificateFromPersonalStore
Description copied from interface:CfnTemplatePropsMixin.EnrollmentFlagsV2PropertyDelete expired or revoked certificates instead of archiving them.Returns union: either
BooleanorIResolvable- Specified by:
getRemoveInvalidCertificateFromPersonalStorein interfaceCfnTemplatePropsMixin.EnrollmentFlagsV2Property- See Also:
-
getUserInteractionRequired
Description copied from interface:CfnTemplatePropsMixin.EnrollmentFlagsV2PropertyRequire user interaction when the subject is enrolled and the private key associated with the certificate is used.Returns union: either
BooleanorIResolvable- Specified by:
getUserInteractionRequiredin interfaceCfnTemplatePropsMixin.EnrollmentFlagsV2Property- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-