inappropriate check for null decoder
[java-idp.git] / src /
2007-07-03 lajoieinappropriate check for null decoder
2007-07-03 lajoieallow message decoder to be null as is the case in...
2007-07-03 lajoieoopss, actually need to set the endpoint on the encoder...
2007-07-03 lajoieRedirect, not forward, to remote user authentication...
2007-07-03 lajoieAdd some logging
2007-07-03 lajoieRemove concept of "category" from attribute encoders.
2007-07-02 lajoieUser *asserting* party ID as issuer of messages, not...
2007-07-02 lajoiePopulate subject locality info from configuration or...
2007-06-28 lajoieAdd a few logging messages
2007-06-28 lajoieMake status codes QNames
2007-06-27 lajoieMistakenly used SAML 1 query as top level request eleme...
2007-06-23 putmanbMoving Shibboleth constants down to java-shib-common...
2007-06-22 lajoieUse ShibbolethConstants class consistently (in plave...
2007-06-22 lajoieCorrect typo in constants name.
2007-06-21 lajoieClean up role descriptor discovery code some more,...
2007-06-21 lajoiePick role protocol a bit more sanely in order to keep...
2007-06-21 lajoieGet role descriptors based on SAML 1.0 or 1.1 protocol...
2007-06-20 lajoieCheck if relying party is configured for a particular...
2007-06-20 lajoieRemove custom directory, however extensions are done...
2007-06-20 lajoieAdd a bit of javadoc
2007-06-19 wnorrisadd spring configuration logging
2007-06-19 lajoieBug fixing - round two... now with working shib SSO
2007-06-19 lajoieFirst round of bug fixes on Shib SSO, requests properly...
2007-06-19 lajoieHook in SAML 1 goodness
2007-06-19 lajoieDon't include log4j jar in WAR (does bad things to...
2007-06-18 lajoieFix compile time generics error
2007-06-18 lajoieMore work on authentication handlers; should be complet...
2007-06-17 lajoieDrive relying party endpoint selection off of metadata
2007-06-16 lajoieMore work on SSO, now with basic unit tests (which...
2007-06-16 lajoieSynch up names with some running conventions
2007-06-16 lajoieLots more authentication code cleaning
2007-06-14 lajoieInitial rework of authentication code, needs logging...
2007-06-11 putmanbCleanup generic parameterization ServletRequest vs...
2007-06-10 lajoiecheck SAML versions on requests
2007-06-10 lajoieRemove lats bits of old NameID-based-on-rp-config code
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-06 lajoieAdd authentication request and relying party ID
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
2007-06-01 dmorrrework saml2 authnreq handler to use a requestcontext...
2007-06-01 dmorrchange session key to the right scope
2007-06-01 dmorrd'oh. it helps if you check that we have metadata....
2007-06-01 dmorrprune unused imports
2007-06-01 dmorrin authn manager, check for null sessions and clean...
2007-05-31 dmorrdon't send an error if using artifact, clean up logging
2007-05-31 dmorrclean up the HttpSession, and send failure message...
2007-05-31 lajoieMore SAML attribute query unit test work (and related...
2007-05-30 dmorrrework saml 1 sso handler. it's cleaner and fixes a...
2007-05-30 dmorrcatch SecurityPolicyException in saml2 authnreq handler
2007-05-30 lajoieInitial attribute query test, along with bugfixes,...
2007-05-29 dmorrencode the failure response for saml 2 authnreq
2007-05-29 lajoieRemove old exception. Handlers only throw profile...
2007-05-29 dmorrmake it build again
2007-05-28 lajoieBunch o' bug fixes, all IdP configuration files now...
2007-05-22 dmorrit compiles. will do more fixes tomorrow
2007-05-22 dmorrpathinfo -> requesturi, per email from chad
2007-05-22 lajoieSynch with new profile handler class hierarchy
2007-05-21 lajoieProperly build WAR and install $IDP_HOME
2007-05-21 dmorrsync up with shib-common
2007-05-20 lajoieCorrect package name and source erro
2007-05-20 lajoieInitial configuration code for profile handlers
2007-05-20 lajoieStart of schema for profile handlers
2007-05-19 lajoiemove configuration files into a conf directory (which...
2007-05-18 dmorrusername/pass auth handler - initial rev.
2007-05-18 dmorrre-eclipsify the formatting
2007-05-17 dmorrerr, set the "username" for ip address users
2007-05-16 dmorrREMOTE_USER authN handler
2007-05-16 lajoieSynch with current profile handler interfaces
2007-05-16 lajoieVersion classes for output current version
2007-05-14 dmorrcidr-enabled ip addr authn handler
2007-05-13 lajoieMore work on profile handlers, still have some more...
2007-05-07 dmorrcompile fixes for saml2 authnreq
2007-05-03 lajoieLots of profile request dispatcher work:
2007-04-24 lajoieOverwrite existing code
2007-04-23 lajoieFix generic type problem
2007-04-23 lajoieLots o' profile handler refactoring
2007-04-20 dmorrfixes for saml 2 authnreq
2007-04-20 dmorrmore fixes
2007-04-20 dfisherMoved issuer and destination into the response context.
2007-04-19 dfisherRenamed AttributeQuery to AbstractAttributeQuery.
2007-04-19 dfisherAdded a providerId getter as a convenience.
2007-04-19 dfisherCommented out XMLBuilder code for now so AttributeQuery...
2007-04-17 lajoieremove generic encoding/decoding methods
2007-04-17 lajoieUpdate to use new profile handler code.
2007-04-16 dmorrfixes
2007-04-12 lajoieremove encoding and decoding related items from request...
2007-04-11 lajoieBegin fleshing out request/response profile objects
2007-04-11 lajoieDump remaining old code
2007-04-03 lajoieCreate parser pool interface and move current pool...
2007-03-30 dfisherModified method signatures to use ProfileRequest and...
2007-03-30 dmorrsecond draft of authn request; clean up abstract profil...
2007-03-30 dmorrreformat with eclipse.
2007-03-30 dmorrreformat using eclipse's autoformatter. now if i could...
2007-03-30 dmorrremove javolution; reformat to make Chad happy
2007-03-19 dmorrrough draft of SAML 2 Authn Request handler
2007-03-15 dmorrremove javolution
2007-03-13 dfisherMoving to shib-common
next