Skip to contents

This class models a GeoServer access control list rule

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer access control list rule

Details

Geoserver REST API Access Control List Rule

Note

Abstract class

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

geosapi::GSRESTResource -> GSRule

Methods

Inherited methods


Method new()

Initializes a GSRule

Usage

GSRule$new(xml = NULL, domain = c("layers", "services", "rest"))

Arguments

xml

an object of class xml_node-class

domain

the access control domain


Method encode()

Encodes as XML

Usage

GSRule$encode()

Returns

an object of class xml_node-class


Method decode()

Decodes from XML

Usage

GSRule$decode(xml)

Arguments

xml

an object of class xml_node-class


Method clone()

The objects of this class are cloneable with this method.

Usage

GSRule$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.