Package | Description |
---|---|
org.apache.james.jspf.core | |
org.apache.james.jspf.impl | |
org.apache.james.jspf.policies | |
org.apache.james.jspf.terms |
Modifier and Type | Method and Description |
---|---|
SPFChecker |
SPFSession.popChecker()
Remove the SPFChecker on the top and return it.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SPFChecker> |
SPF1Record.iterator()
Return a single iterator over Directives and Modifiers
|
Modifier and Type | Method and Description |
---|---|
void |
SPFCheckEnabled.enableSPFChecking(SPFChecker checker)
Provide component with an SPF Checker.
|
void |
SPFSession.pushChecker(SPFChecker checker)
Add the given SPFChecker on top of the stack
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSPF |
class |
SPF
This class is used to generate a SPF-Test and provided all intressting data.
|
Modifier and Type | Method and Description |
---|---|
LinkedList<SPFChecker> |
SPF.getPolicies()
Return a default policy for SPF
|
Modifier and Type | Class and Description |
---|---|
class |
InitialChecksPolicy
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 |
SPFRetriever
Get the raw dns txt or spf entry which contains a spf entry
|
class |
SPFStrictCheckerRetriever
Get the raw dns txt or spf entry which contains a spf entry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Mechanism
This Interface represent a mechanismn
|
interface |
Modifier
This Interface represent a modifier
|
Modifier and Type | Class and Description |
---|---|
class |
AllMechanism
This class represent the all mechanism
|
class |
AMechanism
This class represent the a mechanism
|
class |
Directive
A Directive is a mechanism with a resulting qualifier.
|
class |
ExistsMechanism
This class represent the exists mechanism
|
class |
ExpModifier
This class represent the exp modifier
|
class |
GenericMechanism
This abstract class represent a gerneric mechanism
|
class |
GenericModifier
This abstract class represent a gerneric modifier
|
class |
IncludeMechanism
This class represent the incude mechanism
|
class |
IP4Mechanism
This class represent the ip4 mechanism
|
class |
IP6Mechanism
This class represent the ip6 mechanism
|
class |
MXMechanism
This class represent the mx mechanism
|
class |
PTRMechanism
This class represent the ptr mechanism
|
class |
RedirectModifier
This class represent the redirect modifier
|
class |
UnknownModifier
This Class represent an Unknown Modifier
|
Modifier and Type | Method and Description |
---|---|
void |
IncludeMechanism.enableSPFChecking(SPFChecker checker) |
void |
RedirectModifier.enableSPFChecking(SPFChecker checker) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.