-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from swedenconnect/feature/IS-41-opensaml-5
IS-41 Port to OpenSAML 5 and updates of dependencies
- Loading branch information
Showing
41 changed files
with
439 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2020-2022 Sweden Connect | ||
* Copyright 2020-2023 Sweden Connect | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
@@ -20,7 +20,7 @@ | |
|
||
/** | ||
* Abstract base class for reloadable credentials. | ||
* | ||
* | ||
* @author Martin Lindström ([email protected]) | ||
* @author Stefan Santesson ([email protected]) | ||
*/ | ||
|
@@ -46,10 +46,10 @@ public Supplier<Exception> getTestFunction() { | |
return null; | ||
} | ||
} | ||
|
||
/** | ||
* Assigns a test function for this credential. | ||
* | ||
* | ||
* @param testFunction | ||
* the function | ||
*/ | ||
|
Oops, something went wrong.