Now with SAML 1 attribute query goodness (though not yet tested)
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 5 Jun 2007 19:21:07 +0000 (19:21 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 5 Jun 2007 19:21:07 +0000 (19:21 +0000)
commit0a6dd508778f8f0f1841c64b9e28706d87789533
treec8ffcb7db658b78dc872d4eb39719bf22149fd88
parente3f02691bd7d48c3b0eab5624ff06c7332fa156b
Now with SAML 1 attribute query goodness (though not yet tested)

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2233 ab3bd59b-922f-494d-bb5f-6f0a3c29deca
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AbstractSAML1ProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AttributeQuery.java [deleted file]
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AttributeQueryProfileHandler.java [new file with mode: 0644]
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/AbstractAuthenticationRequest.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/AuthenticationRequestException.java [deleted file]
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/AuthenticationRequestProfileHandler.java [new file with mode: 0644]