Package org.jboss.security.acl
Interface ACLResourceFactory
-
public interface ACLResourceFactory
This interface provides a factory for
Resource
s.- Author:
- Stefan Guilhen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource
instantiateResource(String resourceClassName, Object id)
Creates an instance of theResource
with the specified class name and id.
-
-
-
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 theResource
.id
- the unique identifier of theResource
.- Returns:
- a reference to the instantiated
Resource
.
-
-