This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 34a323d  Recording .gitmergeinfo Changes
     new 2122d9f  Adding OAuth public client tests
     new 258584a  Adding OAuth PKCE Digest tests

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:
 .../oauth2/common/JCacheOAuthDataProviderImpl.java |  17 +-
 .../security/oauth2/common/OAuth2TestUtils.java    |  34 ++
 .../security/oauth2/grants/PublicClientTest.java   | 351 +++++++++++++++++++++
 ...ver-jcache-jwt.xml => grants-server-public.xml} |  81 +++--
 .../jaxrs/security/oauth2/grants/publicclient.xml} |   6 +-
 5 files changed, 459 insertions(+), 30 deletions(-)
 create mode 100644 
systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/grants/PublicClientTest.java
 copy 
systests/rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oauth2/grants/{grants-negative-server-jcache-jwt.xml
 => grants-server-public.xml} (70%)
 copy 
systests/{ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/subjectconf/client-noauth.xml
 => 
rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oauth2/grants/publicclient.xml}
 (93%)

Reply via email to