Uses of Interface
org.wildfly.security.evidence.AlgorithmEvidence
Packages that use AlgorithmEvidence
Package
Description
Server side of authentication provided by Elytron.
The evidence types used by Elytron.
-
Uses of AlgorithmEvidence in org.wildfly.security.auth.server
Method parameters in org.wildfly.security.auth.server with type arguments of type AlgorithmEvidenceModifier and TypeMethodDescriptionprotected 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.http
Method parameters in org.wildfly.security.auth.server.http with type arguments of type AlgorithmEvidenceModifier and TypeMethodDescriptionprotected Collection<String>HttpAuthenticationFactory.getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName) -
Uses of AlgorithmEvidence in org.wildfly.security.auth.server.sasl
Method parameters in org.wildfly.security.auth.server.sasl with type arguments of type AlgorithmEvidenceModifier and TypeMethodDescriptionprotected Collection<String>SaslAuthenticationFactory.getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName) -
Uses of AlgorithmEvidence in org.wildfly.security.evidence
Classes in org.wildfly.security.evidence that implement AlgorithmEvidenceModifier and TypeClassDescriptionfinal classA piece of evidence that is comprised of a verified peer certificate chain. -
Uses of AlgorithmEvidence in org.wildfly.security.sasl.util
Method parameters in org.wildfly.security.sasl.util with type arguments of type AlgorithmEvidenceModifier and TypeMethodDescriptionSaslMechanismInformation.getSupportedServerEvidenceAlgorithms(String mechName, Class<? extends AlgorithmEvidence> evidenceType) Get the supported algorithm names for a SASL server mechanism and evidence type.