[java-identity-provider] branch main updated (42252c612 -> 18d69ad9d)

Rod Widdowson rdw at steadingsoftware.com
Sun Aug 14 09:30:30 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a change to branch main
in repository java-identity-provider.

    from 42252c612 IDP-1992 - Add a DateTimeAttributeValue type
     new d2ad4e682 IDP-1984 WriteAuditLog caches the HttpServletRequest
     new 2d5c14143 IDP-1793 Use Suppliers for HttpRequest/Response
     new 6891f0ae6 IDP-1793 Use Suppliers for HttpRequest/Response
     new c6df351cd IDP-1793  Use Suppliers for HttpRequest/Response
     new 18d69ad9d IDP-1793  Use Suppliers for HttpRequest/Response

The 5 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:
 ...InitializeAdministrativeProfileContextTree.java | 15 ++-------
 .../idp/admin/impl/DoStorageOperationTest.java     |  6 ++--
 ...ializeAdministrativeProfileContextTreeTest.java |  6 +++-
 .../ExtractDuoAuthenticationFromHeadersTest.java   | 10 ++++--
 .../idp/authn/impl/ExtractRemoteUserTest.java      |  8 +++--
 .../authn/impl/ExtractUserAgentAddressTest.java    | 18 +++++++----
 .../authn/impl/ExtractUserAgentIdentifierTest.java | 18 +++++++----
 .../ExtractUsernamePasswordFromBasicAuthTest.java  |  6 +++-
 ...ExtractUsernamePasswordFromFormRequestTest.java | 18 +++++++----
 .../ExtractX509CertificateFromRequestTest.java     | 19 ++++++-----
 .../impl/HTPasswdCredentialValidatorTest.java      | 23 ++++++++------
 .../authn/impl/JAASCredentialValidatorTest.java    | 35 ++++++++++----------
 .../authn/impl/LDAPCredentialValidatorTest.java    | 35 ++++++++++----------
 .../impl/PreserveAuthenticationFlowStateTest.java  | 18 +++++++----
 .../idp/authn/impl/ValidateCredentialsTest.java    | 33 ++++++++++---------
 .../impl/ValidateExternalAuthenticationTest.java   |  5 ++-
 .../idp/authn/impl/ValidateRemoteUserTest.java     |  6 ++--
 .../authn/impl/ValidateUserAgentAddressTest.java   | 19 ++++++-----
 .../X509CertificateCredentialValidatorTest.java    | 19 ++++++-----
 .../proxy/impl/ExtractDiscoveryResponseTest.java   | 16 ++++++----
 .../idp/flows/admin/admin-abstract-beans.xml       |  6 ++--
 .../shibboleth/idp/flows/admin/lockout-beans.xml   |  4 +--
 .../shibboleth/idp/flows/admin/metrics-beans.xml   |  2 +-
 .../idp/flows/admin/reload-metadata-beans.xml      |  2 +-
 .../idp/flows/admin/reload-service-beans.xml       |  2 +-
 .../shibboleth/idp/flows/admin/storage-beans.xml   |  4 +--
 .../idp/flows/admin/unlock-keys-beans.xml          |  4 +--
 .../net/shibboleth/idp/flows/authn/authn-beans.xml |  4 +--
 .../shibboleth/idp/flows/authn/discovery-beans.xml |  2 +-
 .../shibboleth/idp/flows/authn/duo-authn-beans.xml |  4 +--
 .../idp/flows/authn/ipaddress-authn-beans.xml      |  2 +-
 .../idp/flows/authn/password-authn-beans.xml       |  6 ++--
 .../authn/remoteuser-internal-authn-beans.xml      |  2 +-
 .../idp/flows/authn/saml-authn-beans.xml           |  4 +--
 .../idp/flows/authn/x509-internal-authn-beans.xml  |  2 +-
 .../idp/flows/cas/cas-abstract-beans.xml           |  2 +-
 .../net/shibboleth/idp/flows/cas/login-beans.xml   |  2 +-
 .../shibboleth/idp/flows/cas/validate-beans.xml    |  4 +--
 .../client-storage/client-storage-read-beans.xml   |  2 +-
 .../client-storage/client-storage-write-beans.xml  |  2 +-
 .../flows/intercept/attribute-release-beans.xml    |  4 +--
 .../idp/flows/intercept/impersonate-beans.xml      |  4 +--
 .../idp/flows/intercept/terms-of-use-beans.xml     |  4 +--
 .../shibboleth/idp/flows/logout/logout-beans.xml   | 10 +++---
 .../idp/flows/logout/logout-propagation-beans.xml  |  4 +--
 .../idp/flows/saml/saml-abstract-beans.xml         |  4 +--
 .../flows/saml/saml1/artifact-resolution-beans.xml |  2 +-
 .../idp/flows/saml/saml1/attribute-query-beans.xml |  2 +-
 .../idp/flows/saml/saml1/common-beans.xml          |  2 +-
 .../flows/saml/saml2/artifact-resolution-beans.xml |  2 +-
 .../idp/flows/saml/saml2/attribute-query-beans.xml |  2 +-
 .../idp/flows/saml/saml2/common-beans.xml          |  2 +-
 .../idp/flows/saml/saml2/slo-back-beans.xml        |  2 +-
 .../flows/saml/saml2/slo-front-abstract-beans.xml  |  4 +--
 .../idp/flows/saml/saml2/sso-abstract-beans.xml    |  5 ++-
 .../idp/consent/flow/impl/ExtractConsentTest.java  | 18 +++++++----
 .../idp/profile/audit/impl/WriteAuditLog.java      |  9 ++----
 .../idp/profile/audit/impl/WriteAuditLogTest.java  | 17 +++++-----
 .../AddAuthenticationStatementToAssertionTest.java | 35 ++++++++++----------
 .../impl/AddAuthnStatementToAssertionTest.java     | 37 +++++++++++-----------
 .../ProcessAssertionsForAuthenticationTest.java    |  7 ++--
 .../session/impl/PopulateSessionContextTest.java   | 33 ++++++++++---------
 .../idp/session/impl/ProcessLogoutTest.java        | 34 ++++++++++----------
 .../shibboleth/idp/ui/impl/SetRPUIInformation.java | 14 ++------
 64 files changed, 353 insertions(+), 299 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list