|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrivacyValuePolicy
This interface is a Privacy Value Policy which gives the information about privacy values. Enable this policy means change the Privacy Header or add a Privacy Header with the PrivacyValues to the message. Disable this policy means not change or add Privacy Header to the message. If the handling message includes a Privacy header, this policy is enabled by default. If the handling message does not include Privacy header, this policy is disabled by default. Even this policy is enable the Privacy header may be not add to the message when the ObscureIdentificationPolicy is enable. This is defined by RFC3323: When a privacy service performs one of the functions corresponding to a privacy level listed in the Privacy header, it SHOULD remove the corresponding priv-value from the Privacy header
Nested Class Summary | |
---|---|
static class |
PrivacyValuePolicy.ValueType Type of a Privacy Value. |
Method Summary | |
---|---|
void |
addPrivacyValue(PrivacyValuePolicy.ValueType privacyType) Add a privacy value. |
Set<PrivacyValuePolicy.ValueType> |
getPrivacyValues() All privacy values added to this policy. |
void |
removeAllPrivacyValue() Remove all privacy value. |
void |
removePrivacyValue(PrivacyValuePolicy.ValueType privacyType) Remove a privacy value. |
Methods inherited from interface com.oracle.sft.api.context.PrivacyPolicy |
---|
disable, enable, getType, isEnabled |
Method Detail |
---|
Set<PrivacyValuePolicy.ValueType> getPrivacyValues()
void addPrivacyValue(PrivacyValuePolicy.ValueType privacyType)
void removePrivacyValue(PrivacyValuePolicy.ValueType privacyType)
void removeAllPrivacyValue()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.