Package org.jboss.security.authorization
Interface Resource
-
- All Known Implementing Classes:
EJBResource
,JavaEEResource
,POJOResource
,WebResource
public interface Resource
Resource that is subject to Authorization Decisions- Since:
- Jun 11, 2006
- Version:
- $Revision$
- Author:
- Anil Saldhana
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(String key, Object value)
Add key value to context mapResourceType
getLayer()
Map<String,Object>
getMap()
-