Uses of Enum Class
eu.cloudnetservice.driver.permission.PermissionCheckResult
Packages that use PermissionCheckResult
-
Uses of PermissionCheckResult in eu.cloudnetservice.driver.permission
Methods in eu.cloudnetservice.driver.permission that return PermissionCheckResultModifier and TypeMethodDescriptionstatic @NonNull PermissionCheckResultPermissionCheckResult.fromBoolean(@Nullable Boolean value) Converts the nullable boolean into a permission check result.static @NonNull PermissionCheckResultPermissionCheckResult.fromPermission(@Nullable Permission permission) Converts the given permission into a permission check result.DefaultPermissionManagement.groupPermissionResult(@NonNull Permissible permissible, @NonNull String group, @NonNull Permission permission) Checks if the given permissible has the given permission for the given group.PermissionManagement.groupPermissionResult(@NonNull Permissible permissible, @NonNull String group, @NonNull Permission permission) Checks if the given permissible has the given permission for the given group.DefaultPermissionManagement.groupsPermissionResult(@NonNull Permissible permissible, @NonNull String[] groups, @NonNull Permission permission) Checks if the given permissible has the given permission for the given groups.PermissionManagement.groupsPermissionResult(@NonNull Permissible permissible, @NonNull String[] groups, @NonNull Permission permission) Checks if the given permissible has the given permission for the given groups.default @NonNull PermissionCheckResultPermissible.hasPermission(@NonNull Permission permission) Checks if this permissible has the given permission.default @NonNull PermissionCheckResultPermissible.hasPermission(@NonNull String permission) Checks if this permissible has the given permission with a potency of 0.default @NonNull PermissionCheckResultPermissible.hasPermission(@NonNull String group, @NonNull Permission permission) Checks if this permissible has the given permission for the specified target group.default @NonNull PermissionCheckResultPermissible.hasPermission(@NonNull Collection<Permission> permissions, @NonNull Permission permission) Checks if the collection of given permissions contains a permission that matches the given permission.DefaultPermissionManagement.permissionResult(@NonNull Permissible permissible, @NonNull Permission permission) Checks if the given permissible or any group that is associated with the permissible has the permission, and it is not overriden by another permission with a negative potency.PermissionManagement.permissionResult(@NonNull Permissible permissible, @NonNull Permission permission) Checks if the given permissible or any group that is associated with the permissible has the permission, and it is not overriden by another permission with a negative potency.static PermissionCheckResultReturns the enum constant of this class with the specified name.static PermissionCheckResult[]PermissionCheckResult.values()Returns an array containing the constants of this enum class, in the order they are declared.