Fix SIDP-85; SAML 1 endpoint would have exhibited the same problem
[java-idp.git] / src / edu / internet2 / middleware / shibboleth / idp / profile / saml2 / AttributeQueryProfileHandler.java
2007-12-15 lajoieFix SIDP-85; SAML 1 endpoint would have exhibited the...
2007-11-23 lajoieFix bug SIDP-58
2007-11-07 lajoieDon't create empty attribute statements when no attribu...
2007-11-05 lajoieAttempt to fix some NPEs when information is not availa...
2007-11-01 lajoieActually provide the SecurityPolicyResolver to the...
2007-10-30 lajoieSecurity policy work round two, now wired into the IdP
2007-10-29 lajoieMerge in new logging system.
2007-10-24 wnorrisbetter handling when endpoints are accessed directly...
2007-09-18 lajoieSAML 2 artifact unit tests and associated bug fixes
2007-09-07 lajoieSAML 2 Attribute query unit test and bug fixes
2007-09-07 lajoieSAML 1 Attribute Query unit test and bug fixes
2007-09-06 lajoieHave decoders extract basic SAML message information...
2007-08-24 lajoieActually set the artifact type for the outbound message...
2007-08-18 lajoieCode clean up
2007-08-14 lajoieFinish synch up with OpenSAML stack message context...
2007-08-13 lajoieMostly synched with OpenSAML changes
2007-07-12 lajoieExtract information from decoders and store in requests...
2007-07-11 lajoieImplement no attribute push more effeciently
2007-07-11 lajoieDeal with selecting relying party endpoint sooner and...
2007-07-09 lajoiePopulate relay state in outgoing messages
2007-06-20 lajoieCheck if relying party is configured for a particular...
2007-06-18 lajoieFix compile time generics error
2007-06-17 lajoieDrive relying party endpoint selection off of metadata
2007-06-10 lajoiecheck SAML versions on requests
2007-06-09 lajoieReworked Shib SSO profile handler
2007-06-08 lajoieConfiguration code for SAML 2 SSO profile handler
2007-06-07 lajoieMore refactoring, moving more into the abstract SAML...
2007-06-05 lajoieNow with SAML 1 attribute query goodness (though not...
2007-06-04 lajoiePolicy based NameID format and assertion signing code
2007-06-04 lajoieLots of code cleanup