Class LdapDirHandlerConfig

    • Constructor Detail

      • LdapDirHandlerConfig

        public LdapDirHandlerConfig()
    • Method Detail

      • setInitialContextFactory

        public void setInitialContextFactory​(String val)
        Parameters:
        val -
      • getInitialContextFactory

        public String getInitialContextFactory()
        Returns:
        String
      • setSecurityAuthentication

        public void setSecurityAuthentication​(String val)
        Parameters:
        val -
      • getSecurityAuthentication

        public String getSecurityAuthentication()
        Returns:
        String
      • setSecurityProtocol

        public void setSecurityProtocol​(String val)
        e.g. "ssl"
        Parameters:
        val -
      • getSecurityProtocol

        public String getSecurityProtocol()
        e.g "ssl"
        Returns:
        String val
      • setProviderUrl

        public void setProviderUrl​(String val)
        URL of ldap server
        Parameters:
        val -
      • getProviderUrl

        public String getProviderUrl()
        URL of ldap server
        Returns:
        String val
      • setBaseDn

        public void setBaseDn​(String val)
        Parameters:
        val -
      • getBaseDn

        public String getBaseDn()
        Returns:
        String val
      • setQueryLimit

        public void setQueryLimit​(int val)
        Set the query limit - 0 for no limit
        Parameters:
        val -
      • getQueryLimit

        public int getQueryLimit()
        Returns:
        int val
      • setAttrIds

        public void setAttrIds​(String val)
        Parameters:
        val -
      • getAttrIds

        public String getAttrIds()
        Returns:
        String val
      • setFolderObjectClass

        public void setFolderObjectClass​(String val)
        Parameters:
        val -
      • getFolderObjectClass

        public String getFolderObjectClass()
        Returns:
        String val
      • setAddressbookObjectClass

        public void setAddressbookObjectClass​(String val)
        Parameters:
        val -
      • getAddressbookObjectClass

        public String getAddressbookObjectClass()
        Returns:
        String val
      • setAddressbookEntryObjectClass

        public void setAddressbookEntryObjectClass​(String val)
        Parameters:
        val -
      • getAddressbookEntryObjectClass

        public String getAddressbookEntryObjectClass()
        Returns:
        String val
      • setPrincipalIdAttr

        public void setPrincipalIdAttr​(String val)
        Attribute we search for to get a principal
        Parameters:
        val -
      • getPrincipalIdAttr

        public String getPrincipalIdAttr()
        Attribute we search for to get a group
        Returns:
        String val
      • setFolderIdAttr

        public void setFolderIdAttr​(String val)
        Parameters:
        val -
      • getFolderIdAttr

        public String getFolderIdAttr()
        Returns:
        String val
      • setAddressbookIdAttr

        public void setAddressbookIdAttr​(String val)
        Parameters:
        val -
      • getAddressbookIdAttr

        public String getAddressbookIdAttr()
        Returns:
        String val
      • setAddressbookEntryIdAttr

        public void setAddressbookEntryIdAttr​(String val)
        Parameters:
        val -
      • getAddressbookEntryIdAttr

        public String getAddressbookEntryIdAttr()
        Returns:
        String val
      • setGroupMemberAttr

        public void setGroupMemberAttr​(String val)
        Attribute we want back identifying a member
        Parameters:
        val -
      • getGroupMemberAttr

        public String getGroupMemberAttr()
        Attribute we want back identifying a member
        Returns:
        String val
      • setAuthDn

        public void setAuthDn​(String val)
        If we need an id to authenticate this is it.
        Parameters:
        val -
      • getAuthDn

        public String getAuthDn()
        If we need an id to authenticate this is it.
        Returns:
        String val
      • setAuthPw

        public void setAuthPw​(String val)
        If we need an id to authenticate this is the pw.
        Parameters:
        val -
      • getAuthPw

        public String getAuthPw()
        If we need an id to authenticate this is it.
        Returns:
        String val
      • getAttrIdList

        public String[] getAttrIdList()
        Returns:
        String[] val