BBMRI Authentication Data Transfer Objects

The data transfer objects and some helper classes used in the Perun OpenID Connect flow

License

License

GroupId

GroupId

de.samply
ArtifactId

ArtifactId

bbmri-auth-dto
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

BBMRI Authentication Data Transfer Objects
The data transfer objects and some helper classes used in the Perun OpenID Connect flow
Project URL

Project URL

https://github.com/samply/bbmri-auth-dto
Project Organization

Project Organization

Samply Community
Source Code Management

Source Code Management

https://github.com/samply/bbmri-auth-dto

Download bbmri-auth-dto

How to add to project

<!-- https://jarcasting.com/artifacts/de.samply/bbmri-auth-dto/ -->
<dependency>
    <groupId>de.samply</groupId>
    <artifactId>bbmri-auth-dto</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.samply/bbmri-auth-dto/
implementation 'de.samply:bbmri-auth-dto:2.0.0'
// https://jarcasting.com/artifacts/de.samply/bbmri-auth-dto/
implementation ("de.samply:bbmri-auth-dto:2.0.0")
'de.samply:bbmri-auth-dto:jar:2.0.0'
<dependency org="de.samply" name="bbmri-auth-dto" rev="2.0.0">
  <artifact name="bbmri-auth-dto" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.samply', module='bbmri-auth-dto', version='2.0.0')
)
libraryDependencies += "de.samply" % "bbmri-auth-dto" % "2.0.0"
[de.samply/bbmri-auth-dto "2.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
de.samply : common-config jar 5.1.0
com.nimbusds : nimbus-jose-jwt jar 4.41.2
commons-codec : commons-codec jar 1.10
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider jar 2.9.4

Project Modules

There are no modules declared in this project.

UNMERGED BRANCH -CHANGES FROM OTHER SAMPLY TEAMS MISSING

Data Transfer Objects for Perun

This auth-dto library defines POJOs that you can be use for the Perun identity provider.

Build

Use maven to build the jar:

mvn clean package

Use it as a dependency:

<dependency>
    <groupId>de.samply</groupId>
    <artifactId>bbmri-auth-dto</artifactId>
    <version>VERSION</version>
</dependency>

License

Copyright 2020 The Samply Development Community

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

de.samply

Samply

Versions

Version
2.0.0