Changeset 7535
- Timestamp:
- Nov 27, 2018, 10:54:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/core-extensions.xml
r6432 r7535 262 262 </action-factory> 263 263 </extension> 264 265 <extension 266 id="net.sf.basedb.core.authentication.old-auth-manager" 267 extends="net.sf.basedb.core.authentication-manager" 268 > 269 <about> 270 <name>Old authentication manager</name> 271 <description> 272 Wrapper implementation for supporting the old external 273 authentication style. The implemention is only enabled if 274 the 'auth.driver' settings exists in 'base.config'. 275 </description> 276 </about> 277 <index>999</index> 278 <action-factory> 279 <factory-class>net.sf.basedb.core.authentication.OldAuthenticationWrapperFactory</factory-class> 280 </action-factory> 281 </extension> 282 283 <!-- 284 <extension 285 id="net.sf.basedb.core.filehandler.cdf-validator" 286 extends="net.sf.basedb.core.filehandler.affymetrix.cdf" 287 > 288 <about> 289 <name>CDF file validator</name> 290 <description> 291 Validator and metadata extractor implementation for Affymetrix CDF files. 292 The validation is done by trying to open the file with the Affymetrix 293 Fusion SDK. If this was successful the number of features for the array design 294 is set to the number of probesets in the file. 295 </description> 296 </about> 297 <index>1</index> 298 <action-factory> 299 <factory-class>net.sf.basedb.util.extensions.debug.BeanActionFactory</factory-class> 300 <parameters> 301 <beanClassName>net.sf.basedb.core.filehandler.CdfFileHandler</beanClassName> 302 </parameters> 303 </action-factory> 304 </extension> 305 --> 264 306 265 </extensions>
Note: See TracChangeset
for help on using the changeset viewer.