Package | Description |
---|---|
org.apache.james.jspf.core | |
org.apache.james.jspf.impl | |
org.apache.james.jspf.policies | |
org.apache.james.jspf.policies.local | |
org.apache.james.jspf.terms |
Modifier and Type | Method and Description |
---|---|
DNSLookupContinuation |
SPFChecker.checkSPF(SPFSession spfData)
Run check for SPF with the given values.
|
DNSLookupContinuation |
SPFCheckerDNSResponseListener.onDNSResponse(DNSResponse response,
SPFSession session)
Continue the check for SPF with the given values and the given DNSResponse
|
void |
SPFCheckerExceptionCatcher.onException(Exception exception,
SPFSession session)
Take some action on the given Exception
|
Modifier and Type | Method and Description |
---|---|
DNSLookupContinuation |
SPF.checkSPF(SPFSession spfData) |
Modifier and Type | Method and Description |
---|---|
DNSLookupContinuation |
SPFStrictCheckerRetriever.checkSPF(SPFSession spfData) |
DNSLookupContinuation |
SPFRetriever.checkSPF(SPFSession spfData) |
DNSLookupContinuation |
InitialChecksPolicy.checkSPF(SPFSession spfData) |
SPF1Record |
Policy.getSPFRecord(String currentDomain)
Get a record for the given domain
|
SPF1Record |
NoSPFRecordFoundPolicy.getSPFRecord(String currentDomain,
SPF1Record res) |
SPF1Record |
NeutralIfNotMatchPolicy.getSPFRecord(String currentDomain,
SPF1Record spfRecord) |
SPF1Record |
PolicyPostFilter.getSPFRecord(String currentDomain,
SPF1Record record)
Filter or replace a record for the given domain
|
Modifier and Type | Method and Description |
---|---|
SPF1Record |
OverridePolicy.getSPFRecord(String currentDomain) |
SPF1Record |
DefaultExplanationPolicy.getSPFRecord(String currentDomain,
SPF1Record spfRecord) |
SPF1Record |
BestGuessPolicy.getSPFRecord(String currentDomain,
SPF1Record record) |
SPF1Record |
FallbackPolicy.getSPFRecord(String currentDomain,
SPF1Record res) |
SPF1Record |
TrustedForwarderPolicy.getSPFRecord(String currentDomain,
SPF1Record spfRecord) |
Modifier and Type | Method and Description |
---|---|
DNSLookupContinuation |
PTRMechanism.checkSPF(SPFSession spfData) |
DNSLookupContinuation |
MXMechanism.checkSPF(SPFSession spfData) |
DNSLookupContinuation |
IncludeMechanism.checkSPF(SPFSession spfData) |
DNSLookupContinuation |
Directive.checkSPF(SPFSession spfSession)
Run the Directive
|
DNSLookupContinuation |
GenericModifier.checkSPF(SPFSession spfData) |
DNSLookupContinuation |
AMechanism.checkSPF(SPFSession spfData) |
DNSLookupContinuation |
ExistsMechanism.checkSPF(SPFSession spfData) |
protected DNSLookupContinuation |
RedirectModifier.checkSPFLogged(SPFSession spfData)
Set the host which should be used for redirection and set it in SPF1Data
so it can be accessed easy later if needed
|
protected abstract DNSLookupContinuation |
GenericModifier.checkSPFLogged(SPFSession spfData) |
protected DNSLookupContinuation |
ExpModifier.checkSPFLogged(SPFSession spfData)
Generate the explanation and set it in SPF1Data so it can be accessed
easy later if needed
|
DNSLookupContinuation |
PTRMechanism.onDNSResponse(DNSResponse response,
SPFSession spfSession) |
DNSLookupContinuation |
MXMechanism.onDNSResponse(DNSResponse response,
SPFSession spfSession) |
DNSLookupContinuation |
AMechanism.onDNSResponse(DNSResponse response,
SPFSession spfSession) |
DNSLookupContinuation |
ExistsMechanism.onDNSResponse(DNSResponse response,
SPFSession spfSession) |
DNSLookupContinuation |
ExpModifier.onDNSResponse(DNSResponse lookup,
SPFSession spfData) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.