Protected
descriptionProtected
enableProtected
nameProtected
parentProtected
requireBuild the manager from the current builder state
GdprManagerBuilder
Mark as disabled
GdprGroupBuilder
Mark as enabled
GdprGroupBuilder
End the group using the current builder state
GdprGroupBuilder
Mark as required
GdprGroupBuilder
Start a new disabled group
GdprManagerBuilder
Optional
storage: null | GdprStorage = nullThe storage type of the group
Optional
name: string = ""The name of the group
Optional
description: string = ""The description of the group
Start a new enabled group
GdprManagerBuilder
Optional
storage: null | GdprStorage = nullThe storage type of the group
Optional
name: string = ""The name of the group
Optional
description: string = ""The description of the group
Start a new group
GdprManagerBuilder
The storage type of the group
The name of the group
The description of the group
Start adding a guard
GdprGroupBuilder
Optional
storage: null | GdprStorage = nullThe storage for the guard (by default it uses the group's storage)
Start a new group as required
GdprManagerBuilder
The storage type of the group
The name of the group
The description of the group
Start adding a required guard
GdprGroupBuilder
Optional
storage: null | GdprStorageThe storage for the guard (by default it uses the group's storage)
Set the storage of the group
GdprGroupBuilder
The new storage for the group
Set the description of the group
GdprGroupBuilder
The new description for the group
Add a disabled guard
GdprGroupBuilder
The name of the guard
Optional
description: string = ""The description of the guard
Optional
storage: null | GdprStorage = nullThe storage of the guard
Add an enabled guard
GdprGroupBuilder
The name of the guard
Optional
description: string = ""The description of the guard
Optional
storage: null | GdprStorage = nullThe storage of the guard
Set the name of the group
GdprGroupBuilder
The new name for the group
Static
createFactory for a group builder
GdprGroupBuilder
The parent manager builder
The name of the group
Optional
description: string = ""The description of the group
Optional
storage: null | GdprStorage = nullThe storage of the group
Optional
enabled: boolean = trueWhether or not the group should be enabled
Optional
required: boolean = falseWhether or not the group should be required
Static
makeFactory for a builder
GdprManagerBuilder
Builder for a gdpr group
Export