summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/util/ShibbolethECP.java
Commit message (Collapse)AuthorAgeFilesLines
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-031-6/+23
| | | | | rework GUI classes to work with GuiManager: use GuiManager.show(<GUI to show>) and GuiManager.openPopup(<popup like About_GUI or ListAllOtherUsers_GUI>) only! static openlinks class (models/links.java deleted). There are keywords to open links, e.g. OpenLinks.openWebpage("faq"). Please see the class.
* ThriftManager class: use getSatClient() and getMasterClient() to get the ↵Jonathan Bauer2015-03-021-5/+27
| | | | | | singleton instances of the thrift clients to satellite and master servers DO NOT CREATE NEW THRIFT OBJECTS!!!
* [client] improved error handling of ShibboECP.Jonathan Bauer2014-12-051-19/+40
| | | | | Now differentiate between auth error (ERROR_IDP) and resource error (ERROR_SP) NO_ERROR indicates it all worked. ERROR_OTHER indicates an internal error (~ Exception)
* [client] preparations for parsing the response of the SPJonathan Bauer2014-12-051-1/+48
|
* [client] minor comment fixesJonathan Bauer2014-12-011-0/+2
|
* [client] reworked bwIDM login to use the ecp-client-leanJonathan Bauer2014-12-011-79/+57Star
|
* [client] bwIDM-Support started, work in progress...Jonathan Bauer2014-10-151-0/+108
big changes in pom.xml, please rebuild everything :)