|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.jspf.policies.local.DefaultExplanationPolicy
public final class DefaultExplanationPolicy
Policy to add a default explanation
| Constructor Summary | |
|---|---|
DefaultExplanationPolicy(Logger log,
java.lang.String explanation,
MacroExpand macroExpand)
|
|
| Method Summary | |
|---|---|
SPF1Record |
getSPFRecord(java.lang.String currentDomain,
SPF1Record spfRecord)
Filter or replace a record for the given domain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultExplanationPolicy(Logger log,
java.lang.String explanation,
MacroExpand macroExpand)
log - the loggerexplanation - the default explanationmacroExpand - the MacroExpand service| Method Detail |
|---|
public SPF1Record getSPFRecord(java.lang.String currentDomain,
SPF1Record spfRecord)
throws PermErrorException,
TempErrorException,
NoneException,
NeutralException
PolicyPostFilter
getSPFRecord in interface PolicyPostFiltercurrentDomain - the domain to retrieve the SPFRecord forspfRecord - the previous record
PermErrorException - exception
TempErrorException - exception
NoneException - exception
NeutralException - exceptionPolicyPostFilter.getSPFRecord(java.lang.String, org.apache.james.jspf.core.SPF1Record)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||