Interface ACLResourceFactory


  • public interface ACLResourceFactory

    This interface provides a factory for Resources.

    Author:
    Stefan Guilhen
    • Method Detail

      • instantiateResource

        Resource instantiateResource​(String resourceClassName,
                                     Object id)

        Creates an instance of the Resource with the specified class name and id.

        Parameters:
        resourceClassName - the fully-qualified class name of the Resource.
        id - the unique identifier of the Resource.
        Returns:
        a reference to the instantiated Resource.