This class models a GeoServer access control list service rule
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer access control list service rule
Super classes
geosapi::GSRESTResource -> geosapi::GSRule -> GSRestRule
Methods
Method new()
Initializes a GSLayerRule
Usage
GSRestRule$new(
xml = NULL,
pattern,
methods,
permission = c("r", "w", "a"),
roles
)Arguments
xmlan object of class xml_node-class
patterna URL Ant pattern, only applicable for domain
rest. Default is/**methodsHTTP method(s)
permissionthe rule permission, either
r(read),w(write) ora(administer)rolesone or more roles to add for the rule