License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-sso-oauth2 |
Last Version | Last Version1.0.29 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionButor Framework WEB - SSO OAuth2 module
This project contains the OAuth 2 filter to be included in webapps that needs to validate an OAuth 2 token
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
butor-sso-oauth2-1.0.29.pom | |
butor-sso-oauth2-1.0.29.jar | 20 KB |
butor-sso-oauth2-1.0.29-sources.jar | 17 KB |
butor-sso-oauth2-1.0.29-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-sso-oauth2/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-sso-oauth2</artifactId>
<version>1.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-sso-oauth2/
implementation 'com.butor:butor-sso-oauth2:1.0.29'
// https://jarcasting.com/artifacts/com.butor/butor-sso-oauth2/
implementation ("com.butor:butor-sso-oauth2:1.0.29")
'com.butor:butor-sso-oauth2:jar:1.0.29'
<dependency org="com.butor" name="butor-sso-oauth2" rev="1.0.29">
<artifact name="butor-sso-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-sso-oauth2', version='1.0.29')
)
libraryDependencies += "com.butor" % "butor-sso-oauth2" % "1.0.29"
[com.butor/butor-sso-oauth2 "1.0.29"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.oltu.oauth2 : org.apache.oltu.oauth2.authzserver | jar | 1.0.0 |
org.apache.oltu.oauth2 : org.apache.oltu.oauth2.resourceserver-filter | jar | 1.0.0 |
com.butor : butor-sso | jar | 1.0.29 |
Group / Artifact | Type | Version |
---|---|---|
com.hazelcast : hazelcast-all | jar | 3.7.6 |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.24 |
org.mockito : mockito-all | jar | 1.8.5 |
org.springframework : spring-test | jar | 4.3.2.RELEASE |
junit : junit | jar | 4.12 |