Remove throws clause on constructor, since it can't possibly throw any exceptions.
[java-idp.git] / src / edu / internet2 / middleware / shibboleth / aa / AAResponder.java
2004-02-22 nlevittRemove throws clause on constructor, since it can't...
2004-02-10 wassaFix background thread cleanup.
2004-01-29 wassaAA compiles again.
2003-04-07 wassaStart of AA conversion to attribute resolver.
2003-03-05 wassaUgly Hack Alert!!!
2003-03-04 wassaTypo was causing ldap lookups to fail.
2003-03-03 wassaFixed NullPointerException on incorrect or missing...
2003-02-24 wassaDeleted unneeded imports.
2003-01-29 wassaReplaced AA ARP processing.
2002-11-24 wassaAdded code to re-establish JNDI connections when they...
2002-10-19 wassaExtended the ShibAttribute interface to accept a recipi...
2002-10-18 wassaFixed ClassCastException using newer Sun JNDI implement...
2002-10-17 wassaSeparate catch for SAMLExceptions on attribute serializ...
2002-10-10 wassaIf the responder cannot find an attribute class, it...
2002-09-17 wassaCleanup of the interfaces to the Arp Repository.
2002-09-16 wassaAdded proper package names so that AA will compile...
2002-09-06 doustiNow the user context in LDAP can be found with a search...
2002-06-26 doustiAdded logging.
2002-06-25 wassaAdded Shibboleth license to java source files.
2002-06-24 doustiAdded title and auther for AA classes.
2002-06-18 doustiMoved the processing of the Handle to Servlet from...
2002-06-17 doustiChanged the way Saml attributes are created. Now every...
2002-06-17 doustiAdded using HandleServer code
2002-06-14 doustiFixed the extra "=" in EPPN
2002-06-11 dousti*** empty log message ***
2002-06-11 dousti*** empty log message ***
2002-06-07 wassaUpdated package names so things will compile.
2002-06-07 doustiInitail Version