jar

com.github.trentonadams : lpa

Maven & Gradle

Jul 14, 2017

LDAP Persistence API · A persistence API for LDAP, using annotations; similar to JPA, but only for LDAP

Table Of Contents

Latest Version

Download com.github.trentonadams : lpa JAR file - Latest Versions:

All Versions

Download com.github.trentonadams : lpa JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.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 lpa-0.3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ca.tnt.ldaputils

├─ ca.tnt.ldaputils.ILabeledURI.class - [JAR]

├─ ca.tnt.ldaputils.ILdapEntry.class - [JAR]

├─ ca.tnt.ldaputils.ILdapGroup.class - [JAR]

├─ ca.tnt.ldaputils.ILdapInetOrgPerson.class - [JAR]

├─ ca.tnt.ldaputils.ILdapOrganization.class - [JAR]

├─ ca.tnt.ldaputils.ILdapPerson.class - [JAR]

├─ ca.tnt.ldaputils.LdapManager.class - [JAR]

├─ ca.tnt.ldaputils.Property.class - [JAR]

ca.tnt.ldaputils.exception

├─ ca.tnt.ldaputils.exception.LdapNamingException.class - [JAR]

├─ ca.tnt.ldaputils.exception.LpaAnnotationException.class - [JAR]

├─ ca.tnt.ldaputils.exception.ObjectClassNotSupportedException.class - [JAR]

ca.tnt.ldaputils.annotations

├─ ca.tnt.ldaputils.annotations.DN.class - [JAR]

├─ ca.tnt.ldaputils.annotations.LdapAttribute.class - [JAR]

├─ ca.tnt.ldaputils.annotations.LdapEntity.class - [JAR]

├─ ca.tnt.ldaputils.annotations.Manager.class - [JAR]

├─ ca.tnt.ldaputils.annotations.ObjectClassType.class - [JAR]

├─ ca.tnt.ldaputils.annotations.TypeHandler.class - [JAR]

ca.tnt.ldaputils.annotations.processing

├─ ca.tnt.ldaputils.annotations.processing.AnnotationProcessor.class - [JAR]

├─ ca.tnt.ldaputils.annotations.processing.IAnnotationHandler.class - [JAR]

├─ ca.tnt.ldaputils.annotations.processing.LdapEntityBinder.class - [JAR]

├─ ca.tnt.ldaputils.annotations.processing.LdapEntityHandler.class - [JAR]

├─ ca.tnt.ldaputils.annotations.processing.LdapEntityLoader.class - [JAR]

ca.tnt.ldaputils.proprietary

├─ ca.tnt.ldaputils.proprietary.ILdapBusiness.class - [JAR]

├─ ca.tnt.ldaputils.proprietary.LdapBusiness.class - [JAR]

ca.tnt.ldaputils.impl

├─ ca.tnt.ldaputils.impl.LDAPEntryImpl.class - [JAR]

├─ ca.tnt.ldaputils.impl.LdapEntry.class - [JAR]

├─ ca.tnt.ldaputils.impl.LdapGroup.class - [JAR]

├─ ca.tnt.ldaputils.impl.LdapOrganization.class - [JAR]