Uses of Interface
org.jboss.security.CertificatePrincipal
-
Packages that use CertificatePrincipal Package Description org.jboss.security.auth.certs -
-
Uses of CertificatePrincipal in org.jboss.security.auth.certs
Classes in org.jboss.security.auth.certs that implement CertificatePrincipal Modifier and Type Class Description classSerialNumberIssuerDNMappingA CertificatePrincipal implementation that builds the principal name based on the cert serialNumber and issuerDNclassSubjectCNMappingA CertificatePrincipal implementation that uses the client cert SubjectDN CN='...' element as the principal.classSubjectDNMappingA CertificatePrincipal implementation that uses the client cert SubjectDN as the principal.classSubjectX500PrincipalA CertificatePrincipal implementation that uses the client cert SubjectX500Principal as the principal.
-