|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface ILdapGroup
| Field Summary |
|---|
| Fields inherited from interface ca.tnt.ldaputils.ILdapEntry |
|---|
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE |
| Method Summary | |
|---|---|
void |
addMember(ILdapEntry ldapEntry)
Add a member to this group. |
SortedSet<String> |
getBusinessCategories()
|
SortedSet |
getMembers()
Returns a non-null SortedSet of group members. |
Map |
getMembers(String keyAttribute,
int objectType)
|
void |
removeMember(ILdapEntry ldapEntry)
Remove a member from this group. |
| Methods inherited from interface ca.tnt.ldaputils.ILdapEntry |
|---|
convertInstance, getAttributeValues, getBindAttributes, getCn, getCN, getDescription, getDn, getObjectClasses, getStringValue, modifyAttribute, modifyBatchAttribute, modifyBatchAttributes, save, setCn, setDn |
| Method Detail |
|---|
Map getMembers(String keyAttribute,
int objectType)
throws InvalidNameException
keyAttribute - key for the mapobjectType -
InvalidNameExceptionvoid addMember(ILdapEntry ldapEntry)
ldapEntry - the ldap object corresponding to the member to add.void removeMember(ILdapEntry ldapEntry)
ldapEntry - the ldap object corresponding to the member to add.SortedSet getMembers()
SortedSet<String> getBusinessCategories()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.