Class CfnTemplate.EnrollmentFlagsV4Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.EnrollmentFlagsV4Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.EnrollmentFlagsV4Property
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.EnrollmentFlagsV4Property
@Stability(Stable)
@Internal
public static final class CfnTemplate.EnrollmentFlagsV4Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.EnrollmentFlagsV4Property
An implementation for
CfnTemplate.EnrollmentFlagsV4Property
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.EnrollmentFlagsV4Property
CfnTemplate.EnrollmentFlagsV4Property.Builder, CfnTemplate.EnrollmentFlagsV4Property.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.EnrollmentFlagsV4Property.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Allow renewal using the same key.final Object
Include symmetric algorithms allowed by the subject.final Object
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.final Object
Delete expired or revoked certificates instead of archiving them.final Object
Require user interaction when the subject is enrolled and the private key associated with the certificate is used.final int
hashCode()
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 theCfnTemplate.EnrollmentFlagsV4Property.Builder
.
-
-
Method Details
-
getEnableKeyReuseOnNtTokenKeysetStorageFull
Description copied from interface:CfnTemplate.EnrollmentFlagsV4Property
Allow renewal using the same key.- Specified by:
getEnableKeyReuseOnNtTokenKeysetStorageFull
in interfaceCfnTemplate.EnrollmentFlagsV4Property
- See Also:
-
getIncludeSymmetricAlgorithms
Description copied from interface:CfnTemplate.EnrollmentFlagsV4Property
Include symmetric algorithms allowed by the subject.- Specified by:
getIncludeSymmetricAlgorithms
in interfaceCfnTemplate.EnrollmentFlagsV4Property
- See Also:
-
getNoSecurityExtension
Description copied from interface:CfnTemplate.EnrollmentFlagsV4Property
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. This addresses a Windows Kerberos elevation-of-privilege vulnerability.- Specified by:
getNoSecurityExtension
in interfaceCfnTemplate.EnrollmentFlagsV4Property
- See Also:
-
getRemoveInvalidCertificateFromPersonalStore
Description copied from interface:CfnTemplate.EnrollmentFlagsV4Property
Delete expired or revoked certificates instead of archiving them.- Specified by:
getRemoveInvalidCertificateFromPersonalStore
in interfaceCfnTemplate.EnrollmentFlagsV4Property
- See Also:
-
getUserInteractionRequired
Description copied from interface:CfnTemplate.EnrollmentFlagsV4Property
Require user interaction when the subject is enrolled and the private key associated with the certificate is used.- Specified by:
getUserInteractionRequired
in interfaceCfnTemplate.EnrollmentFlagsV4Property
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-