Uses of Interface
org.wildfly.security.evidence.Evidence
Packages that use Evidence
Package
Description
The evidence types used by Elytron.
-
Uses of Evidence in org.wildfly.security.credential
Methods in org.wildfly.security.credential with parameters of type EvidenceModifier and TypeMethodDescriptiondefault booleanDetermine whether this credential can verify the given evidence.default booleanVerify the given evidence.default booleanDeprecated.booleanbooleanPasswordCredential.verify(Supplier<Provider[]> providerSupplier, Evidence evidence, Charset hashCharset) Verify the given evidence.booleanVerify the given evidence.Method parameters in org.wildfly.security.credential with type arguments of type EvidenceModifier and TypeMethodDescriptiondefault booleanDetermine whether this credential can, generally speaking, verify the given evidence type.booleanstatic booleanPasswordCredential.canVerifyEvidence(Class<? extends Evidence> evidenceClass, String algorithmName) Determine whether this credential type can, generally speaking, verify the given evidence type. -
Uses of Evidence in org.wildfly.security.evidence
Subinterfaces of Evidence in org.wildfly.security.evidenceModifier and TypeInterfaceDescriptioninterfaceA piece of evidence which supports multiple algorithms.Classes in org.wildfly.security.evidence that implement EvidenceModifier and TypeClassDescriptionfinal classA piece of evidence that is comprised of a bearer security token.final classA piece of evidence that is comprised of a password guess.final classA piece of evidence that is comprised of a verified peer certificate chain.Methods in org.wildfly.security.evidence with type parameters of type EvidenceModifier and TypeMethodDescriptiondefault <E extends Evidence,R>
RAlgorithmEvidence.castAndApply(Class<E> evidenceType, String algorithmName, Function<E, R> function) default <E extends Evidence,R>
REvidence.castAndApply(Class<E> evidenceType, String algorithmName, Function<E, R> function) Cast this evidence type and apply a function if the type matches.default <E extends Evidence,R>
REvidence.castAndApply(Class<E> evidenceType, Function<E, R> function) Cast this evidence type and apply a function if the type matches.default <E extends Evidence>
ECast this evidence type if the type matches.default <E extends Evidence>
ECast this evidence type if the type and algorithm matches.
Credential.verify(Supplier, Evidence)instead