Interface UserPermissionCheck

    • Method Detail

      • my

        UserPermissionCheck my​(Permission... myPermission)
        Informs the permission to be checked when the checked user is the logged user. If empty permissions are given, grants if the logged user is the same as the base user, but not if logged in as restricted operator. If null permissions are given, never grants if the logged user is the same as the base user.
      • user

        UserPermissionCheck user​(Permission... userPermission)
        Informs the permission to be checked when the checked user is not the logged user. If no permission is given, grants if the logged user manages the base user. If null permissions are given, never grants if the logged user manages the the base user.