Class SecurityLdapHelper


  • public class SecurityLdapHelper
    extends Object
    Helper class for working with LDAP connections.
    Since:
    8.0.0
    Author:
    XIMA Media GmbH
    • Method Detail

      • 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