summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/AbstractAuthenticationManager.java
AgeCommit message (Collapse)AuthorFilesLines
2022-11-30chore(core): switch log-level to INFO because log-level classification will ↵Thomas1-1/+1
be done by centrial error-handling
2022-01-08[fix] solve circular dependencies between 'AuthenticationManager', ↵Thomas1-13/+22
'ModuleRegistration', and 'AuthModule' implementations
2021-04-21some small updates in central error-handlingThomas1-1/+1
2019-12-05some code code-style modificationsThomas1-41/+35
active code-quality checks!
2019-12-04to some more code quality tasksThomas1-11/+7
2019-12-04common EGIZ code-style refactoringThomas Lenz1-340/+364
2019-11-12refactor AuthModule interface to inject current IRequest into selectProcess ↵Thomas Lenz1-16/+16
method
2019-04-11refactor protocol finalization to support protocol response without final ↵Thomas Lenz1-2/+4
redirect
2018-09-13fix typo in license header1.0.2Thomas Lenz1-2/+2
2018-07-25fix bug in auth/AbstractAuthenticationManager.java which adds http header ↵Thomas Lenz1-3/+8
names without toLowerCase()
2018-07-13some updates and bugfixesThomas Lenz1-1/+1
2018-07-12some more updatesThomas Lenz1-8/+30
2018-06-26initial commitThomas Lenz1-0/+341