| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.clone() |
SubjectNameFlagsV4 |
TemplateV4.getSubjectNameFlags()
Subject name flags describe the subject name and subject alternate name that is included in a certificate.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withRequireCommonName(Boolean requireCommonName)
Include the common name in the subject name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withRequireDirectoryPath(Boolean requireDirectoryPath)
Include the directory path in the subject name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withRequireDnsAsCn(Boolean requireDnsAsCn)
Include the DNS as common name in the subject name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withRequireEmail(Boolean requireEmail)
Include the subject's email in the subject name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withSanRequireDirectoryGuid(Boolean sanRequireDirectoryGuid)
Include the globally unique identifier (GUID) in the subject alternate name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withSanRequireDns(Boolean sanRequireDns)
Include the DNS in the subject alternate name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withSanRequireDomainDns(Boolean sanRequireDomainDns)
Include the domain DNS in the subject alternate name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withSanRequireEmail(Boolean sanRequireEmail)
Include the subject's email in the subject alternate name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withSanRequireSpn(Boolean sanRequireSpn)
Include the service principal name (SPN) in the subject alternate name.
|
SubjectNameFlagsV4 |
SubjectNameFlagsV4.withSanRequireUpn(Boolean sanRequireUpn)
Include the user principal name (UPN) in the subject alternate name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateV4.setSubjectNameFlags(SubjectNameFlagsV4 subjectNameFlags)
Subject name flags describe the subject name and subject alternate name that is included in a certificate.
|
TemplateV4 |
TemplateV4.withSubjectNameFlags(SubjectNameFlagsV4 subjectNameFlags)
Subject name flags describe the subject name and subject alternate name that is included in a certificate.
|
Copyright © 2023. All rights reserved.