public class AccessControlRegistryImpl extends Object implements 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 AccessControlRegistrypublic Set<String> getResources(String token)
getResources in interface AccessControlRegistrypublic Set<String> getOperations(String token)
getOperations in interface AccessControlRegistrypublic boolean isRecursive(String token)
isRecursive in interface AccessControlRegistryCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.