summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/util/ShibbolethECP.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-172/+0Star
|
* [client] more error handling changes for BWIDM AuthJonathan Bauer2015-07-061-58/+32Star
|
* [client] reworked exceptions handling of BWIDM authJonathan Bauer2015-07-061-3/+5
|
* [client] bwIDM Authentication implemented, yet to be finalized.Jonathan Bauer2015-07-031-2/+3
|
* 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 :)