| Package | Description |
|---|---|
| com.sitewhere.web.rest.controllers | |
| com.sitewhere.web.rest.model |
| Modifier and Type | Method and Description |
|---|---|
List<GrantedAuthorityHierarchyNode> |
AuthoritiesController.getAuthoritiesHierarchy()
Get the hierarchy of granted authorities.
|
| Modifier and Type | Method and Description |
|---|---|
protected static GrantedAuthorityHierarchyNode |
GrantedAuthorityHierarchyBuilder.create(com.sitewhere.spi.user.IGrantedAuthority auth)
Create a node from an authority.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GrantedAuthorityHierarchyNode> |
GrantedAuthorityHierarchyBuilder.build(List<com.sitewhere.spi.user.IGrantedAuthority> auths)
Build hierarchy from a list of authorities.
|
List<GrantedAuthorityHierarchyNode> |
GrantedAuthorityHierarchyNode.getItems() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
GrantedAuthorityHierarchyBuilder.addChildren(GrantedAuthorityHierarchyNode node,
List<com.sitewhere.spi.user.IGrantedAuthority> auths)
Add children for the given node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrantedAuthorityHierarchyNode.setItems(List<GrantedAuthorityHierarchyNode> items) |
Copyright © 2016 SiteWhere, LLC.. All rights reserved.