Fathom-Security Keycloak Realm

Realm for Keycloak authentication

License

License

Categories

Categories

Security KeY Data Data Formats Formal Verification Keycloak
GroupId

GroupId

com.gitblit.fathom
ArtifactId

ArtifactId

fathom-security-keycloak
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Fathom-Security Keycloak Realm
Realm for Keycloak authentication

Download fathom-security-keycloak

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
com.gitblit.fathom : fathom-rest-security jar 1.0.1
org.keycloak : keycloak-servlet-filter-adapter jar 1.9.8.Final

provided (1)

Group / Artifact Type Version
org.kohsuke.metainf-services : metainf-services jar 1.7

test (1)

Group / Artifact Type Version
com.gitblit.fathom : fathom-test-tools jar 1.0.1

Project Modules

There are no modules declared in this project.

Fathom

Fathom is an opinionated, modular, & injectable foundation for building microservices on a JVM.

    (_)        ______      __  __
   __|__      / ____/___ _/ /_/ /_  ____  ____ ___
     |       / /_  / __ `/ __/ __ \/ __ \/ __ `__ \  Microservice Foundation
 \__/ \__/  / __/ / /_/ / /_/ / / / /_/ / / / / / /  http://fathom.gitblit.com
  °-. .-°  /_/    \__,_/\__/_/ /_/\____/_/ /_/ /_/
     '

Travis CI Build Status Maven Central Maven Central

Microservice Foundation

Fathom provides a tightly integrated base to quickly bootstrap your microservice project using best-of-breed components.

Full documentation available here.

Opinionated

  • Undertow is the development & deployment engine
  • Guice is the dependency injection mechanism
  • Guava is the standard library
  • Config is the configuration file parser
  • Args4j is the command-line parsing framework
  • Logback is the logging framework
  • SLF4J is the logging interface
  • Java 8 is the baseline JVM

Modular

Fathom features a formal Module specification, Service infrastructure, and dependency injection all combined with Java ServiceLoader to give you ultimate modularity.

License

Distributed under the Apache Software License 2.0.

Similar alternatives

Versions

Version
1.0.1
0.9.2
0.9.1
0.9.0
0.8.4