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

    Modifier and Type
    Method
    Description
    static Resource
    Make a simple resource reference with the given name
     
  • Method Details

    • getId

      String getId()
    • fromName

      static Resource fromName(String named)
      Make a simple resource reference with the given name
      Parameters:
      named -
      Returns:
      a resource