Class CFFileSecurity

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CFFileSecurity
    extends CFType
    • Constructor Detail

      • CFFileSecurity

        protected CFFileSecurity()
    • Method Detail

      • create

        public static CFFileSecurity create()
        Since:
        Available in iOS 5.0 and later.
      • getOwnerUUID

        public CFUUID getOwnerUUID()
        Since:
        Available in iOS 5.0 and later.
      • getGroupUUID

        public CFUUID getGroupUUID()
        Since:
        Available in iOS 5.0 and later.
      • getOwner

        public int getOwner()
        Since:
        Available in iOS 5.0 and later.
      • getGroup

        public int getGroup()
        Since:
        Available in iOS 5.0 and later.
      • getMode

        public short getMode()
        Since:
        Available in iOS 5.0 and later.
      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 5.0 and later.
      • setOwnerUUID

        public boolean setOwnerUUID​(CFUUID ownerUUID)
        Since:
        Available in iOS 5.0 and later.
      • setGroupUUID

        public boolean setGroupUUID​(CFUUID groupUUID)
        Since:
        Available in iOS 5.0 and later.
      • setOwner

        public boolean setOwner​(int owner)
        Since:
        Available in iOS 5.0 and later.
      • setGroup

        public boolean setGroup​(int group)
        Since:
        Available in iOS 5.0 and later.
      • setMode

        public boolean setMode​(short mode)
        Since:
        Available in iOS 5.0 and later.
      • clearProperties

        public boolean clearProperties​(CFFileSecurityClearOptions clearPropertyMask)
        Since:
        Available in iOS 6.0 and later.