Spring AAA Plugin

Enable Spring Application Developer to use OSGL-AAA library to implement Authentication, Authorization and Accounting

License

License

GroupId

GroupId

org.osgl
ArtifactId

ArtifactId

spring-aaa
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Spring AAA Plugin
Enable Spring Application Developer to use OSGL-AAA library to implement Authentication, Authorization and Accounting
Project Organization

Project Organization

OSGL (Open Source General Library)
Source Code Management

Source Code Management

https://github.com/greenlaw110/spring-aaa

Download spring-aaa

How to add to project

<!-- https://jarcasting.com/artifacts/org.osgl/spring-aaa/ -->
<dependency>
    <groupId>org.osgl</groupId>
    <artifactId>spring-aaa</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/spring-aaa/
implementation 'org.osgl:spring-aaa:1.0.1'
// https://jarcasting.com/artifacts/org.osgl/spring-aaa/
implementation ("org.osgl:spring-aaa:1.0.1")
'org.osgl:spring-aaa:jar:1.0.1'
<dependency org="org.osgl" name="spring-aaa" rev="1.0.1">
  <artifact name="spring-aaa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='spring-aaa', version='1.0.1')
)
libraryDependencies += "org.osgl" % "spring-aaa" % "1.0.1"
[org.osgl/spring-aaa "1.0.1"]

Dependencies

compile (8)

Group / Artifact Type Version
org.osgl : aaa-core jar 1.3.0
org.osgl : osgl-tool jar 1.7.2
org.rythmengine : spring-rythm jar 1.2.2
junit : junit jar 4.12
org.mockito : mockito-core jar 2.9.0
org.slf4j : slf4j-api jar 1.7.25
org.osgl : osgl-version jar 2.0.0-BETA-1
org.osgl : osgl-ut jar 2.0.0-BETA-1

provided (6)

Group / Artifact Type Version
org.springframework : spring-core jar 3.2.18.RELEASE
org.springframework : spring-context jar 3.2.18.RELEASE
org.springframework : spring-context-support jar 3.2.18.RELEASE
org.springframework : spring-web jar 3.2.18.RELEASE
org.springframework : spring-webmvc jar 3.2.18.RELEASE
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.

spring-aaa

integrate osgl-aaa into spring framework

Versions

Version
1.0.1
1.0.0
0.1