Class AMLDAPCertStoreParameters


  • public class AMLDAPCertStoreParameters
    extends Object
    Parameters used to access ldap cert store
    • Constructor Detail

      • AMLDAPCertStoreParameters

        public AMLDAPCertStoreParameters​(String server,
                                         int port)
        Parameters:
        server -
        port -
    • Method Detail

      • getServerName

        public String getServerName()
        Get host name
      • getPort

        public int getPort()
        Get port number
      • setStartLoc

        public void setStartLoc​(String startloc)
        Set ldap search start loc
      • getStartLoc

        public String getStartLoc()
        Get ldap search start loc
      • setUser

        public void setUser​(String uid)
        Set ldap user for bind
      • getUser

        public String getUser()
        Get ldap user for bind
      • setPassword

        public void setPassword​(String passwd)
        Set ldap password for bind
      • getPassword

        public String getPassword()
        Get ldap password for bind
      • setURIParams

        public void setURIParams​(String params)
        Set URI params for CRL search
      • getURIParams

        public String getURIParams()
        Get URI params for CRL search
      • setSearchFilter

        public void setSearchFilter​(String filter)
        Set search filter for ldap search
      • getSearchFilter

        public String getSearchFilter()
        Get search filter for ldap search
      • setSecure

        public void setSecure​(boolean secure)
        Set ldap port is secure
      • isSecure

        public boolean isSecure()
        Get ldap port is secure
      • isDoCRLCaching

        public boolean isDoCRLCaching()
        Returns:
        the doCRLCaching
      • setDoCRLCaching

        public void setDoCRLCaching​(boolean doCRLCaching)
        Parameters:
        doCRLCaching - the doCRLCaching to set
      • isDoUpdateCRLs

        public boolean isDoUpdateCRLs()
        Returns:
        the doCRLupdate
      • setDoCRLUpdate

        public void setDoCRLUpdate​(boolean doCRLupdate)
        Parameters:
        doCRLupdate - the doCRLupdate to set