a

auth

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