Package org.edg.security.authorization.map

Interface Summary
AttributeMap The standard Java Map extended with some utility functions to ease its use in the particular case that the keys are String (subject) and maps against List of String (attributes).
AttributeMapCreator Creates a Map from a supplied XML definition.
FileMap.FileTypeHandler Inner class that handles different file types
 

Class Summary
AttributeMapFactory AttributeMapFactory Creates a Map from an XML snippet.
CachedMap Class CachedMap A map with constraints on time and/or size.
CachedMapCreator Class CachedMapCreator.
DbMap Class DbMap.
DbMapCreator Class DbMapCreator.
DefaultAttributeMap Default implementation for the AttributeMap interface, that works against a normal Map implemenation.
FileMap Class FileMap.
FileMapCreator Class FileMapCreator.
FileTableHandler A FileTypeHandler that understands flat file tables
GridMapFileHandler A FileTypeHandler that understands gridmap files
GridMapFileTokenizer Helper class for the FileMap, tokenizes a gridmap format.
MyHashtable  
RegexMap Class RegexMap.
RegexMapCreator Class RegexMapCreator.
TableMap Class TableMap.
TableMapCreator Class TableMapCreator.
XmlFileHandler A FileTypeHandler that understands XML files