Uses of Enum Class
com.hierynomus.mssmb2.SMB2ImpersonationLevel
Packages that use SMB2ImpersonationLevel
-
Uses of SMB2ImpersonationLevel in com.hierynomus.mssmb2
Subclasses with type arguments of type SMB2ImpersonationLevel in com.hierynomus.mssmb2Classes in com.hierynomus.mssmb2 that implement interfaces with type arguments of type SMB2ImpersonationLevelMethods in com.hierynomus.mssmb2 that return SMB2ImpersonationLevelModifier and TypeMethodDescriptionstatic SMB2ImpersonationLevelReturns the enum constant of this class with the specified name.static SMB2ImpersonationLevel[]SMB2ImpersonationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SMB2ImpersonationLevel in com.hierynomus.mssmb2.messages
Fields in com.hierynomus.mssmb2.messages declared as SMB2ImpersonationLevelModifier and TypeFieldDescriptionprivate final SMB2ImpersonationLevelSMB2CreateRequest.impersonationLevelConstructors in com.hierynomus.mssmb2.messages with parameters of type SMB2ImpersonationLevelModifierConstructorDescriptionSMB2CreateRequest(SMB2Dialect smbDialect, long sessionId, long treeId, SMB2ImpersonationLevel impersonationLevel, Set<AccessMask> accessMask, Set<FileAttributes> fileAttributes, Set<SMB2ShareAccess> shareAccess, SMB2CreateDisposition createDisposition, Set<SMB2CreateOptions> createOptions, SmbPath path)