Uses of Interface
org.wildfly.security.auth.server.EvidenceDecoder
Packages that use EvidenceDecoder
Package
Description
Server side of authentication provided by Elytron.
-
Uses of EvidenceDecoder in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return EvidenceDecoderModifier and TypeMethodDescriptionstatic EvidenceDecoderEvidenceDecoder.aggregate(EvidenceDecoder... decoders) Create an aggregated evidence decoder.Methods in org.wildfly.security.auth.server with parameters of type EvidenceDecoderModifier and TypeMethodDescriptionstatic EvidenceDecoderEvidenceDecoder.aggregate(EvidenceDecoder... decoders) Create an aggregated evidence decoder.SecurityDomain.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 EvidenceDecoderModifier and TypeClassDescriptionfinal classAn 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.final classAn 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.