Add support for an explicit set of outgoing bindings
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sun, 8 Jul 2007 14:28:12 +0000 (14:28 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sun, 8 Jul 2007 14:28:12 +0000 (14:28 +0000)
commit704a89f54c14cd6229921c4ee05a69c301c4bb37
treef55baf9d4049f545287b22acc5fba5a836368c93
parent51c7142da2297783d24f93517262f1e8a2a713c8
Add support for an explicit set of outgoing bindings
Some code organizing

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2296 ab3bd59b-922f-494d-bb5f-6f0a3c29deca
14 files changed:
resources/classpath/schema/shibboleth-2.0-idp-profile-handler.xsd
src/edu/internet2/middleware/shibboleth/idp/config/profile/ProfileHandlerNamespaceHandler.java
src/edu/internet2/middleware/shibboleth/idp/config/profile/authn/AbstractAuthenticationHandlerBeanDefinitionParser.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/AbstractAuthenticationHandlerBeanDefinitionParser.java with 94% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/authn/AbstractAuthenticationHandlerFactoryBean.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/AbstractAuthenticationHandlerFactoryBean.java with 97% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/authn/RemoteUserAuthenticationHandlerBeanDefinitionParser.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/RemoteUserAuthenticationHandlerBeanDefinitionParser.java with 90% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/authn/RemoteUserAuthenticationHandlerFactoryBean.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/RemoteUserAuthenticationHandlerFactoryBean.java with 96% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/saml1/AbstractSAML1ProfileHandlerBeanDefinitionParser.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/AbstractSAML1ProfileHandlerBeanDefinitionParser.java with 85% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/saml1/SAML1AttributeQueryProfileHandlerBeanDefinitionParser.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/SAML1AttributeQueryProfileHandlerBeanDefinitionParser.java with 86% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/saml1/ShibbolethSSOProfileHandlerBeanDefinitionParser.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/ShibbolethSSOProfileHandlerBeanDefinitionParser.java with 82% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/saml2/AbstractSAML2ProfileHandlerBeanDefinitionParser.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/AbstractSAML2ProfileHandlerBeanDefinitionParser.java with 85% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/saml2/SAML2AttributeQueryProfileHandlerBeanDefinitionParser.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/SAML2AttributeQueryProfileHandlerBeanDefinitionParser.java with 91% similarity]
src/edu/internet2/middleware/shibboleth/idp/config/profile/saml2/SAML2SSOProfileHandlerBeanDefinitionParser.java [moved from src/edu/internet2/middleware/shibboleth/idp/config/profile/SAML2SSOProfileHandlerBeanDefinitionParser.java with 84% similarity]
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/ShibbolethSSOProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/SSOProfileHandler.java