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