Uses of Interface
org.uberfire.security.client.authz.tree.PermissionTreeProvider
-
Packages that use PermissionTreeProvider Package Description org.uberfire.security.client.authz.tree org.uberfire.security.client.authz.tree.impl -
-
Uses of PermissionTreeProvider in org.uberfire.security.client.authz.tree
Methods in org.uberfire.security.client.authz.tree that return PermissionTreeProvider Modifier and Type Method Description PermissionTreeProviderPermissionNode. getPermissionTreeProvider()Get the provider instance that built this node instance.Methods in org.uberfire.security.client.authz.tree with parameters of type PermissionTreeProvider Modifier and Type Method Description voidPermissionNode. setPermissionTreeProvider(PermissionTreeProvider provider)Set the provider instance that built this node instance. -
Uses of PermissionTreeProvider in org.uberfire.security.client.authz.tree.impl
Methods in org.uberfire.security.client.authz.tree.impl that return PermissionTreeProvider Modifier and Type Method Description PermissionTreeProviderAbstractPermissionNode. getPermissionTreeProvider()Methods in org.uberfire.security.client.authz.tree.impl with parameters of type PermissionTreeProvider Modifier and Type Method Description voidAbstractPermissionNode. setPermissionTreeProvider(PermissionTreeProvider permissionTreeProvider)Constructors in org.uberfire.security.client.authz.tree.impl with parameters of type PermissionTreeProvider Constructor Description PermissionGroupNode(PermissionTreeProvider provider)PermissionResourceNode(String resourceName, PermissionTreeProvider provider)Constructor parameters in org.uberfire.security.client.authz.tree.impl with type arguments of type PermissionTreeProvider Constructor Description DefaultPermissionTreeFactory(org.uberfire.security.authz.PermissionManager permissionManager, Collection<PermissionTreeProvider> permissionTreeProviderSet)
-