|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapEntity | |
|---|---|
| ca.tnt.ldaputils.annotations.processing | This packages is just a hacked together annotation processing system. |
| ca.tnt.ldaputils.impl | |
| ca.tnt.ldaputils.proprietary | |
| Uses of LdapEntity in ca.tnt.ldaputils.annotations.processing |
|---|
| Methods in ca.tnt.ldaputils.annotations.processing with parameters of type LdapEntity | |
|---|---|
protected boolean |
LdapEntityLoader.preProcessAnnotation(LdapEntity annotation,
Class annotatedClass)
|
protected boolean |
LdapEntityHandler.preProcessAnnotation(LdapEntity annotation,
Class annotatedClass)
Does annotation pre-processing, in case the subclass wants to do something special before anything is processed. |
protected boolean |
LdapEntityBinder.preProcessAnnotation(LdapEntity annotation,
Class annotatedClass)
grabs the object classes from the requiredObjectClasses()
annotation field, and puts them in an Attribute, and stores them
for return from LdapEntityBinder.getAttributesList() |
protected boolean |
LdapEntityHandler.validateObjectClasses(LdapEntity annotation,
Attributes attributes)
Validates object classes for the entity. |
| Uses of LdapEntity in ca.tnt.ldaputils.impl |
|---|
| Classes in ca.tnt.ldaputils.impl with annotations of type LdapEntity | |
|---|---|
class |
LdapEntry
Default implementation of an LDAP object. |
class |
LdapGroup
LDAPGroup implementation. |
class |
LdapOrganization
Implements an LDAP organization object. |
| Uses of LdapEntity in ca.tnt.ldaputils.proprietary |
|---|
| Classes in ca.tnt.ldaputils.proprietary with annotations of type LdapEntity | |
|---|---|
class |
LdapBusiness
Created by IntelliJ IDEA. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
This documentation is part of the LDAP Persistence API (LPA).
Copyright Trenton D. Adams <lpa at trentonadams daught ca>
LPA is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
LPA is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with LPA. If not, see GNU Licenses.
See the COPYING file, in the git repository, for more information.