Uses of Interface
org.apache.james.jspf.core.SPFChecker
Packages that use SPFChecker
Package
Description
-
Uses of SPFChecker in org.apache.james.jspf.core
Methods in org.apache.james.jspf.core that return SPFCheckerModifier and TypeMethodDescriptionSPFSession.popChecker()
Remove the SPFChecker on the top and return it.SPFSession.popChecker
(Predicate<SPFChecker> predicate) Methods in org.apache.james.jspf.core that return types with arguments of type SPFCheckerModifier and TypeMethodDescriptionSPF1Record.iterator()
Return a single iterator over Directives and ModifiersMethods in org.apache.james.jspf.core with parameters of type SPFCheckerModifier and TypeMethodDescriptionvoid
SPFCheckEnabled.enableSPFChecking
(SPFChecker checker) Provide component with an SPF Checker.void
SPFSession.pushChecker
(SPFChecker checker) Add the given SPFChecker on top of the stackMethod parameters in org.apache.james.jspf.core with type arguments of type SPFChecker -
Uses of SPFChecker in org.apache.james.jspf.impl
Classes in org.apache.james.jspf.impl that implement SPFCheckerModifier and TypeClassDescriptionclass
class
This class is used to generate a SPF-Test and provided all intressting data.Methods in org.apache.james.jspf.impl that return types with arguments of type SPFChecker -
Uses of SPFChecker in org.apache.james.jspf.policies
Classes in org.apache.james.jspf.policies that implement SPFCheckerModifier and TypeClassDescriptionfinal class
Run the checks on the validity of the domain This is an override filter to be executed as the first so it should be added as the last filter.class
Get the raw dns txt or spf entry which contains a spf entryclass
Get the raw dns txt or spf entry which contains a spf entry. -
Uses of SPFChecker in org.apache.james.jspf.terms
Subinterfaces of SPFChecker in org.apache.james.jspf.termsModifier and TypeInterfaceDescriptioninterface
This Interface represent a mechanismninterface
This Interface represent a modifierClasses in org.apache.james.jspf.terms that implement SPFCheckerModifier and TypeClassDescriptionclass
This class represent the all mechanismclass
This class represent the a mechanismclass
A Directive is a mechanism with a resulting qualifier.class
This class represent the exists mechanismclass
This class represent the exp modifierclass
This abstract class represent a gerneric mechanismclass
This abstract class represent a gerneric modifierclass
This class represent the incude mechanismclass
This class represent the ip4 mechanismclass
This class represent the ip6 mechanismclass
This class represent the mx mechanismclass
This class represent the ptr mechanismclass
This class represent the redirect modifierclass
This Class represent an Unknown ModifierMethods in org.apache.james.jspf.terms with parameters of type SPFCheckerModifier and TypeMethodDescriptionvoid
IncludeMechanism.enableSPFChecking
(SPFChecker checker) void
RedirectModifier.enableSPFChecking
(SPFChecker checker)