More refactoring, moving more into the abstract SAML 2 profile handler
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 7 Jun 2007 23:30:35 +0000 (23:30 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 7 Jun 2007 23:30:35 +0000 (23:30 +0000)
commit7b1e05420bddc7ac621b1a6251b57624ffba4167
tree098ef6ee4f29d4cf660d8b63c5e725fe6281e9a6
parent59889638da1ad88791926c7661ec94982f2291e9
More refactoring, moving more into the abstract SAML 2 profile handler
Better handling of errors, more informative StatusMessage
Rework authentication request profile handler (not yet tested)

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2236 ab3bd59b-922f-494d-bb5f-6f0a3c29deca
src/edu/internet2/middleware/shibboleth/idp/authn/Saml2LoginContext.java
src/edu/internet2/middleware/shibboleth/idp/profile/AbstractSAMLProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/AbstractAuthenticationRequest.java [deleted file]
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/AuthenticationRequestBrowserPost.java [deleted file]
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/AuthenticationRequestProfileHandler.java