Class POJOResource
- java.lang.Object
-
- org.picketbox.core.authorization.resources.POJOResource
-
-
Constructor Summary
Constructors Constructor Description POJOResource(Object obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String key, Object value)
Add key value to context mapvoid
add(Map<String,Object> m)
ResourceType
getLayer()
Map<String,Object>
getMap()
-
-
-
Constructor Detail
-
POJOResource
public POJOResource(Object obj)
-
-
Method Detail
-
getLayer
public ResourceType getLayer()
-
-