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() |
Long |
getFeature() |
Long |
getId()
The ID is the primary key of the entity.
|
Map<String,String> |
getName() |
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 Long getFeature()
public Boolean isGroup()
public Long getId()
public Boolean isLeaf()
public Long getParent()
public Boolean isTwoFactorRequired()
public Boolean isWebAppEnabled()
Copyright © 2021. All rights reserved.