Class CfnTemplate.SubjectNameFlagsV3Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.SubjectNameFlagsV3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.SubjectNameFlagsV3Property
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.SubjectNameFlagsV3Property
@Stability(Stable)
@Internal
public static final class CfnTemplate.SubjectNameFlagsV3Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.SubjectNameFlagsV3Property
An implementation for
CfnTemplate.SubjectNameFlagsV3Property
-
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.SubjectNameFlagsV3Property
CfnTemplate.SubjectNameFlagsV3Property.Builder, CfnTemplate.SubjectNameFlagsV3Property.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.SubjectNameFlagsV3Property.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
Include the common name in the subject name.final Object
Include the directory path in the subject name.final Object
Include the DNS as common name in the subject name.final Object
Include the subject's email in the subject name.final Object
Include the globally unique identifier (GUID) in the subject alternate name.final Object
Include the DNS in the subject alternate name.final Object
Include the domain DNS in the subject alternate name.final Object
Include the subject's email in the subject alternate name.final Object
Include the service principal name (SPN) in the subject alternate name.final Object
Include the user principal name (UPN) in the subject alternate name.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.SubjectNameFlagsV3Property.Builder
.
-
-
Method Details
-
getRequireCommonName
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the common name in the subject name.- Specified by:
getRequireCommonName
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getRequireDirectoryPath
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the directory path in the subject name.- Specified by:
getRequireDirectoryPath
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getRequireDnsAsCn
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the DNS as common name in the subject name.- Specified by:
getRequireDnsAsCn
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getRequireEmail
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the subject's email in the subject name.- Specified by:
getRequireEmail
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getSanRequireDirectoryGuid
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the globally unique identifier (GUID) in the subject alternate name.- Specified by:
getSanRequireDirectoryGuid
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getSanRequireDns
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the DNS in the subject alternate name.- Specified by:
getSanRequireDns
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getSanRequireDomainDns
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the domain DNS in the subject alternate name.- Specified by:
getSanRequireDomainDns
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getSanRequireEmail
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the subject's email in the subject alternate name.- Specified by:
getSanRequireEmail
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getSanRequireSpn
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the service principal name (SPN) in the subject alternate name.- Specified by:
getSanRequireSpn
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- See Also:
-
getSanRequireUpn
Description copied from interface:CfnTemplate.SubjectNameFlagsV3Property
Include the user principal name (UPN) in the subject alternate name.- Specified by:
getSanRequireUpn
in interfaceCfnTemplate.SubjectNameFlagsV3Property
- 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()
-