Uses of Interface
org.uberfire.security.client.authz.tree.PermissionTree
-
Packages that use PermissionTree Package Description org.uberfire.security.client.authz.tree org.uberfire.security.client.authz.tree.impl -
-
Uses of PermissionTree in org.uberfire.security.client.authz.tree
Methods in org.uberfire.security.client.authz.tree that return PermissionTree Modifier and Type Method Description PermissionTreePermissionTreeFactory. createPermissionTree()PermissionTreePermissionTreeFactory. createPermissionTree(org.jboss.errai.security.shared.api.Group group)PermissionTreePermissionTreeFactory. createPermissionTree(org.jboss.errai.security.shared.api.identity.User user, org.uberfire.security.authz.VotingStrategy votingStrategy)PermissionTreePermissionTreeFactory. createPermissionTree(org.jboss.errai.security.shared.api.Role role)PermissionTreePermissionNode. getPermissionTree()Get thePermissionTreeinstance this root node has been attached to.Methods in org.uberfire.security.client.authz.tree with parameters of type PermissionTree Modifier and Type Method Description voidPermissionNode. setPermissionTree(PermissionTree tree)Attach this root node to the givenPermissionTreeinstance. -
Uses of PermissionTree in org.uberfire.security.client.authz.tree.impl
Classes in org.uberfire.security.client.authz.tree.impl that implement PermissionTree Modifier and Type Class Description classDefaultPermissionTreeMethods in org.uberfire.security.client.authz.tree.impl that return PermissionTree Modifier and Type Method Description PermissionTreeDefaultPermissionTreeFactory. createPermissionTree()PermissionTreeDefaultPermissionTreeFactory. createPermissionTree(org.jboss.errai.security.shared.api.Group group)PermissionTreeDefaultPermissionTreeFactory. createPermissionTree(org.jboss.errai.security.shared.api.identity.User user, org.uberfire.security.authz.VotingStrategy votingStrategy)PermissionTreeDefaultPermissionTreeFactory. createPermissionTree(org.jboss.errai.security.shared.api.Role role)PermissionTreeAbstractPermissionNode. getPermissionTree()Methods in org.uberfire.security.client.authz.tree.impl with parameters of type PermissionTree Modifier and Type Method Description voidAbstractPermissionNode. setPermissionTree(PermissionTree permissionTree)
-