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

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 6164a86  SLF4J upgrade
     new 840282a  Adding OAuth public client tests
     new 563b1ec  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