public class Permission extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
description |
protected Long |
feature |
protected Boolean |
group |
protected Long |
id |
protected Boolean |
leaf |
protected Map<String,String> |
name |
protected Long |
parent |
protected List<Long> |
pathToRoot |
protected Map<String,String> |
title |
protected Boolean |
twoFactorRequired |
protected Boolean |
webAppEnabled |
| Constructor and Description |
|---|
Permission() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDescription()
The description of the object translated into different languages.
|
Long |
getFeature() |
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getName()
The name of the object translated into different languages.
|
Long |
getParent() |
List<Long> |
getPathToRoot() |
Map<String,String> |
getTitle() |
int |
hashCode() |
Boolean |
isGroup() |
Boolean |
isLeaf() |
Boolean |
isTwoFactorRequired() |
Boolean |
isWebAppEnabled() |
String |
toString() |
protected Long feature
protected Boolean group
protected Long id
protected Boolean leaf
protected Long parent
protected Boolean twoFactorRequired
protected Boolean webAppEnabled
public Map<String,String> getDescription()
public Long getFeature()
public Boolean isGroup()
public Long getId()
public Boolean isLeaf()
public Map<String,String> getName()
public Long getParent()
public Boolean isTwoFactorRequired()
public Boolean isWebAppEnabled()
Copyright © 2023. All rights reserved.