public interface PolicyResolver
PolicyFilter for compliance checking.| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2010-2016 NHIN Direct. All Rights Reserved.