2007-07-03 |
lajoie | inappropriate check for null decoder |
tree | commitdiff |
2007-07-03 |
lajoie | allow message decoder to be null as is the case in... |
tree | commitdiff |
2007-07-03 |
lajoie | oopss, actually need to set the endpoint on the encoder... |
tree | commitdiff |
2007-07-03 |
lajoie | Redirect, not forward, to remote user authentication... |
tree | commitdiff |
2007-07-03 |
lajoie | Add some logging |
tree | commitdiff |
2007-07-03 |
lajoie | Remove concept of "category" from attribute encoders. |
tree | commitdiff |
2007-07-02 |
lajoie | User *asserting* party ID as issuer of messages, not... |
tree | commitdiff |
2007-07-02 |
lajoie | Populate subject locality info from configuration or... |
tree | commitdiff |
2007-06-28 |
lajoie | Add a few logging messages |
tree | commitdiff |
2007-06-28 |
lajoie | Make status codes QNames |
tree | commitdiff |
2007-06-27 |
lajoie | Mistakenly used SAML 1 query as top level request eleme... |
tree | commitdiff |
2007-06-23 |
putmanb | Moving Shibboleth constants down to java-shib-common... |
tree | commitdiff |
2007-06-22 |
lajoie | Use ShibbolethConstants class consistently (in plave... |
tree | commitdiff |
2007-06-22 |
lajoie | Correct typo in constants name. |
tree | commitdiff |
2007-06-21 |
lajoie | Clean up role descriptor discovery code some more,... |
tree | commitdiff |
2007-06-21 |
lajoie | Pick role protocol a bit more sanely in order to keep... |
tree | commitdiff |
2007-06-21 |
lajoie | Get role descriptors based on SAML 1.0 or 1.1 protocol... |
tree | commitdiff |
2007-06-20 |
lajoie | Check if relying party is configured for a particular... |
tree | commitdiff |
2007-06-20 |
lajoie | Remove custom directory, however extensions are done... |
tree | commitdiff |
2007-06-20 |
lajoie | Add a bit of javadoc |
tree | commitdiff |
2007-06-19 |
wnorris | add spring configuration logging |
tree | commitdiff |
2007-06-19 |
lajoie | Bug fixing - round two... now with working shib SSO |
tree | commitdiff |
2007-06-19 |
lajoie | First round of bug fixes on Shib SSO, requests properly... |
tree | commitdiff |
2007-06-19 |
lajoie | Hook in SAML 1 goodness |
tree | commitdiff |
2007-06-19 |
lajoie | Don't include log4j jar in WAR (does bad things to... |
tree | commitdiff |
2007-06-18 |
lajoie | Fix compile time generics error |
tree | commitdiff |
2007-06-18 |
lajoie | More work on authentication handlers; should be complet... |
tree | commitdiff |
2007-06-17 |
lajoie | Drive relying party endpoint selection off of metadata |
tree | commitdiff |
2007-06-16 |
lajoie | More work on SSO, now with basic unit tests (which... |
tree | commitdiff |
2007-06-16 |
lajoie | Synch up names with some running conventions |
tree | commitdiff |
2007-06-16 |
lajoie | Lots more authentication code cleaning |
tree | commitdiff |
2007-06-14 |
lajoie | Initial rework of authentication code, needs logging... |
tree | commitdiff |
2007-06-11 |
putmanb | Cleanup generic parameterization ServletRequest vs... |
tree | commitdiff |
2007-06-10 |
lajoie | check SAML versions on requests |
tree | commitdiff |
2007-06-10 |
lajoie | Remove lats bits of old NameID-based-on-rp-config code |
tree | commitdiff |
2007-06-09 |
lajoie | Reworked Shib SSO profile handler |
tree | commitdiff |
2007-06-08 |
lajoie | Configuration code for SAML 2 SSO profile handler |
tree | commitdiff |
2007-06-07 |
lajoie | More refactoring, moving more into the abstract SAML... |
tree | commitdiff |
2007-06-06 |
lajoie | Add authentication request and relying party ID |
tree | commitdiff |
2007-06-05 |
lajoie | Now with SAML 1 attribute query goodness (though not... |
tree | commitdiff |
2007-06-04 |
lajoie | Policy based NameID format and assertion signing code |
tree | commitdiff |
2007-06-04 |
lajoie | Lots of code cleanup |
tree | commitdiff |
2007-06-01 |
dmorr | rework saml2 authnreq handler to use a requestcontext... |
tree | commitdiff |
2007-06-01 |
dmorr | change session key to the right scope |
tree | commitdiff |
2007-06-01 |
dmorr | d'oh. it helps if you check that we have metadata.... |
tree | commitdiff |
2007-06-01 |
dmorr | prune unused imports |
tree | commitdiff |
2007-06-01 |
dmorr | in authn manager, check for null sessions and clean... |
tree | commitdiff |
2007-05-31 |
dmorr | don't send an error if using artifact, clean up logging |
tree | commitdiff |
2007-05-31 |
dmorr | clean up the HttpSession, and send failure message... |
tree | commitdiff |
2007-05-31 |
lajoie | More SAML attribute query unit test work (and related... |
tree | commitdiff |
2007-05-30 |
dmorr | rework saml 1 sso handler. it's cleaner and fixes a... |
tree | commitdiff |
2007-05-30 |
dmorr | catch SecurityPolicyException in saml2 authnreq handler |
tree | commitdiff |
2007-05-30 |
lajoie | Initial attribute query test, along with bugfixes,... |
tree | commitdiff |
2007-05-29 |
dmorr | encode the failure response for saml 2 authnreq |
tree | commitdiff |
2007-05-29 |
lajoie | Remove old exception. Handlers only throw profile... |
tree | commitdiff |
2007-05-29 |
dmorr | make it build again |
tree | commitdiff |
2007-05-28 |
lajoie | Bunch o' bug fixes, all IdP configuration files now... |
tree | commitdiff |
2007-05-22 |
dmorr | it compiles. will do more fixes tomorrow |
tree | commitdiff |
2007-05-22 |
dmorr | pathinfo -> requesturi, per email from chad |
tree | commitdiff |
2007-05-22 |
lajoie | Synch with new profile handler class hierarchy |
tree | commitdiff |
2007-05-21 |
lajoie | Properly build WAR and install $IDP_HOME |
tree | commitdiff |
2007-05-21 |
dmorr | sync up with shib-common |
tree | commitdiff |
2007-05-20 |
lajoie | Correct package name and source erro |
tree | commitdiff |
2007-05-20 |
lajoie | Initial configuration code for profile handlers |
tree | commitdiff |
2007-05-20 |
lajoie | Start of schema for profile handlers |
tree | commitdiff |
2007-05-19 |
lajoie | move configuration files into a conf directory (which... |
tree | commitdiff |
2007-05-18 |
dmorr | username/pass auth handler - initial rev. |
tree | commitdiff |
2007-05-18 |
dmorr | re-eclipsify the formatting |
tree | commitdiff |
2007-05-17 |
dmorr | err, set the "username" for ip address users |
tree | commitdiff |
2007-05-16 |
dmorr | REMOTE_USER authN handler |
tree | commitdiff |
2007-05-16 |
lajoie | Synch with current profile handler interfaces |
tree | commitdiff |
2007-05-16 |
lajoie | Version classes for output current version |
tree | commitdiff |
2007-05-14 |
dmorr | cidr-enabled ip addr authn handler |
tree | commitdiff |
2007-05-13 |
lajoie | More work on profile handlers, still have some more... |
tree | commitdiff |
2007-05-07 |
dmorr | compile fixes for saml2 authnreq |
tree | commitdiff |
2007-05-03 |
lajoie | Lots of profile request dispatcher work: |
tree | commitdiff |
2007-04-24 |
lajoie | Overwrite existing code |
tree | commitdiff |
2007-04-23 |
lajoie | Fix generic type problem |
tree | commitdiff |
2007-04-23 |
lajoie | Lots o' profile handler refactoring |
tree | commitdiff |
2007-04-20 |
dmorr | fixes for saml 2 authnreq |
tree | commitdiff |
2007-04-20 |
dmorr | more fixes |
tree | commitdiff |
2007-04-20 |
dfisher | Moved issuer and destination into the response context. |
tree | commitdiff |
2007-04-19 |
dfisher | Renamed AttributeQuery to AbstractAttributeQuery. |
tree | commitdiff |
2007-04-19 |
dfisher | Added a providerId getter as a convenience. |
tree | commitdiff |
2007-04-19 |
dfisher | Commented out XMLBuilder code for now so AttributeQuery... |
tree | commitdiff |
2007-04-17 |
lajoie | remove generic encoding/decoding methods |
tree | commitdiff |
2007-04-17 |
lajoie | Update to use new profile handler code. |
tree | commitdiff |
2007-04-16 |
dmorr | fixes |
tree | commitdiff |
2007-04-12 |
lajoie | remove encoding and decoding related items from request... |
tree | commitdiff |
2007-04-11 |
lajoie | Begin fleshing out request/response profile objects |
tree | commitdiff |
2007-04-11 |
lajoie | Dump remaining old code |
tree | commitdiff |
2007-04-03 |
lajoie | Create parser pool interface and move current pool... |
tree | commitdiff |
2007-03-30 |
dfisher | Modified method signatures to use ProfileRequest and... |
tree | commitdiff |
2007-03-30 |
dmorr | second draft of authn request; clean up abstract profil... |
tree | commitdiff |
2007-03-30 |
dmorr | reformat with eclipse. |
tree | commitdiff |
2007-03-30 |
dmorr | reformat using eclipse's autoformatter. now if i could... |
tree | commitdiff |
2007-03-30 |
dmorr | remove javolution; reformat to make Chad happy |
tree | commitdiff |
2007-03-19 |
dmorr | rough draft of SAML 2 Authn Request handler |
tree | commitdiff |
2007-03-15 |
dmorr | remove javolution |
tree | commitdiff |
2007-03-13 |
dfisher | Moving to shib-common |
tree | commitdiff |
next |