public interface Resource
| Modifier and Type | Method and Description |
|---|---|
default List<Resource> |
getDependencies()
A list of dependent resources.
|
String |
getIdentifier()
An identifier that is unique among all the resources of the same type (see
getResourceType()). |
default ResourceType |
getResourceType()
Get the resource type classifier
|
String getIdentifier()
getResourceType()).default ResourceType getResourceType()
default List<Resource> getDependencies()
The dependency list is used for instance to determine if a user can access a given resource. Should the access to all its dependencies is denied, it is denied for this instance as well.
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.