Package org.jboss.security.auth.certs

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

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.