jar

com.instaclustr : cassandra-ldap-3.0.28

Maven & Gradle

Dec 14, 2022
22 stars

Cassandra LDAP Authenticator for Cassandra 3.0 · Pluggable LDAP authentication implementation for Apache Cassandra 3.0

Table Of Contents

Latest Version

Download com.instaclustr : cassandra-ldap-3.0.28 JAR file - Latest Versions:

All Versions

Download com.instaclustr : cassandra-ldap-3.0.28 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cassandra-ldap-3.0.28-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.instaclustr.cassandra.ldap.conf

├─ com.instaclustr.cassandra.ldap.conf.LdapAuthenticatorConfiguration.class - [JAR]

com.instaclustr.cassandra.ldap.auth

├─ com.instaclustr.cassandra.ldap.auth.AbstractCassandraUserRetriever.class - [JAR]

├─ com.instaclustr.cassandra.ldap.auth.CassandraUserRetriever.class - [JAR]

├─ com.instaclustr.cassandra.ldap.auth.DefaultLDAPServer.class - [JAR]

├─ com.instaclustr.cassandra.ldap.auth.DefaultLDAPUserRetriever.class - [JAR]

├─ com.instaclustr.cassandra.ldap.auth.LDAPUserRetriever.class - [JAR]

├─ com.instaclustr.cassandra.ldap.auth.LegacyCassandraUserRetriever.class - [JAR]

├─ com.instaclustr.cassandra.ldap.auth.SystemAuthRoles.class - [JAR]

├─ com.instaclustr.cassandra.ldap.auth.UserRetriever.class - [JAR]

com.instaclustr.cassandra.ldap.hash

├─ com.instaclustr.cassandra.ldap.hash.Hasher.class - [JAR]

├─ com.instaclustr.cassandra.ldap.hash.HasherImpl.class - [JAR]

org.apache.cassandra.auth

├─ org.apache.cassandra.auth.Cassandra30LDAPAuthenticator.class - [JAR]

├─ org.apache.cassandra.auth.Cassandra30SystemAuthRoles.class - [JAR]

├─ org.apache.cassandra.auth.LDAPAuthenticator.class - [JAR]

├─ org.apache.cassandra.auth.LDAPCassandraRoleManager.class - [JAR]

├─ org.apache.cassandra.auth.LegacyCassandraLDAPAuthenticator.class - [JAR]

com.instaclustr.cassandra.ldap

├─ com.instaclustr.cassandra.ldap.AbstractLDAPAuthenticator.class - [JAR]

├─ com.instaclustr.cassandra.ldap.PlainTextSaslAuthenticator.class - [JAR]

├─ com.instaclustr.cassandra.ldap.User.class - [JAR]

com.instaclustr.cassandra.ldap.utils

├─ com.instaclustr.cassandra.ldap.utils.ServiceUtils.class - [JAR]

com.instaclustr.cassandra.ldap.cache

├─ com.instaclustr.cassandra.ldap.cache.CacheDelegate.class - [JAR]

├─ com.instaclustr.cassandra.ldap.cache.CredentialsLoadingFunction.class - [JAR]

com.instaclustr.cassandra.ldap.exception

├─ com.instaclustr.cassandra.ldap.exception.LDAPAuthFailedException.class - [JAR]

├─ com.instaclustr.cassandra.ldap.exception.NoSuchCredentialsException.class - [JAR]

├─ com.instaclustr.cassandra.ldap.exception.NoSuchRoleException.class - [JAR]

Advertisement