Uses of Interface
com.okta.sdk.resource.application.CsrMetadataSubjectAltNames
-
Packages that use CsrMetadataSubjectAltNames Package Description com.okta.sdk.resource.application -
-
Uses of CsrMetadataSubjectAltNames in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return CsrMetadataSubjectAltNames Modifier and Type Method Description CsrMetadataSubjectAltNames
CsrMetadata. getSubjectAltNames()
CsrMetadataSubjectAltNames
CsrMetadataSubjectAltNames. setDnsNames(java.util.List<java.lang.String> dnsNames)
Methods in com.okta.sdk.resource.application with parameters of type CsrMetadataSubjectAltNames Modifier and Type Method Description CsrMetadata
CsrMetadata. setSubjectAltNames(CsrMetadataSubjectAltNames subjectAltNames)
-