|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.security.provider.CertificateNameOptions
public class CertificateNameOptions
Options for deriving message context issuer names from an X.509 certificate. Used by ClientCertAuthRule
.
Constructor Summary | |
---|---|
CertificateNameOptions()
Constructor. |
Method Summary | |
---|---|
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. |
java.util.LinkedHashSet<java.lang.Integer> |
getSubjectAltNames()
Get the set of types of subject alternative names evaluate as derived issuer entity ID names. |
org.opensaml.xml.security.x509.X500DNHandler |
getX500DNHandler()
Get the handler responsible for serializing X.500 names to strings from certificate-derived X500Principal instances. |
java.lang.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 |
setX500DNHandler(org.opensaml.xml.security.x509.X500DNHandler handler)
Set the handler responsible for serializing X.500 names to strings from certificate-derived X500Principal instances. |
void |
setX500SubjectDNFormat(java.lang.String format)
Set the the format specifier for serializaing X.500 subject names to strings. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertificateNameOptions()
Method Detail |
---|
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.public java.util.LinkedHashSet<java.lang.Integer> getSubjectAltNames()
public org.opensaml.xml.security.x509.X500DNHandler getX500DNHandler()
X500Principal
instances.
public void setX500DNHandler(org.opensaml.xml.security.x509.X500DNHandler handler)
X500Principal
instances.
handler
- the new x500DNHandler value.public java.lang.String getX500SubjectDNFormat()
public void setX500SubjectDNFormat(java.lang.String format)
format
- the new x500SubjectDNFormat value.public CertificateNameOptions clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |