Package | Description |
---|---|
com.sun.identity.security.cert |
Modifier and Type | Field and Description |
---|---|
protected AMLDAPCertStoreParameters |
AMCertStore.storeParam |
Modifier and Type | Method and Description |
---|---|
static AMLDAPCertStoreParameters |
AMLDAPCertStoreParameters.setLdapStoreParam(AMLDAPCertStoreParameters ldapParams,
String user,
String passwd,
String searchLoc,
String uriParamsCRL,
boolean secureCon) |
static AMLDAPCertStoreParameters |
AMCertStore.setLdapStoreParam(String serverHost,
int serverPort,
String principleUser,
String principlePasswd,
String startSearchLoc,
String uriParamsCRL,
boolean isSSL)
Return ldapParam object has all config params
|
Modifier and Type | Method and Description |
---|---|
static X509Certificate |
AMCertStore.getCertificate(AMLDAPCertStoreParameters ldapParam,
String attrName,
String attrValue)
Return X509 Certificate if the ldap entry has one
|
static X509CRL |
AMCRLStore.getCRL(AMLDAPCertStoreParameters ldapParam,
X509Certificate cert,
String... attrNames)
It gets the new CRL from ldap server.
|
static X509Certificate |
AMCertStore.getIssuerCertificate(AMLDAPCertStoreParameters ldapParam,
X509Certificate cert,
String attrName)
Return Issuer Certificate if the ldap entry has one
|
static X509Certificate |
AMCertStore.getRegisteredCertificate(AMLDAPCertStoreParameters ldapParam,
X509Certificate cert,
String attrName)
Return X509 Certificate if the ldap entry has the same one
|
static AMLDAPCertStoreParameters |
AMLDAPCertStoreParameters.setLdapStoreParam(AMLDAPCertStoreParameters ldapParams,
String user,
String passwd,
String searchLoc,
String uriParamsCRL,
boolean secureCon) |
Constructor and 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.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.