|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.sunxacml.finder.ResourceFinderModule
org.jboss.security.xacml.locators.ResourceLocator
public class ResourceLocator
Resource Finder Module The following methods need to be overridden in your locator
ResourceFinderModule.findChildResources(org.jboss.security.xacml.sunxacml.attr.AttributeValue, org.jboss.security.xacml.sunxacml.EvaluationCtx),
ResourceFinderModule.findDescendantResources(org.jboss.security.xacml.sunxacml.attr.AttributeValue, org.jboss.security.xacml.sunxacml.EvaluationCtx)| Field Summary |
|---|
| Fields inherited from interface org.jboss.security.xacml.interfaces.AbstractLocator |
|---|
ATTRIBUTE_DESIGNATOR_INTEGER_TAG, ATTRIBUTE_DESIGNATOR_SUPPORT_TAG, ATTRIBUTE_SELECTOR_SUPPORT_TAG, ATTRIBUTE_SUPPORTED_ID_TAG, IDENTIFIER_TAG, RESOURCE_CHILD_SUPPORTED_TAG, RESOURCE_DESCENDANT_SUPPORTED_TAG |
| Constructor Summary | |
|---|---|
ResourceLocator()
|
|
| Method Summary | ||
|---|---|---|
|
get(String key)
Get an element from the map |
|
String |
getIdentifier()
Returns this module's identifier. |
|
boolean |
isChildSupported()
Returns true if this module supports finding resources with the "Children" scope. |
|
boolean |
isDescendantSupported()
Returns true if this module supports finding resources with the "Descendants" scope. |
|
|
set(String key,
T obj)
Set an object on the map |
|
void |
setOptions(List<Option> options)
Set a list of options on the locator |
|
| Methods inherited from class org.jboss.security.xacml.sunxacml.finder.ResourceFinderModule |
|---|
findChildResources, findChildResources, findDescendantResources, findDescendantResources, invalidateCache |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceLocator()
| Method Detail |
|---|
public void setOptions(List<Option> options)
AbstractLocator
setOptions in interface AbstractLocatorpublic <T> T get(String key)
ContextMapOp
get in interface ContextMapOpT - object from the mapkey - Key
public <T> void set(String key,
T obj)
ContextMapOp
set in interface ContextMapOpkey - Key for the mapobj - Object to be placedpublic String getIdentifier()
ResourceFinderModule
getIdentifier in class ResourceFinderModulepublic boolean isChildSupported()
ResourceFinderModule
isChildSupported in class ResourceFinderModulepublic boolean isDescendantSupported()
ResourceFinderModule
isDescendantSupported in class ResourceFinderModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||