This is an automated email from the ASF dual-hosted git repository.
dgriffon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from d8e611d UNOMI-446 update session assigned rule increment action (#272)
add 47b63f1 UNOMI-453: provide authentication configuration on REST
endpoints, al… (#275)
No new revisions were added by this update.
Summary of changes:
package/src/main/resources/etc/users.properties | 2 +-
rest/pom.xml | 6 ++
.../java/org/apache/unomi/rest/RestServer.java | 26 ++++--
.../rest/authentication/AuthenticationFilter.java | 99 ++++++++++++++++++++++
.../authentication/AuthorizingInterceptor.java | 57 +++++++++++++
.../authentication/RestAuthenticationConfig.java | 62 ++++++++++++++
.../impl/DefaultRestAuthenticationConfig.java | 60 +++++++++++++
7 files changed, 306 insertions(+), 6 deletions(-)
create mode 100644
rest/src/main/java/org/apache/unomi/rest/authentication/AuthenticationFilter.java
create mode 100644
rest/src/main/java/org/apache/unomi/rest/authentication/AuthorizingInterceptor.java
create mode 100644
rest/src/main/java/org/apache/unomi/rest/authentication/RestAuthenticationConfig.java
create mode 100644
rest/src/main/java/org/apache/unomi/rest/authentication/impl/DefaultRestAuthenticationConfig.java