[java-opensaml] branch main updated (dbaaa8549 -> 3cdd69c3c)
Scott Cantor
cantor.2 at osu.edu
Fri Aug 5 18:42:05 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository java-opensaml.
from dbaaa8549 Add additional method override to default expiration.
add 3cdd69c3c OSJ-358 - Turn Revocation/ReplayCache into interfaces/implementations
No new revisions were added by this update.
Summary of changes:
.../java/org/opensaml/storage/ReplayCache.java | 129 +---------
.../java/org/opensaml/storage/RevocationCache.java | 262 ++-------------------
.../storage/impl/StorageServiceReplayCache.java | 25 +-
.../impl/StorageServiceRevocationCache.java | 113 ++-------
...est.java => StorageServiceReplayCacheTest.java} | 14 +-
...java => StorageServiceRevocationCacheTest.java} | 19 +-
6 files changed, 78 insertions(+), 484 deletions(-)
copy opensaml-storage-api/src/main/java/org/opensaml/storage/ReplayCache.java => opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/StorageServiceReplayCache.java (89%)
copy opensaml-storage-api/src/main/java/org/opensaml/storage/RevocationCache.java => opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/StorageServiceRevocationCache.java (74%)
rename opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/{ReplayCacheTest.java => StorageServiceReplayCacheTest.java} (93%)
rename opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/{RevocationCacheTest.java => StorageServiceRevocationCacheTest.java} (92%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list