a

auth

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