c

cas-mfa-java

This module is intended to include all the Java you need to add to a CAS implementation to take advantage of the extended multifactor authentication features in this project.
Files download
File Operation
cas-mfa-java-1.0.0-M5.jar download
cas-mfa-java-1.0.0-M5.pom download
cas-mfa-java-1.0.0-M5-sources.jar download
Apache Maven
<dependency>
  <groupId>net.unicon</groupId>
  <artifactId>cas-mfa-java</artifactId>
  <version>1.0.0-M5</version>
</dependency>
Gradle Groovy
implementation 'net.unicon:cas-mfa-java:1.0.0-M5'
Gradle Kotlin
implementation("net.unicon:cas-mfa-java:1.0.0-M5")
Scala SBT
libraryDependencies += "net.unicon" % "cas-mfa-java" % "1.0.0-M5"
Groovy Grape
@Grapes(
  @Grab(group='net.unicon', module='cas-mfa-java', version='1.0.0-M5')
)
Apache Ivy
<dependency org="net.unicon" name="cas-mfa-java" rev="1.0.0-M5" />
Leiningen
[net.unicon/cas-mfa-java "1.0.0-M5"]
Apache Buildr
'net.unicon:cas-mfa-java:jar:1.0.0-M5'