Package de.xima.fc.security.helper
Class SecurityLdapHelper
java.lang.Object
de.xima.fc.security.helper.SecurityLdapHelper
Helper class for working with LDAP connections.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getLdapBaseDn
(IClientDescriptor descriptor) static Integer
getLdapPageSize
(IClientDescriptor descriptor) static List<com.unboundid.ldap.sdk.SearchResultEntry>
getLdapSearchResults
(com.unboundid.ldap.sdk.LDAPConnection con, String baseDN, com.unboundid.ldap.sdk.SearchScope scope, Integer pageSize, com.unboundid.ldap.sdk.Filter filter, String... attributes)
-
Method Details
-
getLdapSearchResults
public static List<com.unboundid.ldap.sdk.SearchResultEntry> getLdapSearchResults(com.unboundid.ldap.sdk.LDAPConnection con, String baseDN, com.unboundid.ldap.sdk.SearchScope scope, Integer pageSize, com.unboundid.ldap.sdk.Filter filter, String... attributes) throws com.unboundid.ldap.sdk.LDAPException - Throws:
com.unboundid.ldap.sdk.LDAPException
-
getLdapBaseDn
-
getLdapPageSize
-