avaje-jersey-usersecurity
Plumbing for setting SecurityContext in Jersey and method level security checking
License |
License |
---|---|
Categories |
CategoriesSecurity Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.avaje |
ArtifactId | ArtifactIdavaje-jersey-usersecurity |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionavaje-jersey-usersecurity
This is for Java artifacts. It primarily is designed around testing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.avaje/avaje-jersey-usersecurity/ -->
<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-jersey-usersecurity</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.avaje/avaje-jersey-usersecurity/
implementation 'org.avaje:avaje-jersey-usersecurity:1.2.1'
// https://jarcasting.com/artifacts/org.avaje/avaje-jersey-usersecurity/
implementation ("org.avaje:avaje-jersey-usersecurity:1.2.1")
'org.avaje:avaje-jersey-usersecurity:jar:1.2.1'
<dependency org="org.avaje" name="avaje-jersey-usersecurity" rev="1.2.1">
<artifact name="avaje-jersey-usersecurity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.avaje', module='avaje-jersey-usersecurity', version='1.2.1')
)
libraryDependencies += "org.avaje" % "avaje-jersey-usersecurity" % "1.2.1"
[org.avaje/avaje-jersey-usersecurity "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
javax.annotation : jsr250-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.slf4j : slf4j-api | jar | 1.7.5 |
com.sun.jersey : jersey-server | jar | [1.17.1] |
org.springframework : spring-web | jar | [3.0.5.RELEASE] |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
Plumbing for setting SecurityContext in Jersey and method level security checking