Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.context
Interface PrivacyPolicy

All Known Subinterfaces:
AnonymizeFromHeaderPolicy, ObscureIdentificationPolicy, PrivacyValuePolicy, RemoveFromChangeTagPolicy, RemovePAIHeaderPolicy

public interface PrivacyPolicy

This interface is a Privacy Policy which gives the information about privacy policy.


Method Summary
 void disable()
          Disable the policy.
 void enable()
          Enable the policy.
 Class<? extends PrivacyPolicy> getType()
          Return the actual type of PrivacyPolicy.
 boolean isEnabled()
          Whether the policy is enabled.

 

Method Detail

isEnabled

boolean isEnabled()
Whether the policy is enabled. The default value is false.
Returns:
Whether the policy is enabled.

enable

void enable()
Enable the policy.

disable

void disable()
Disable the policy.

getType

Class<? extends PrivacyPolicy> getType()
Return the actual type of PrivacyPolicy.
Returns:
the actual type of PrivacyPolicy

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.