Some refactoring in profile handlers to expose explicit methods for the determination
[java-idp.git] / src /
2009-07-21 putmanbSome refactoring in profile handlers to expose explicit...
2009-07-20 putmanbProfile handler should use its getProfileId() method...
2009-07-17 lajoieFix up some javadocs
2009-07-16 lajoieFix error page URL
2009-07-10 putmanbFix logging message, not enough format placeholders...
2009-07-08 putmanbRefactor inbound message decoder selection into a disti...
2009-07-08 lajoieWhen binding a login context to a cookie also bind...
2009-07-06 putmanbRefactor outbound message encoder selection into a...
2009-07-06 putmanbCheck the inbound SAML message context slot, not the...
2009-07-03 lajoieMake user session available via public API, finishes...
2009-07-03 lajoiehttps://bugs.internet2.edu/jira/browse/SIDP-258
2009-07-02 lajoiehttps://bugs.internet2.edu/jira/browse/SIDP-281
2009-07-01 lajoieAllow login handler to return an exception and allow...
2009-07-01 lajoiehttps://bugs.internet2.edu/jira/browse/SIDP-265
2009-07-01 lajoieAdd # marks before things that aren't metrics to make...
2009-07-01 lajoiehttps://bugs.internet2.edu/jira/browse/SIDP-292
2009-07-01 lajoieProvide flags for retaining public and private user...
2009-07-01 lajoieInitial work on new Status handler - SIDP-324
2009-06-30 lajoieFix SIDP-261
2009-06-30 lajoieFix https://bugs.internet2.edu/jira/browse/SIDP-322
2009-06-30 lajoieDecrease log level of message - SIDP-318
2009-06-23 lajoieRevert change in rev 2833
2009-06-18 putmanbAdd 2 post-processing methods, so subclasses get a...
2009-05-14 putmanbSIDP-310: Change default relying-party.xml settings...
2009-05-07 lajoieExpose servlet init property to enable storing of passw...
2009-04-30 putmanbSIDP-306: Remove ClientCertAuth rule from SAML 2 SSO...
2009-04-21 putmanbSync up code broken by recent JOST-28 fix.
2009-03-03 lajoiefix minor bug that could occur if two null subjects...
2009-03-03 lajoieLog plan NameID value even if it is encrypted later...
2009-03-03 lajoieUse $IDP_SCOPE$ to populate IdP scope in conf-tmpl...
2009-03-03 lajoieAdd default signing credential to Anonymous relying...
2009-03-03 lajoieFix incorrect null check - SIDP-277
2009-03-02 lajoieQuote principal name in database connector in example...
2009-03-02 lajoieRemove reference to external schema file so that the...
2009-02-26 cantorSet endorsed property based on location of batch file.
2009-02-25 putmanbChange related to JXT-49.
2009-02-24 cantorPartial fix for SIDP-187, use ClassRef in place of...
2009-01-19 lajoieImplement Serializable
2009-01-13 lajoieLog JAAS exception occurring during login - SIDP274
2008-12-23 lajoieFix module version number
2008-12-19 lajoieFix metadata profile handler MIME type - SIDP-262
2008-12-19 lajoieNote that disabling cookies will cause problems - SIDP-267
2008-12-19 lajoieMake IdP display its metadata when you hit the entity...
2008-12-15 lajoieFix NPE in container-managed loging error page
2008-12-13 lajoieOptimize collection usage
2008-12-12 lajoieOptimize collection usage
2008-12-02 lajoiemake sure old library versions are properly cleaned...
2008-12-01 lajoieBack out last change. This isn't right.
2008-12-01 lajoieMake sure AuthN engine checks that the actual authentic...
2008-11-27 lajoiePrevous session is used if the user has an existing...
2008-11-27 lajoieFix case where login handler returns a different authen...
2008-11-27 lajoieA bit more logging
2008-11-27 lajoieAdd a bit of logging
2008-11-26 lajoieClean up some code so that requests contexts are always...
2008-11-26 lajoieSigning code in profile handlers and encoders should...
2008-11-26 lajoiePreviousSession INFO message printed as ERROR message...
2008-11-26 lajoieAuthenticationEngine::returnToAuthenticationEngine...
2008-11-26 lajoieIdPSessionFilter throws ArrayIndexOutOfBoundsException...
2008-11-08 cantorFix misnamed role name.
2008-11-03 cantorMissing closing tag.
2008-11-03 lajoiefix bug during clean build
2008-11-03 lajoieEnsure the servlet API (needed by the aacli) is on...
2008-10-31 lajoieUndo the move of a public interface, which constitued...
2008-10-29 lajoieCatch all throwables coming from the JAAS layer in...
2008-10-29 rdwSIDP 243. Quote IDP_HOME when testing for existance...
2008-10-29 lajoieRemove deserialization work from SAML2 Login context...
2008-10-29 lajoieMake it easier to use other replication services within...
2008-10-28 lajoieensure the session cookie value are being properly...
2008-10-27 lajoieonly apply session filter to profile requests
2008-10-27 lajoieAdd a few logging statements
2008-10-27 lajoieAdd some more info to log
2008-10-27 lajoieFix null check and error message
2008-10-24 lajoieFix up all unit tests
2008-10-20 lajoieSwitch options so that people aren't confused by what...
2008-10-15 lajoieAttempt to fix address checking when IPv6 addresses...
2008-10-15 lajoieFix typo in method signature - SIDP-233
2008-10-15 lajoieEnsure WAR is regenerated and installed even - SIDP-237
2008-10-09 lajoieAdd RequiredValidUntil filter in to default config
2008-10-07 lajoieFix bug introduced with previous fix
2008-10-06 lajoieBack out changed related to resource backed metadata...
2008-10-04 lajoieAdd IdP's metadata by default in order to support artifact
2008-10-02 lajoieChange error message handling around authentication...
2008-09-26 putmanbSIDP-228: Improve error reporting in SAML 2 profile...
2008-09-26 putmanbSIDP-27: Default relying-party.xml has SAML2-specific...
2008-09-23 lajoieFix class cast exception
2008-09-22 lajoieAttempted fix for SIDP-212, still needs to be tested
2008-09-19 lajoieAdd optional, but on by default, check to ensure that...
2008-09-19 lajoieDo not take information from request parameters which...
2008-09-16 lajoieAdd version and supported specification information...
2008-09-05 lajoieExcample Terracotta configuration file
2008-09-03 lajoieMake installer script better handle upgrades
2008-09-03 lajoieRemove some logging messages
2008-09-02 lajoieFix NPEs caused by getting the wrong message from the...
2008-09-02 lajoieAdd StoraeService implementaiton that produces events...
2008-08-31 lajoieMissed a file during last commit
2008-08-31 lajoieRework authentication and session management code:
2008-08-28 lajoieFix up static SAML metadata provider and add it to...
2008-08-07 lajoieUpgrade to latest VT LDAP lib - SC-46
2008-07-24 lajoieRemove most defaults from schemas - SIDP-204
2008-07-23 lajoieAdd bouncy castle to the jars included on the installer...
next