All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by credential with all dependencies


anoncreds-kmp-jvm from group io.iohk.atala.prism.anoncredskmp (version 0.4.6)

The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.

Group: io.iohk.atala.prism.anoncredskmp Artifact: anoncreds-kmp-jvm
Show all versions Show documentation Show source 
Download anoncreds-kmp-jvm.jar (0.4.6)
 

0 downloads
Artifact anoncreds-kmp-jvm
Group io.iohk.atala.prism.anoncredskmp
Version 0.4.6
Last update 07. March 2024
Organization IOG
URL https://docs.atalaprism.io/
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

anoncreds-kmp-android from group io.iohk.atala.prism.anoncredskmp (version 0.4.6)

The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.

Group: io.iohk.atala.prism.anoncredskmp Artifact: anoncreds-kmp-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anoncreds-kmp-android
Group io.iohk.atala.prism.anoncredskmp
Version 0.4.6
Last update 07. March 2024
Organization IOG
URL https://docs.atalaprism.io/
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

anoncreds-kmp-android-debug from group io.iohk.atala.prism.anoncredskmp (version 0.4.6)

The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.

Group: io.iohk.atala.prism.anoncredskmp Artifact: anoncreds-kmp-android-debug
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anoncreds-kmp-android-debug
Group io.iohk.atala.prism.anoncredskmp
Version 0.4.6
Last update 07. March 2024
Organization IOG
URL https://docs.atalaprism.io/
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

jdbc from group org.beiter.michael.authn.jaas.loginmodules.password.authenticators (version 2.0)

This module is part of a JAAS library, provoding password based credential authenticators. This particular Maven module provides a JDBC authenticator that can retrieve a user record from a JDBC database. This implementation is production ready.

Group: org.beiter.michael.authn.jaas.loginmodules.password.authenticators Artifact: jdbc
Show documentation Show source 
Download jdbc.jar (2.0)
 

1 downloads
Artifact jdbc
Group org.beiter.michael.authn.jaas.loginmodules.password.authenticators
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 6
Dependencies common, pwcommon, db, slf4j-log4j12, commons-lang3, commons-dbcp2,
There are maybe transitive dependencies!

dummy from group org.beiter.michael.authn.jaas.loginmodules.password.authenticators (version 2.0)

This module is part of a JAAS library, providing password based credential authenticators. This particular Maven module provides a dummy authenticator that assumes password = username. This implementation is for testing only, and NOT intended for production.

Group: org.beiter.michael.authn.jaas.loginmodules.password.authenticators Artifact: dummy
Show documentation Show source 
Download dummy.jar (2.0)
 

0 downloads
Artifact dummy
Group org.beiter.michael.authn.jaas.loginmodules.password.authenticators
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, pwcommon, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

authenticators from group org.beiter.michael.authn.jaas.loginmodules.password (version 2.0)

This module is part of a JAAS library, provoding password based credential authenticators. This particular Maven module is a container for authenticator implementations. Some of the provided default implementations may not intended for production, and may have to be adjusted to meet deployment specific requirements.

Group: org.beiter.michael.authn.jaas.loginmodules.password Artifact: authenticators
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact authenticators
Group org.beiter.michael.authn.jaas.loginmodules.password
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

plaintext from group org.beiter.michael.authn.jaas.loginmodules.password.validators (version 2.0)

Group: org.beiter.michael.authn.jaas.loginmodules.password.validators Artifact: plaintext
Show documentation Show source 
Download plaintext.jar (2.0)
 

0 downloads

validators from group org.beiter.michael.authn.jaas.loginmodules.password (version 2.0)

This module is part of a JAAS library, provoding password based credential validators. This partiuclar Maven module is a container for validator implementations. Some of the provided default implementations may not intended for production, and may have to be adjusted to meet deployment specific requirements.

Group: org.beiter.michael.authn.jaas.loginmodules.password Artifact: validators
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact validators
Group org.beiter.michael.authn.jaas.loginmodules.password
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbc from group org.beiter.michael.authn.jaas (version 1.0)

This module is part of a JAAS library that provides common methods for building JAAS modules. It implements a JDBC JAAS module using the methods of the shared library. While this JAAS module itself is production ready, it relies on deployment specific modules that implement, for instance, auditing, message queues, and credential validation.

Group: org.beiter.michael.authn.jaas Artifact: jdbc
Show documentation Show source 
Download jdbc.jar (1.0)
 

0 downloads
Artifact jdbc
Group org.beiter.michael.authn.jaas
Version 1.0
Last update 07. March 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 5
Dependencies common, db, slf4j-log4j12, commons-lang3, commons-dbcp2,
There are maybe transitive dependencies!

org.apache.sling.auth.selector from group org.apache.sling (version 1.0.6)

Bundle implementing a Sling Authentication Handler which allows for choosing which actual authentication handler is to be used delegating the actual credential handling to concrete handlers. The selector handler only presents HTML forms to provide credential data such as username and password for the Formbased Authentication Handler or an OpenID identifier for the OpenID Authentication Handler.

Group: org.apache.sling Artifact: org.apache.sling.auth.selector
Show all versions Show documentation Show source 
Download org.apache.sling.auth.selector.jar (1.0.6)
 

0 downloads
Artifact org.apache.sling.auth.selector
Group org.apache.sling
Version 1.0.6
Last update 08. August 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies servlet-api, slf4j-api, org.apache.felix.scr.annotations,
There are maybe transitive dependencies!



Page 14 from 16 (items total 156)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy