More work on authentication handlers; should be complete now except for testing
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 18 Jun 2007 15:29:19 +0000 (15:29 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 18 Jun 2007 15:29:19 +0000 (15:29 +0000)
commit150a27f25dcbcf293f92f1acc43b1b7913124150
treea5d580f4ab81deb34f2744e5560cc1ed12e93087
parentd5a218d98c27e6804e432796b54b195845abc6c1
More work on authentication handlers; should be complete now except for testing

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2249 ab3bd59b-922f-494d-bb5f-6f0a3c29deca
15 files changed:
resources/META-INF/spring.handlers
resources/META-INF/spring.schemas
resources/classpath/schema/shibboleth-2.0-idp-profile-handler.xsd [moved from resources/classpath/schema/shibboleth-2.0-idp-profile.xsd with 79% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/AbstractAuthenticationHandlerBeanDefinitionParser.java [new file with mode: 0644]
src/edu/internet2/middleware/shibboleth/idp/config/profile/AbstractAuthenticationHandlerFactoryBean.java [new file with mode: 0644]
src/edu/internet2/middleware/shibboleth/idp/config/profile/ProfileHandlerNamespaceHandler.java
src/edu/internet2/middleware/shibboleth/idp/config/profile/RemoteUserAuthenticationHandlerBeanDefinitionParser.java [new file with mode: 0644]
src/edu/internet2/middleware/shibboleth/idp/config/profile/RemoteUserAuthenticationHandlerFactoryBean.java [new file with mode: 0644]
src/edu/internet2/middleware/shibboleth/idp/profile/IdPProfileHandlerManager.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AbstractSAML1ProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/ShibbolethSSOProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/AbstractSAML2ProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/SSOProfileHandler.java
tests/data/conf1/handler.xml
tests/edu/internet2/middleware/shibboleth/idp/system/conf1/SAML2SSOTestCase.java