Revision 5518
Added by ben leinfelder about 14 years ago
metacat.properties | ||
---|---|---|
137 | 137 |
#datamanager.srb.endpoint= |
138 | 138 |
#datamanager.srb.machinename= |
139 | 139 |
|
140 |
######## Plugin section ####################################### |
|
141 |
plugin.handlers= |
|
142 |
|
|
140 | 143 |
######## Authentication and LDAP ############################################## |
141 | 144 |
|
142 | 145 |
auth.class=edu.ucsb.nceas.metacat.AuthLdap |
Also available in: Unified diff
include MetacatHandlerPlugin interface so that other projects [semtools] can extend the actions handled by Metcat without editing the codebase directly. The SemtoolsPlugin is the prototype for this and can be registered using the Metacat admin interface. Note that the plugin implementation class and supporting jars must be included in the webapp in order for the request to be handled correctly (the semtools build is injecting these as part of it's build process).