Uses of Interface
org.wildfly.security.auth.server.EvidenceDecoder
-
Packages that use EvidenceDecoder Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.x500.principal -
-
Uses of EvidenceDecoder in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return EvidenceDecoder Modifier and Type Method Description static EvidenceDecoderEvidenceDecoder. aggregate(EvidenceDecoder... decoders)Create an aggregated evidence decoder.Methods in org.wildfly.security.auth.server with parameters of type EvidenceDecoder Modifier and Type Method Description static EvidenceDecoderEvidenceDecoder. aggregate(EvidenceDecoder... decoders)Create an aggregated evidence decoder.SecurityDomain.BuilderSecurityDomain.Builder. setEvidenceDecoder(EvidenceDecoder evidenceDecoder)Set the evidence decoder for this security domain which will be used to extract the principal from the givenEvidence. -
Uses of EvidenceDecoder in org.wildfly.security.x500.principal
Classes in org.wildfly.security.x500.principal that implement EvidenceDecoder Modifier and Type Class Description classX500SubjectEvidenceDecoderAn evidence decoder that derives the principal that should be associated with the givenX509PeerCertificateChainEvidencefrom the subject from the first certificate in the given evidence, as anX500Principal.classX509SubjectAltNameEvidenceDecoderAn evidence decoder that derives the principal that should be associated with the givenX509PeerCertificateChainEvidencefrom an X.509 subject alternative name from the first certificate in the given evidence.
-