Uses of Class
org.apache.james.jspf.core.SPF1Record

Packages that use SPF1Record
org.apache.james.jspf.core   
org.apache.james.jspf.parser   
org.apache.james.jspf.policies   
org.apache.james.jspf.policies.local   
 

Uses of SPF1Record in org.apache.james.jspf.core
 

Methods in org.apache.james.jspf.core that return SPF1Record
 SPF1Record SPFRecordParser.parse(java.lang.String spfRecord)
          This 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
 SPF1Record RFC4408SPF1Parser.parse(java.lang.String spfRecord)
           
 

Uses of SPF1Record in org.apache.james.jspf.policies
 

Methods in org.apache.james.jspf.policies that return SPF1Record
 SPF1Record Policy.getSPFRecord(java.lang.String currentDomain)
          Get a record for the given domain
 SPF1Record PolicyPostFilter.getSPFRecord(java.lang.String currentDomain, SPF1Record record)
          Filter or replace a record for the given domain
 SPF1Record ParseRecordPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record NoSPFRecordFoundPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record res)
           
 SPF1Record NeutralIfNotMatchPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 

Methods in org.apache.james.jspf.policies with parameters of type SPF1Record
 SPF1Record PolicyPostFilter.getSPFRecord(java.lang.String currentDomain, SPF1Record record)
          Filter or replace a record for the given domain
 SPF1Record ParseRecordPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record NoSPFRecordFoundPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record res)
           
 SPF1Record NeutralIfNotMatchPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 

Uses of SPF1Record in org.apache.james.jspf.policies.local
 

Methods in org.apache.james.jspf.policies.local that return SPF1Record
protected  SPF1Record FallbackPolicy.getMySPFRecord(java.lang.String host)
          Return the SPF1Record for the given host
 SPF1Record OverridePolicy.getSPFRecord(java.lang.String currentDomain)
           
 SPF1Record TrustedForwarderPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record FallbackPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record res)
           
 SPF1Record DefaultExplanationPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record BestGuessPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record record)
           
 

Methods in org.apache.james.jspf.policies.local with parameters of type SPF1Record
 SPF1Record TrustedForwarderPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record FallbackPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record res)
           
 SPF1Record DefaultExplanationPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record BestGuessPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record record)
           
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.