Package org.jboss.security.auth.certs

Interface Summary
X509CertificateVerifier (src) A verifier for X509Certificate used by authentication layers.
 

Class Summary
AnyCertVerifier (src) A X509CertificateVerifier that accepts any cert.
SerialNumberIssuerDNMapping (src) A CertificatePrincipal implementation that builds the principal name based on the cert serialNumber and issuerDN
SubjectCNMapping (src) A CertificatePrincipal implementation that uses the client cert SubjectDN CN='...' element as the principal.
SubjectDNMapping (src) A CertificatePrincipal implementation that uses the client cert SubjectDN as the principal.