|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.CertPolicyGroupUse
public class CertPolicyGroupUse
Certificate policy usages.
| Constructor Summary | |
|---|---|
CertPolicyGroupUse()
Empty constructor |
|
| Method Summary | |
|---|---|
CertPolicy |
getPolicy()
Gets the policy that is associated with the policy group. |
CertPolicyUse |
getPolicyUse()
Gets the usage enumeration that indicates where the policy should be applied. |
boolean |
isIncoming()
Indicates if the policy should be applied to incoming messages. |
boolean |
isOutgoing()
Indicates if the policy should be applied to outgoing messages. |
void |
setIncoming(boolean incoming)
Sets the incoming message usage flag. |
void |
setOutgoing(boolean outgoing)
Sets the outgoing message usage flag. |
void |
setPolicy(CertPolicy policy)
Sets the policy that is associated with the policy group. |
void |
setPolicyUse(CertPolicyUse policyUse)
Sets the usage enumeration that indicates where the policy should be applied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertPolicyGroupUse()
| Method Detail |
|---|
public CertPolicy getPolicy()
public void setPolicy(CertPolicy policy)
policy - The policy that is associated with the policy group.public CertPolicyUse getPolicyUse()
public void setPolicyUse(CertPolicyUse policyUse)
policyUse - The usage enumeration that indicates where the policy should be applied.public boolean isIncoming()
public void setIncoming(boolean incoming)
incoming - True if the policy should be applied to incoming messages. False otherwise.public boolean isOutgoing()
public void setOutgoing(boolean outgoing)
outgoing - True if the policy should be applied to outgoing messages. False otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||