Package | Description |
---|---|
org.apache.james.jspf.core | |
org.apache.james.jspf.parser | |
org.apache.james.jspf.policies | |
org.apache.james.jspf.policies.local |
Modifier and Type | Method and Description |
---|---|
SPF1Record |
SPFRecordParser.parse(String spfRecord)
This Method parse the given spf record and checks for syntax
parse can be called by multiple concurrent threads.
|
Modifier and Type | Method and Description |
---|---|
SPF1Record |
RFC4408SPF1Parser.parse(String spfRecord) |
Modifier and Type | Method and Description |
---|---|
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 |
ParseRecordPolicy.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 |
NoSPFRecordFoundPolicy.getSPFRecord(String currentDomain,
SPF1Record res) |
SPF1Record |
NeutralIfNotMatchPolicy.getSPFRecord(String currentDomain,
SPF1Record spfRecord) |
SPF1Record |
ParseRecordPolicy.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 |
---|---|
protected SPF1Record |
FallbackPolicy.getMySPFRecord(String host)
Return the SPF1Record for the given host
|
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 |
---|---|
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) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.