a

auth

Authentication related classes and KeyCloak integration.
Files download
File Operation
auth-1.8.1.jar download
auth-1.8.1.pom download
auth-1.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.pnc</groupId>
  <artifactId>auth</artifactId>
  <version>1.8.1</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.pnc:auth:1.8.1'
Gradle Kotlin
implementation("org.jboss.pnc:auth:1.8.1")
Scala SBT
libraryDependencies += "org.jboss.pnc" % "auth" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.pnc', module='auth', version='1.8.1')
)
Apache Ivy
<dependency org="org.jboss.pnc" name="auth" rev="1.8.1" />
Leiningen
[org.jboss.pnc/auth "1.8.1"]
Apache Buildr
'org.jboss.pnc:auth:jar:1.8.1'