Deprecated API

Deprecated Classes
org.edg.security.info.VOMSInfo
          This is to warn any developer that this code will be replaced by org.edg.security.voms.VOMSInfo in the near-term future. 
 

Deprecated Fields
org.edg.security.authorization.AuthorizationManager.theAuthorizationManager
          OLLE 030220: Don't use the singleton anymore -- will go away ASAP. 
 

Deprecated Methods
org.edg.security.authorization.AuthorizationManager.getInstance()
          It was a bad idea to have a singleton instance of this object 
org.edg.security.authorization.map.RegexMap.keySet()
          What does this mean? The regex key set or all possible keys that matches those regexes? Unsupported for now... 
org.edg.security.authorization.map.CachedMap.size()
          Hmm... what to return here? The current size of the cache or the size of the underlying Map? Unsupported for now...