summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/auth
Commit message (Collapse)AuthorAgeFilesLines
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-083-178/+0Star
|
* [client] user feedback when login fails.Jonathan Bauer2015-07-081-0/+6
| | | | | Need to change TAuthorizationException received on failed login by a TAuthenticationException, then we can actually do a proper handling of that error
* [client] authenticator for the direct masterserver loginJonathan Bauer2015-07-081-0/+50
|
* [client] more error handling changes for BWIDM AuthJonathan Bauer2015-07-062-5/+40
|
* [client] reworked exceptions handling of BWIDM authJonathan Bauer2015-07-062-12/+6Star
|
* [client] bwIDM Authentication implemented, yet to be finalized.Jonathan Bauer2015-07-033-9/+93
|
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-032-11/+9Star
| | | | | 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-1/+0Star
| | | | | | singleton instances of the thrift clients to satellite and master servers DO NOT CREATE NEW THRIFT OBJECTS!!!
* oopsJonathan Bauer2014-09-111-0/+12