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

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 1403bdb  JAMES-3343 Extract CassandraMailQueueView initialization into 
a StartUpCheck
     new 989365f  JAMES-3316 Configure session hardcoded prefixes
     new b9e249e  JAMES-3351 Allow only 1 set of credential
     new a16087c  JAMES-3351 Reject request immediately when error
     new 452414b  JAMES-3351 JWT authentication strategy
     new 091a578  JAMES-3351 Basic authentication strategy
     new fffa4b5  JAMES-3351 AccessToken strategy
     new 2ab513b  JAMES-3351 Adapt integration tests
     new 6004806  JAMES-3351 Add message to UnauthorizedException
     new 514d127  JAMES-3351 QueryParameter authentication strategy
     new 0056e7c  JAMES-1644 AccessTokenManagerImplTest should be more stable

The 10 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:
 .../james/jmap/rfc8621/RFC8621MethodsModule.java   | 23 ++++++
 .../apache/james/jmap/JMAPAuthenticationTest.java  | 90 +++++++++++++---------
 .../integration/cucumber/DownloadStepdefs.java     | 12 +--
 .../http/AccessTokenAuthenticationStrategy.java    | 12 ++-
 .../james/jmap/http/AuthenticationRoutes.java      |  1 +
 ...ParameterAccessTokenAuthenticationStrategy.java |  8 +-
 .../draft/crypto/AccessTokenManagerImplTest.java   |  2 +-
 .../AccessTokenAuthenticationStrategyTest.java     | 31 +++++---
 .../apache/james/jmap/http/AuthenticatorTest.java  |  9 +--
 .../jmap/http/JWTAuthenticationStrategyTest.java   | 44 +++++++----
 .../src/test/resources/jmap.properties             |  2 +
 .../rfc8621/contract/AuthenticationContract.scala  | 45 +----------
 .../rfc8621/contract/SessionRoutesContract.scala   | 30 ++++++--
 .../src/test/resources/jmap.properties             |  2 +
 .../jmap/http/BasicAuthenticationStrategy.scala    | 17 ++--
 .../org/apache/james/jmap/http/SessionRoutes.scala |  2 +-
 .../apache/james/jmap/http/SessionSupplier.scala   | 18 ++---
 ...usCode.scala => JmapRfc8621Configuration.scala} | 24 +++++-
 .../apache/james/jmap/http/SessionRoutesTest.scala | 16 ++--
 .../james/jmap/http/SessionSupplierTest.scala      |  5 +-
 .../james/jmap/http/UserCredentialParserTest.scala | 14 ++--
 .../scala/org/apache/james/jmap/json/Fixture.scala |  2 +-
 .../jmap/model/JmapRfc8621ConfigurationTest.scala  | 59 ++++++++++++++
 .../jmap/exceptions/UnauthorizedException.java     |  8 +-
 .../james/jmap/http/AuthenticationStrategy.java    |  7 +-
 .../org/apache/james/jmap/http/Authenticator.java  |  3 +-
 .../james/jmap/jwt/JWTAuthenticationStrategy.java  | 36 ++++-----
 27 files changed, 318 insertions(+), 204 deletions(-)
 create mode 100644 
server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/src/test/resources/jmap.properties
 create mode 100644 
server/protocols/jmap-rfc-8621-integration-tests/memory-jmap-rfc-8621-integration-tests/src/test/resources/jmap.properties
 copy 
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/model/{StatusCode.scala
 => JmapRfc8621Configuration.scala} (53%)
 create mode 100644 
server/protocols/jmap-rfc-8621/src/test/scala/org/apache/james/jmap/model/JmapRfc8621ConfigurationTest.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to