License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.atlassian.asap |
ArtifactId | ArtifactIdspring-security-webflux |
Last Version | Last Version2.26.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASAP - Server - WebFlux Spring Security Support
Java library that implements the ASAP protocol for service to service authentication using Json Web Tokens (JWT)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.atlassian.asap/spring-security-webflux/ -->
<dependency>
<groupId>com.atlassian.asap</groupId>
<artifactId>spring-security-webflux</artifactId>
<version>2.26.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.asap/spring-security-webflux/
implementation 'com.atlassian.asap:spring-security-webflux:2.26.0'
// https://jarcasting.com/artifacts/com.atlassian.asap/spring-security-webflux/
implementation ("com.atlassian.asap:spring-security-webflux:2.26.0")
'com.atlassian.asap:spring-security-webflux:jar:2.26.0'
<dependency org="com.atlassian.asap" name="spring-security-webflux" rev="2.26.0">
<artifact name="spring-security-webflux" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.asap', module='spring-security-webflux', version='2.26.0')
)
libraryDependencies += "com.atlassian.asap" % "spring-security-webflux" % "2.26.0"
[com.atlassian.asap/spring-security-webflux "2.26.0"]
Group / Artifact | Type | Version |
---|---|---|
com.atlassian.asap : asap-common | jar | 2.26.0 |
com.atlassian.asap : asap-server-spring-security | jar | 2.26.0 |
org.springframework : spring-web | jar | 5.0.12.RELEASE |
org.springframework.security : spring-security-core | jar | 5.0.12.RELEASE |
org.springframework.security : spring-security-web | jar | 5.0.12.RELEASE |
io.projectreactor : reactor-core | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.assertj : assertj-core | jar | 3.10.0 |
org.springframework : spring-test | jar | 5.0.12.RELEASE |
org.springframework.security : spring-security-config | jar | 5.0.12.RELEASE |
org.springframework : spring-webflux | jar | 5.0.12.RELEASE |
org.eclipse.jetty : jetty-server | jar | 9.3.7.v20160115 |
org.eclipse.jetty : jetty-servlet | jar | 9.3.7.v20160115 |
com.atlassian.asap : asap-integration-tests | jar | 2.26.0 |
com.atlassian.asap : asap-server-core | jar | 2.26.0 |