Class MLSPolicy

  • All Implemented Interfaces:
    SecurityPolicy
    Direct Known Subclasses:
    WSSPolicy

    public abstract class MLSPolicy
    extends Object
    implements SecurityPolicy
    Represents a base class for Message Level Security (MLS) Policies. Any MLSPolicy can be epxressed as being composed of one or both of two SecurityPolicy components called FeatureBinding and KeyBinding. This generic structure for an MLSPolicy allows for representing complex, concrete Message Level Security Policies.
    • Field Detail

      • readonly

        protected boolean readonly
    • Constructor Detail

      • MLSPolicy

        public MLSPolicy()
    • Method Detail

      • isReadOnly

        public void isReadOnly​(boolean readonly)
        Parameters:
        readonly - set the readonly status of the policy.
      • isReadOnly

        public boolean isReadOnly()
        Returns:
        true if policy is readonly.