Constructor and Description |
---|
CertificateNameOptions()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CertificateNameOptions |
clone() |
boolean |
evaluateSubjectCommonName()
Get whether to evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
|
boolean |
evaluateSubjectDN()
Get whether to evaluate the certificate subject DN as a derived issuer entity ID.
|
Set<Integer> |
getSubjectAltNames()
Get the set of types of subject alternative names evaluate as derived issuer entity ID names,
using integer constants defined in
org.opensaml.security.X509Support . |
X500DNHandler |
getX500DNHandler()
Get the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
String |
getX500SubjectDNFormat()
Get the the format specifier for serializaing X.500 subject names to strings.
|
void |
setEvaluateSubjectCommonName(boolean flag)
Set whether to evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
|
void |
setEvaluateSubjectDN(boolean flag)
Set whether to evaluate the certificate subject DN as a derived issuer entity ID.
|
void |
setSubjectAltNames(Set<Integer> names)
Set the set of types of subject alternative names evaluate as derived issuer entity ID names,
using integer constants defined in
org.opensaml.security.X509Support . |
void |
setX500DNHandler(X500DNHandler handler)
Set the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
void |
setX500SubjectDNFormat(String format)
Set the the format specifier for serializaing X.500 subject names to strings.
|
public boolean evaluateSubjectCommonName()
public void setEvaluateSubjectCommonName(boolean flag)
flag
- new new evaluateSubjectCommonName value.public boolean evaluateSubjectDN()
public void setEvaluateSubjectDN(boolean flag)
flag
- the new evaluateSubjectDN value.@Nonnull @NonnullElements @NotLive @Unmodifiable public Set<Integer> getSubjectAltNames()
org.opensaml.security.X509Support
.public void setSubjectAltNames(@Nullable Set<Integer> names)
org.opensaml.security.X509Support
.names
- the set of types of subject alternative namespublic X500DNHandler getX500DNHandler()
X500Principal
instances.public void setX500DNHandler(X500DNHandler handler)
X500Principal
instances.handler
- the new x500DNHandler value.public String getX500SubjectDNFormat()
public void setX500SubjectDNFormat(String format)
format
- the new x500SubjectDNFormat value.public CertificateNameOptions clone()
Copyright © 2016 JBoss by Red Hat. All rights reserved.