Class X500SubjectEvidenceDecoder

  • All Implemented Interfaces:
    Function<org.wildfly.security.evidence.Evidence,​Principal>, EvidenceDecoder

    public final class X500SubjectEvidenceDecoder
    extends Object
    implements EvidenceDecoder
    An evidence decoder that derives the principal that should be associated with the given X509PeerCertificateChainEvidence from the subject from the first certificate in the given evidence, as an X500Principal.
    Since:
    1.10.0
    Author:
    Farah Juma
    • Constructor Detail

      • X500SubjectEvidenceDecoder

        public X500SubjectEvidenceDecoder()