- getAuthorizationManager() - Method in class org.uberfire.security.client.authz.AuthorizationManagerHelper
-
- getChildrenPermissions(PermissionNode) - Method in class org.uberfire.security.client.authz.tree.impl.DefaultPermissionTree
-
- getChildrenResourceIds(PermissionNode) - Method in class org.uberfire.security.client.authz.tree.impl.DefaultPermissionTree
-
- getChildrenResourceIds(PermissionNode) - Method in interface org.uberfire.security.client.authz.tree.PermissionTree
-
- getDependencies(Permission) - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getDependencies(Permission) - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
Get the dependencies (if any) attached to a given permission instance.
- getLevel() - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getLevel() - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
A number indicating at what specific levels this node is placed within the
PermissionTree
- getMaxNodes() - Method in class org.uberfire.security.client.authz.tree.impl.DefaultLoadOptions
-
- getMaxNodes() - Method in interface org.uberfire.security.client.authz.tree.LoadOptions
-
The maximum number of nodes to load.
- getNodeFullName() - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getNodeFullName() - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
Retrieves the full name to display for the given node.
- getNodeName() - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getNodeName() - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
Retrieves the name to display for the given node.
- getNodeNamePattern() - Method in class org.uberfire.security.client.authz.tree.impl.DefaultLoadOptions
-
- getNodeNamePattern() - Method in interface org.uberfire.security.client.authz.tree.LoadOptions
-
A string pattern used to match the nodes to load.
- getParentNode() - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getParentNode() - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
Get the parent node.
- getPermissionDenyName(Permission) - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getPermissionDenyName(Permission) - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
Retrieves the name to display for the deny action.
- getPermissionGrantName(Permission) - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getPermissionGrantName(Permission) - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
Retrieves the name to display for the grant action.
- getPermissionList() - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getPermissionList() - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
The list of permissions attached to this node.
- getPermissions() - Method in class org.uberfire.security.client.authz.tree.impl.DefaultPermissionTree
-
- getPermissions() - Method in interface org.uberfire.security.client.authz.tree.PermissionTree
-
Get the collection of permissions this tree has been initiliazed with
- getPermissionTree() - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getPermissionTree() - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
- getPermissionTreeProvider() - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getPermissionTreeProvider() - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
Get the provider instance that built this node instance.
- getPositionInTree() - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getPositionInTree() - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
The position of the node within the permission tree.
- getProperty(String) - Method in class org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
- getProperty(String) - Method in interface org.uberfire.security.client.authz.tree.PermissionNode
-
Get a property attached to this node
- getResourceIds() - Method in class org.uberfire.security.client.authz.tree.impl.DefaultLoadOptions
-
- getResourceIds() - Method in interface org.uberfire.security.client.authz.tree.LoadOptions
-
The resource identifiers to take into account when loading the children nodes.
- getResourceName() - Method in interface org.uberfire.security.client.authz.tree.HasResources
-
Retrieves the name of the resource (if any) this node is handling.
- getResourceName() - Method in class org.uberfire.security.client.authz.tree.impl.PermissionResourceNode
-
- getRootNodes() - Method in class org.uberfire.security.client.authz.tree.impl.DefaultPermissionTree
-
- getRootNodes() - Method in interface org.uberfire.security.client.authz.tree.PermissionTree
-
Get the root nodes of the tree.
- getUser() - Method in class org.uberfire.security.client.authz.AuthorizationManagerHelper
-