Package wt.fv

Class FvPolicyRule

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.fv._FvPolicyRule
wt.fv.FvPolicyRule
All Implemented Interfaces:
Externalizable, Serializable, wt.access._AccessControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, wt.fc.BusinessInformation, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.notify._Notifiable, Notifiable

FvPolicyRule objects indicate what file vault is applicable when an event happens to an object. Other characteristics of the object that influence which vault is applicable are the domain of the object, the class and the state of the object in addition to the event itself.

Each FvPolicyRule object contains an Selector object which stands for the antecedent of the rule. It is linked to FvVault object(which is the consequent of the rule.

Use the newFvPolicyRule static factory method(s), not the FvPolicyRule constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: