Package | Description |
---|---|
org.italiangrid.voms.util |
This package provides utility classes used in other packages.
|
Modifier and Type | Field and Description |
---|---|
static EnumSet<FilePermissionHelper.PosixFilePermission> |
FilePermissionHelper.PRIVATE_KEY_PERMS
Required file permissions for the private key file
|
Modifier and Type | Method and Description |
---|---|
static FilePermissionHelper.PosixFilePermission |
FilePermissionHelper.PosixFilePermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilePermissionHelper.PosixFilePermission[] |
FilePermissionHelper.PosixFilePermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
FilePermissionHelper.matchesFilePermissions(String filename,
FilePermissionHelper.PosixFilePermission p)
Checks that a given file has the appropriate unix permissions.
|
static void |
FilePermissionHelper.setFilePermissions(String filename,
FilePermissionHelper.PosixFilePermission perm) |
Copyright © 2014. All rights reserved.