|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.security.provider.ClientCertAuthRuleFactory.CertificateNameOptions
public class ClientCertAuthRuleFactory.CertificateNameOptions
Options for deriving issuer names from an X.509 certificate.
Constructor Summary | |
---|---|
protected |
ClientCertAuthRuleFactory.CertificateNameOptions()
Constructor. |
Method Summary | |
---|---|
protected ClientCertAuthRuleFactory.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. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ClientCertAuthRuleFactory.CertificateNameOptions()
Method Detail |
---|
public boolean evaluateSubjectCommonName()
public boolean evaluateSubjectDN()
public java.util.LinkedHashSet<java.lang.Integer> getSubjectAltNames()
public X500DNHandler getX500DNHandler()
X500Principal
instances.
public java.lang.String getX500SubjectDNFormat()
protected ClientCertAuthRuleFactory.CertificateNameOptions clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |