| Package | Description |
|---|---|
| edu.internet2.middleware.grouper.pspng |
| Modifier and Type | Method and Description |
|---|---|
LdapObject |
LdapUser.getLdapObject() |
LdapObject |
LdapGroup.getLdapObject() |
protected LdapObject |
LdapSystem.performLdapRead(com.unboundid.ldap.sdk.DN dn,
String... attributes) |
protected LdapObject |
LdapSystem.performLdapRead(String dn,
Collection<String> attributes) |
protected LdapObject |
LdapSystem.performLdapRead(String dn,
String... attributes) |
| Modifier and Type | Method and Description |
|---|---|
List<LdapObject> |
LdapSystem.performLdapSearchRequest(int approximateNumResultsExpected,
String searchBaseDn,
org.ldaptive.SearchScope scope,
Collection<String> attributesToReturn,
org.ldaptive.SearchFilter filter) |
List<LdapObject> |
LdapSystem.performLdapSearchRequest(int approximateNumResultsExpected,
String searchBaseDn,
org.ldaptive.SearchScope scope,
Collection<String> attributesToReturn,
String filterTemplate,
Object... filterParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapObject.addToLongIndex(String indexName,
Map<Long,LdapObject> index,
String attributeName)
Add this LdapObject to a (single-valued) index of ldap objects based on the specified
attribute's value.
|
void |
LdapObject.addToStringIndex(String indexName,
Map<String,LdapObject> index,
String attributeName)
Add this LdapObject to a (single-valued) index of ldap objects based on the
specified attribute's value.
|
| Constructor and Description |
|---|
LdapGroup(LdapObject ldapObject) |
LdapUser(LdapObject ldapObject) |
Copyright © 2022 Internet2. All rights reserved.