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 EvidenceDecoder
EvidenceDecoder. 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 EvidenceDecoder
EvidenceDecoder. aggregate(EvidenceDecoder... decoders)
Create an aggregated evidence decoder.SecurityDomain.Builder
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 EvidenceDecoder Modifier and Type Class Description class
X500SubjectEvidenceDecoder
An evidence decoder that derives the principal that should be associated with the givenX509PeerCertificateChainEvidence
from the subject from the first certificate in the given evidence, as anX500Principal
.class
X509SubjectAltNameEvidenceDecoder
An evidence decoder that derives the principal that should be associated with the givenX509PeerCertificateChainEvidence
from an X.509 subject alternative name from the first certificate in the given evidence.
-