spring-keycloak-odata

Expose OData interface and Secure using the Keycloak

License

License

Categories

Categories

Data KeY Data Formats Formal Verification Keycloak Security
GroupId

GroupId

org.teiid
ArtifactId

ArtifactId

spring-keycloak-odata
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

spring-keycloak-odata
Expose OData interface and Secure using the Keycloak
Project URL

Project URL

http://teiid.org/spring-keycloak-odata

Download spring-keycloak-odata

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.teiid : spring-odata jar 1.0.3
org.springframework.security : spring-security-core jar
org.springframework.boot : spring-boot-starter-security jar
org.keycloak : keycloak-spring-boot-starter jar

Project Modules

There are no modules declared in this project.

Build Status

Teiid Spring Boot Starter

Primary purpose of teiid-spring-boot is to enable Teiid in Spring Boot applications. The Teiid can be added using Maven dependency below to your Spring Boot application pom.xml file.

<dependency>
   <groupId>org.teiid</groupId>
   <artifactId>teiid-spring-boot-starter</artifactId>
   <version>{{ book.versionNumber }}</version>
</dependency>

Key Features:

  • Enables Teiid for Spring Boot applications

  • Supports translators/connectors auto-detection

  • Enable Externalized .yml/.properties based configuration

  • Supports VDB building using Spring style Annotations.

Refer to User Guide for more details.

Build

Enter the following:

$ git clone https://github.com/<yourname>/teiid-spring-boot.git
$ cd teiid-spring-boot
$ mvn clean install

The directory structure is defined as follows:

/teiid-spring-boot
    /starter -> Main Bootstrapping application
    /data -> Contains all the different data sources that Teiid supports (RDBMS is implicitly supported)
    /odata -> starter app for providing the odata support
    /samples -> various examples show casing different data sources
    /starter-test -> tests
    /docs -> Documents

How to do a release

git pull upstream master
mvn -DautoVersionSubmodules=true clean package release:prepare
mvn release:perform
org.teiid

Teiid

Open Source Data Virtualization Platform

Versions

Version
1.0.3