Uses of Enum Class
org.cryptomator.frontend.dokany.internal.structure.filesecurity.AccessControlEntryFlag
Packages that use AccessControlEntryFlag
-
Uses of AccessControlEntryFlag in org.cryptomator.frontend.dokany.internal.structure.filesecurity
Fields in org.cryptomator.frontend.dokany.internal.structure.filesecurity with type parameters of type AccessControlEntryFlagModifier and TypeFieldDescriptionprotected final EnumIntegerSet<AccessControlEntryFlag>AccessControlEntry.flagsMethods in org.cryptomator.frontend.dokany.internal.structure.filesecurity that return AccessControlEntryFlagModifier and TypeMethodDescriptionstatic AccessControlEntryFlagReturns the enum constant of this class with the specified name.static AccessControlEntryFlag[]AccessControlEntryFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.cryptomator.frontend.dokany.internal.structure.filesecurity with type arguments of type AccessControlEntryFlagModifierConstructorDescriptionAccessAllowedACE(EnumIntegerSet<AccessControlEntryFlag> flags, SecurityIdentifier sid, EnumIntegerSet<AccessMask> rights) protected