PermissionBinding.DefinitionStages.WithPermission Interface

public static interface PermissionBinding.DefinitionStages.WithPermission

The stage of the PermissionBinding definition allowing to specify permission.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPermission(PermissionType permission)

Specifies the permission property: The allowed permission..

Method Details

withPermission

public abstract PermissionBinding.DefinitionStages.WithCreate withPermission(PermissionType permission)

Specifies the permission property: The allowed permission..

Parameters:

permission - The allowed permission.

Returns:

the next definition stage.

Applies to