Uses of Interface
org.wildfly.security.evidence.AlgorithmEvidence
- 
Packages that use AlgorithmEvidence Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.http org.wildfly.security.auth.server.sasl org.wildfly.security.evidence The evidence types used by Elytron.org.wildfly.security.sasl.util 
- 
- 
Uses of AlgorithmEvidence in org.wildfly.security.auth.serverMethod parameters in org.wildfly.security.auth.server with type arguments of type AlgorithmEvidence Modifier and Type Method Description protected abstract Collection<String>AbstractMechanismAuthenticationFactory. getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName)protected Collection<String>HttpAuthenticationFactory. getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName)Deprecated.protected Collection<String>SaslAuthenticationFactory. getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName)Deprecated.
- 
Uses of AlgorithmEvidence in org.wildfly.security.auth.server.httpMethod parameters in org.wildfly.security.auth.server.http with type arguments of type AlgorithmEvidence Modifier and Type Method Description protected Collection<String>HttpAuthenticationFactory. getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName)
- 
Uses of AlgorithmEvidence in org.wildfly.security.auth.server.saslMethod parameters in org.wildfly.security.auth.server.sasl with type arguments of type AlgorithmEvidence Modifier and Type Method Description protected Collection<String>SaslAuthenticationFactory. getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName)
- 
Uses of AlgorithmEvidence in org.wildfly.security.evidenceClasses in org.wildfly.security.evidence that implement AlgorithmEvidence Modifier and Type Class Description classX509PeerCertificateChainEvidenceA piece of evidence that is comprised of a verified peer certificate chain.
- 
Uses of AlgorithmEvidence in org.wildfly.security.sasl.utilMethod parameters in org.wildfly.security.sasl.util with type arguments of type AlgorithmEvidence Modifier and Type Method Description static Set<String>SaslMechanismInformation. getSupportedServerEvidenceAlgorithms(String mechName, Class<? extends AlgorithmEvidence> evidenceType)Get the supported algorithm names for a SASL server mechanism and evidence type.
 
-