public class AuthPolicyFactory
extends java.lang.Object
| Constructor and Description |
|---|
AuthPolicyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AuthPolicy |
create(FileSystem fileSystem,
AlluxioConfiguration conf,
FuseFileSystem fuseFileSystem)
Creates a new instance of
AuthPolicy. |
public static AuthPolicy create(FileSystem fileSystem, AlluxioConfiguration conf, FuseFileSystem fuseFileSystem)
AuthPolicy.fileSystem - the Alluxio file systemconf - the Alluxio configuration containing Fuse optionsfuseFileSystem - the FuseFileSystemCopyright © 2023. All Rights Reserved.