|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicyResolver
Resolver for certificate policies. Policies are grouped by incoming and outgoing message direction and the message sender for outgoing messages
and message recipient for incoming messages.
Policies returned by the resolver are pre-parsed and ready to be fed into a PolicyFilter for compliance checking.
| Method Summary | |
|---|---|
Collection<org.nhindirect.policy.PolicyExpression> |
getIncomingPolicy(javax.mail.internet.InternetAddress address)
Gets the certificate policy for incoming messages. |
Collection<org.nhindirect.policy.PolicyExpression> |
getOutgoingPolicy(javax.mail.internet.InternetAddress address)
Gets the certificate policy for outgoing messages. |
| Method Detail |
|---|
Collection<org.nhindirect.policy.PolicyExpression> getOutgoingPolicy(javax.mail.internet.InternetAddress address)
address - The sender email address used to fine the policy.
Collection<org.nhindirect.policy.PolicyExpression> getIncomingPolicy(javax.mail.internet.InternetAddress address)
address - The recipient email address used to fine the policy.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||