| Package | Description |
|---|---|
| org.uberfire.security.client.authz.tree | |
| org.uberfire.security.client.authz.tree.impl |
| Modifier and Type | Method and Description |
|---|---|
PermissionTree |
PermissionTreeFactory.createPermissionTree() |
PermissionTree |
PermissionTreeFactory.createPermissionTree(org.jboss.errai.security.shared.api.Group group) |
PermissionTree |
PermissionTreeFactory.createPermissionTree(org.jboss.errai.security.shared.api.Role role) |
PermissionTree |
PermissionTreeFactory.createPermissionTree(org.jboss.errai.security.shared.api.identity.User user,
VotingStrategy votingStrategy) |
PermissionTree |
PermissionNode.getPermissionTree()
Get the
PermissionTree instance this root node has been attached to. |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionNode.setPermissionTree(PermissionTree tree)
Attach this root node to the given
PermissionTree instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPermissionTree |
| Modifier and Type | Method and Description |
|---|---|
PermissionTree |
DefaultPermissionTreeFactory.createPermissionTree() |
PermissionTree |
DefaultPermissionTreeFactory.createPermissionTree(org.jboss.errai.security.shared.api.Group group) |
PermissionTree |
DefaultPermissionTreeFactory.createPermissionTree(org.jboss.errai.security.shared.api.Role role) |
PermissionTree |
DefaultPermissionTreeFactory.createPermissionTree(org.jboss.errai.security.shared.api.identity.User user,
VotingStrategy votingStrategy) |
PermissionTree |
AbstractPermissionNode.getPermissionTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPermissionNode.setPermissionTree(PermissionTree permissionTree) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.