All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download uk.gov.gchq.palisade JAR files with all dependencies

Search JAR files by class name

resource-service from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

The Resource Service will accept a request for a resourceId that is being accessed (file or directory) and produce responses for each resource (file) found.

Group: uk.gov.gchq.palisade Artifact: resource-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact resource-service
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-services/tree/develop/resource-service
License Apache License, Version 2.0
Dependencies amount 10
Dependencies common, akka-stream_2.13, akka-stream-kafka_2.13, akka-slf4j_2.13, akka-discovery_2.13, spring-boot-starter-actuator, spring-boot-starter-web, spring-boot-starter-data-r2dbc, r2dbc-h2, spring-boot-starter-data-redis-reactive,
There are maybe transitive dependencies!

policy-service from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

The Policy Service will provide the set of rules (filters or transformations) that need to be applied to each resource that has been requested, based on the user and context.

Group: uk.gov.gchq.palisade Artifact: policy-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact policy-service
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-services/tree/develop/policy-service
License Apache License, Version 2.0
Dependencies amount 10
Dependencies common, akka-stream_2.13, akka-stream-kafka_2.13, akka-slf4j_2.13, akka-discovery_2.13, spring-boot-starter-actuator, spring-boot-starter-web, spring-boot-starter-cache, caffeine, spring-boot-starter-data-redis,
There are maybe transitive dependencies!

palisade-service from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

The Palisade Service is the client-facing entry point into the rest of the Palisade Services, accepting a request and returning a token.

Group: uk.gov.gchq.palisade Artifact: palisade-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact palisade-service
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-services/tree/develop/palisade-service
License Apache License, Version 2.0
Dependencies amount 9
Dependencies common, akka-stream_2.13, akka-stream-kafka_2.13, akka-slf4j_2.13, akka-discovery_2.13, spring-boot-starter, spring-boot-starter-actuator, spring-boot-starter-web, jackson-databind,
There are maybe transitive dependencies!

filtered-resource-service from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

The Filtered-Resource Service sits at the end of the stream pipeline and has the task of returning resources (and their connection details) back to the client.

Group: uk.gov.gchq.palisade Artifact: filtered-resource-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact filtered-resource-service
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-services/tree/develop/filtered-resource-service
License Apache License, Version 2.0
Dependencies amount 11
Dependencies common, akka-stream-typed_2.13, akka-stream-kafka_2.13, akka-slf4j_2.13, akka-http_2.13, akka-http-jackson_2.13, akka-discovery_2.13, spring-boot-starter-actuator, spring-boot-starter-data-jpa, spring-boot-starter-data-redis, h2,
There are maybe transitive dependencies!

data-service from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

The Data Service accepts client requests to retrieve, read, redact and return resources that have been registered through the palisade system.

Group: uk.gov.gchq.palisade Artifact: data-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact data-service
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-services/tree/develop/data-service
License Apache License, Version 2.0
Dependencies amount 11
Dependencies common, akka-stream_2.13, akka-stream-kafka_2.13, akka-slf4j_2.13, akka-http_2.13, akka-http-jackson_2.13, akka-discovery_2.13, spring-boot-starter-actuator, spring-boot-starter-data-jpa, h2, spring-boot-starter-data-redis,
There are maybe transitive dependencies!

audit-service from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

The Audit Service will receive 'success' and 'error' audit messages from any services and use them to produce audit logs, by default throgh logging to stdout.

Group: uk.gov.gchq.palisade Artifact: audit-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact audit-service
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-services/tree/develop/audit-service
License Apache License, Version 2.0
Dependencies amount 9
Dependencies common, akka-stream_2.13, akka-stream-kafka_2.13, akka-slf4j_2.13, akka-discovery_2.13, event-logging, jaxb-runtime, spring-boot-starter-actuator, spring-boot-starter-web,
There are maybe transitive dependencies!

attribute-masking-service from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

The Attribute-Masking Service will persist authorised requests for later use by the Data Service and modify the request that is sent, via Kafka, to the Topic-Offset Service and Filtered-Resource Service.

Group: uk.gov.gchq.palisade Artifact: attribute-masking-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact attribute-masking-service
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-services/tree/develop/attribute-masking-service
License Apache License, Version 2.0
Dependencies amount 10
Dependencies common, akka-stream_2.13, akka-stream-kafka_2.13, akka-slf4j_2.13, akka-discovery_2.13, spring-boot-starter-actuator, spring-boot-starter-web, spring-boot-starter-data-jpa, h2, spring-boot-starter-data-redis,
There are maybe transitive dependencies!

common from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

Palisade common data-types shared between multiple services

Group: uk.gov.gchq.palisade Artifact: common
Show all versions Show documentation Show source 
 

0 downloads
Artifact common
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-common
License Apache License, Version 2.0
Dependencies amount 2
Dependencies jackson-databind, slf4j-api,
There are maybe transitive dependencies!



Page 3 from 3 (items total 28)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy