[java-identity-provider] branch main updated (e3b353c44 -> 21d6e014d)
Scott Cantor
cantor.2 at osu.edu
Mon Aug 1 17:17:02 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository java-identity-provider.
from e3b353c44 IDP-1981 - Build Predicate based on RevocationCache
new a1712ef4b IDP-1988 - Build Predicate based on AttributeResolver
new 21d6e014d Update component API calls.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../impl/AttributeRevocationCondition.java | 260 +++++++++++++++++++++
.../impl/AttributeRevocationConditionTest.java | 172 ++++++++++++++
.../impl/RevocationCacheConditionTest.java | 6 +-
.../net/shibboleth/idp/conf/authn-system.xml | 9 +-
.../src/main/resources/conf/authn/authn.properties | 2 +-
5 files changed, 443 insertions(+), 6 deletions(-)
create mode 100644 idp-authn-impl/src/main/java/net/shibboleth/idp/authn/revocation/impl/AttributeRevocationCondition.java
create mode 100644 idp-authn-impl/src/test/java/net/shibboleth/idp/authn/revocation/impl/AttributeRevocationConditionTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list