Uses of Class
com.sun.identity.security.cert.AMLDAPCertStoreParameters
-
Packages that use AMLDAPCertStoreParameters Package Description com.sun.identity.security.cert -
-
Uses of AMLDAPCertStoreParameters in com.sun.identity.security.cert
Fields in com.sun.identity.security.cert declared as AMLDAPCertStoreParameters Modifier and Type Field Description protected AMLDAPCertStoreParametersAMCertStore. storeParamMethods in com.sun.identity.security.cert that return AMLDAPCertStoreParameters Modifier and Type Method Description static AMLDAPCertStoreParametersAMCertStore. setLdapStoreParam(String serverHost, int serverPort, String principleUser, String principlePasswd, String startSearchLoc, String uriParamsCRL, boolean isSSL)Return ldapParam object has all config paramsstatic AMLDAPCertStoreParametersAMLDAPCertStoreParameters. setLdapStoreParam(AMLDAPCertStoreParameters ldapParams, String user, String passwd, String searchLoc, String uriParamsCRL, boolean secureCon)Methods in com.sun.identity.security.cert with parameters of type AMLDAPCertStoreParameters Modifier and Type Method Description static X509CertificateAMCertStore. getCertificate(AMLDAPCertStoreParameters ldapParam, String attrName, String attrValue)Return X509 Certificate if the ldap entry has onestatic X509CRLAMCRLStore. getCRL(AMLDAPCertStoreParameters ldapParam, X509Certificate cert, String... attrNames)It gets the new CRL from ldap server.static X509CertificateAMCertStore. getIssuerCertificate(AMLDAPCertStoreParameters ldapParam, X509Certificate cert, String attrName)Return Issuer Certificate if the ldap entry has onestatic X509CertificateAMCertStore. getRegisteredCertificate(AMLDAPCertStoreParameters ldapParam, X509Certificate cert, String attrName)Return X509 Certificate if the ldap entry has the same onestatic AMLDAPCertStoreParametersAMLDAPCertStoreParameters. setLdapStoreParam(AMLDAPCertStoreParameters ldapParams, String user, String passwd, String searchLoc, String uriParamsCRL, boolean secureCon)Constructors in com.sun.identity.security.cert with parameters of type AMLDAPCertStoreParameters Constructor Description AMCertStore(AMLDAPCertStoreParameters param)Class AMCertStore is special cased Certificate store for LDAP.AMCRLStore(AMLDAPCertStoreParameters param)Class AMCRLStore is special cased CRL store for LDAP.
-