Coder Social home page Coder Social logo

iandeveseleer / keycloak-admin-client-jersey Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daniel-schel/keycloak-admin-client-jersey

0.0 0.0 0.0 80 KB

Jersey based client implementation of the keycloak administration API.

License: Apache License 2.0

Java 100.00%

keycloak-admin-client-jersey's Introduction

keycloak-admin-client-jersey

FOSSA Status

Jersey based client implementation of the keycloak administration API. It based on a fork of the keycloak-amdin client implemented with resteasy, which you can find here: https://github.com/keycloak/keycloak/tree/master/integration/admin-client.

For more information, see the documentation: https://www.keycloak.org/docs-api/12.0/rest-api/index.html

Usage

For a Maven project, add following to pom.xml:

<repositories>
    <repository>
        <id>github</id>
        <name>GitHub Packages</name>
        <url>https://maven.pkg.github.com/daniel-schel/keycloak-admin-client-jersey</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>org.keycloak</groupId>
        <artifactId>keycloak-admin-client-jersey</artifactId>
        <version>12.0.4</version>
    </dependency>
</dependencies>

Authentication is required to use Github Package Registry, see more details: Configuring Apache Maven for use with GitHub Packages

Notice

Not every method is fully implemented, so an UnsupportedOperationException is thrown. If you need a specific method, you can make an implementation.

License

FOSSA Status

keycloak-admin-client-jersey's People

Contributors

daniel-schel avatar fossabot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.