Drive relying party endpoint selection off of metadata
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sun, 17 Jun 2007 14:27:07 +0000 (14:27 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Sun, 17 Jun 2007 14:27:07 +0000 (14:27 +0000)
commitd5a218d98c27e6804e432796b54b195845abc6c1
tree6a2089288b04888550b51ef89eac28acfbb61b9a
parente54adf05a583f82a31d79aaf3f8c541ff5f550eb
Drive relying party endpoint selection off of metadata
SAML 2 SSO bug fixes and working unit tests
Carry party metadata in requests contexts

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2248 ab3bd59b-922f-494d-bb5f-6f0a3c29deca
resources/classpath/schema/shibboleth-2.0-idp-profile.xsd
src/edu/internet2/middleware/shibboleth/idp/config/profile/SAML2SSOProfileHandlerBeanDefinitionParser.java
src/edu/internet2/middleware/shibboleth/idp/profile/AbstractSAMLProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AbstractSAML1ProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AttributeQueryProfileHandler.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/AttributeQueryProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/SSOProfileHandler.java
tests/edu/internet2/middleware/shibboleth/idp/system/conf1/SAML2SSOTestCase.java