|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.authorization.map.RegexMapCreator
Class RegexMapCreator. Creates a RegexMap from the following XML snippet:
<!-- the supplied "config" node --> <map type="regex"> <!-- the underlying map to treat as a regex table --> <map> </map> </map>
RegexMap
,
AttributeMapCreator
,
AttributeMapFactory
Constructor Summary | |
RegexMapCreator()
|
Method Summary | |
java.util.Map |
create(AttributeMapFactory factory,
org.w3c.dom.Element config)
Method create. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegexMapCreator()
Method Detail |
public java.util.Map create(AttributeMapFactory factory, org.w3c.dom.Element config) throws java.lang.Exception
AttributeMapCreator
create
in interface AttributeMapCreator
config
- The configuration.
java.lang.Exception
- In case of an initialization errorAttributeMapCreator.create(AttributeMapFactory, Element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |