Package io.continual.iam.access
Interface Resource
- All Known Subinterfaces:
ProtectedResource
- All Known Implementing Classes:
SimpleResource
public interface Resource
A resource is a general thing that can be identified by an ID. The system can associate
ACLs with the resource indirectly.
-
Method Summary
-
Method Details
-
getId
String getId() -
fromName
Make a simple resource reference with the given name- Parameters:
named-- Returns:
- a resource
-