This class models a GeoServer access control list layer rule
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer access control list layer rule
Super classes
geosapi::GSRESTResource -> geosapi::GSRule -> GSLayerRule
Methods
Method new()
Initializes a GSLayerRule
Usage
GSLayerRule$new(
xml = NULL,
ws = NULL,
lyr,
permission = c("r", "w", "a"),
roles
)Arguments
xmlan object of class xml_node-class
wsthe resource workspace. Default is
NULLlyrthe target layer to which the access control should be added
permissionthe rule permission, either
r(read),w(write) ora(administer)rolesone or more roles to add for the rule