Uses of Class
org.apache.james.jspf.core.SPF1Record
Packages that use SPF1Record
Package
Description
-
Uses of SPF1Record in org.apache.james.jspf.core
Methods in org.apache.james.jspf.core that return SPF1RecordModifier and TypeMethodDescriptionThis Method parse the given spf record and checks for syntax parse can be called by multiple concurrent threads. -
Uses of SPF1Record in org.apache.james.jspf.parser
Methods in org.apache.james.jspf.parser that return SPF1Record -
Uses of SPF1Record in org.apache.james.jspf.policies
Methods in org.apache.james.jspf.policies that return SPF1RecordModifier and TypeMethodDescriptionNeutralIfNotMatchPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) NoSPFRecordFoundPolicy.getSPFRecord
(String currentDomain, SPF1Record res) ParseRecordPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) Policy.getSPFRecord
(String currentDomain) Get a record for the given domainPolicyPostFilter.getSPFRecord
(String currentDomain, SPF1Record record) Filter or replace a record for the given domainMethods in org.apache.james.jspf.policies with parameters of type SPF1RecordModifier and TypeMethodDescriptionNeutralIfNotMatchPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) NoSPFRecordFoundPolicy.getSPFRecord
(String currentDomain, SPF1Record res) ParseRecordPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) PolicyPostFilter.getSPFRecord
(String currentDomain, SPF1Record record) Filter or replace a record for the given domain -
Uses of SPF1Record in org.apache.james.jspf.policies.local
Methods in org.apache.james.jspf.policies.local that return SPF1RecordModifier and TypeMethodDescriptionprotected SPF1Record
FallbackPolicy.getMySPFRecord
(String host) Return the SPF1Record for the given hostBestGuessPolicy.getSPFRecord
(String currentDomain, SPF1Record record) DefaultExplanationPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) FallbackPolicy.getSPFRecord
(String currentDomain, SPF1Record res) OverridePolicy.getSPFRecord
(String currentDomain) TrustedForwarderPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) Methods in org.apache.james.jspf.policies.local with parameters of type SPF1RecordModifier and TypeMethodDescriptionBestGuessPolicy.getSPFRecord
(String currentDomain, SPF1Record record) DefaultExplanationPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) FallbackPolicy.getSPFRecord
(String currentDomain, SPF1Record res) TrustedForwarderPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord)