Uses of Interface
java.nio.file.attribute.UserPrincipal
-
Packages that use UserPrincipal 软件包 描述 java.nio.file 定义Java虚拟机访问文件,文件属性和文件系统的接口和类。java.nio.file.attribute 提供访问文件和文件系统属性的接口和类。 -
-
Uses of UserPrincipal in java.nio.file
Methods in java.nio.file that return UserPrincipal Modifier and Type 方法 描述 static UserPrincipal
Files. getOwner(Path path, LinkOption... options)
返回文件的所有者。Methods in java.nio.file with parameters of type UserPrincipal Modifier and Type 方法 描述 static Path
Files. setOwner(Path path, UserPrincipal owner)
更新文件所有者。 -
Uses of UserPrincipal in java.nio.file.attribute
Subinterfaces of UserPrincipal in java.nio.file.attribute Modifier and Type 接口 描述 interface
GroupPrincipal
AUserPrincipal
表示 组身份 ,用于确定文件系统中对象的访问权限。Methods in java.nio.file.attribute that return UserPrincipal Modifier and Type 方法 描述 UserPrincipal
FileOwnerAttributeView. getOwner()
阅读文件所有者。abstract UserPrincipal
UserPrincipalLookupService. lookupPrincipalByName(String name)
按名称查找用户主体。UserPrincipal
PosixFileAttributes. owner()
返回文件的所有者。UserPrincipal
AclEntry. principal()
返回主成分。Methods in java.nio.file.attribute with parameters of type UserPrincipal Modifier and Type 方法 描述 void
FileOwnerAttributeView. setOwner(UserPrincipal owner)
更新文件所有者。AclEntry.Builder
AclEntry.Builder. setPrincipal(UserPrincipal who)
设置此构建器的主要组件。
-