Uses of Enum Class
org.cryptomator.frontend.dokany.internal.structure.filesecurity.SidIdentifierAuthority
Packages that use SidIdentifierAuthority
-
Uses of SidIdentifierAuthority in org.cryptomator.frontend.dokany.internal.structure.filesecurity
Methods in org.cryptomator.frontend.dokany.internal.structure.filesecurity that return SidIdentifierAuthorityModifier and TypeMethodDescriptionstatic SidIdentifierAuthoritySidIdentifierAuthority.fromInt(int id) TODO: can be improved by exception handlingstatic SidIdentifierAuthorityReturns the enum constant of this class with the specified name.static SidIdentifierAuthority[]SidIdentifierAuthority.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cryptomator.frontend.dokany.internal.structure.filesecurity with parameters of type SidIdentifierAuthorityModifierConstructorDescriptionSecurityIdentifier(SidIdentifierAuthority sidAuth, List<Integer> subAuthorities) Creates a SecurityIdentifier with the given Authority and Subauthorities.