public class PermissionsConfigTO extends Object implements TimeStamped, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
key
site-filename key
|
protected ZonedDateTime |
lastUpdated
configuration time stamp
|
protected org.dom4j.Document |
mapping
mappings Document object containing either permissions or role mapping details
|
protected Map<String,Map<String,List<org.dom4j.Node>>> |
permissions |
protected Map<String,List<String>> |
roles |
| Constructor and Description |
|---|
PermissionsConfigTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
ZonedDateTime |
getLastUpdated()
get the last updated date
|
org.dom4j.Document |
getMapping() |
Map<String,Map<String,List<org.dom4j.Node>>> |
getPermissions() |
Map<String,List<String>> |
getRoles() |
void |
setKey(String key) |
void |
setLastUpdated(ZonedDateTime lastUpdated)
set the last updated date
|
void |
setMapping(org.dom4j.Document mapping) |
void |
setPermissions(Map<String,Map<String,List<org.dom4j.Node>>> permissions) |
void |
setRoles(Map<String,List<String>> roles) |
protected String key
protected org.dom4j.Document mapping
protected ZonedDateTime lastUpdated
public void setLastUpdated(ZonedDateTime lastUpdated)
TimeStampedsetLastUpdated in interface TimeStampedpublic ZonedDateTime getLastUpdated()
TimeStampedgetLastUpdated in interface TimeStampedpublic String getKey()
public void setKey(String key)
public org.dom4j.Document getMapping()
public void setMapping(org.dom4j.Document mapping)
Copyright © 2020 CrafterCMS. All rights reserved.