a

auth

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