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:
  • Field Summary

    Fields inherited from class wt.fv._FvPolicyRule

    EXTERNALIZATION_VERSION_UID, SELECTOR, VAULT, VAULT_REFERENCE

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.fc.adminlock._AdministrativelyLockable

    ADMINISTRATIVE_LOCK

    Fields inherited from interface wt.admin._DomainAdministered

    DOMAIN_REF, INHERITED_DOMAIN

    Fields inherited from interface wt.notify._Notifiable

    EVENT_SET

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.access._SecurityLabeled

    SECURITY_LABELS

    Fields inherited from interface wt.fc.BusinessInformation

    BUSINESS_TYPE, IDENTITY

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.access.SecurityLabeled

    SECURITY_LABELS_INTERNAL_VALUE
  • Method Summary

    Methods inherited from class wt.fv._FvPolicyRule

    getClassInfo, getConceptualClassname, getSelector, getType, getVault, getVaultReference, readExternal, readExternal, readVersion, setSelector, setVault, setVaultReference, super_readExternal_FvPolicyRule, super_readVersion_FvPolicyRule, super_writeExternal_FvPolicyRule, writeExternal, writeExternal

    Methods inherited from class wt.enterprise.Simple

    getBusinessType, getIdentity, initialize

    Methods inherited from class wt.enterprise._Simple

    getAdministrativeLock, getDomainRef, getEventSet, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setEventSet, setInheritedDomain, setSecurityLabels, super_readExternal_Simple, super_readVersion_Simple, super_writeExternal_Simple

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait