blob: 83551a87f135d566867cfdf8a0b03372b041a6bc [file] [log] [blame]
Matthew Flaherty760e5f32008-02-28 18:04:34 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.2"?>
3<plugin>
4
5 <extension-point id="loginConfigurationProvider" name="%configProviderName" schema="schema/loginConfigurationProvider.exsd"/>
6 <extension-point id="loginModule" name="%loginModuleExtName" schema="schema/loginModule.exsd"/>
7 <extension-point id="callbackHandler" name="%callbackHandlerExtName" schema="schema/callbackHandler.exsd"/>
8 <extension-point id="callbackHandlerMapping" name="%callbackMappingExtName" schema="schema/callbackHandlerMapping.exsd"/>
9
10 <extension-point id="secureStorage" name="%secureStorageName" schema="schema/secureStorage.exsd"/>
Oleg Besedin243e2bc2008-03-17 21:41:54 +000011 <extension-point id="internalUI" name="%internalUIname" schema="schema/internalUI.exsd"/>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000012
13</plugin>