public class AccessControlRegistryImpl extends Object implements org.jboss.as.console.client.plugins.AccessControlRegistry
| Constructor and Description |
|---|
AccessControlRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getOperations(String token) |
Set<String> |
getResources(String token) |
Set<String> |
getTokens() |
boolean |
isRecursive(String token) |
public Set<String> getTokens()
getTokens in interface org.jboss.as.console.client.plugins.AccessControlRegistrypublic Set<String> getResources(String token)
getResources in interface org.jboss.as.console.client.plugins.AccessControlRegistrypublic Set<String> getOperations(String token)
getOperations in interface org.jboss.as.console.client.plugins.AccessControlRegistrypublic boolean isRecursive(String token)
isRecursive in interface org.jboss.as.console.client.plugins.AccessControlRegistryCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.