public class AMLDAPCertStoreParameters extends Object
Constructor and Description |
---|
AMLDAPCertStoreParameters(String server,
int port) |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Get ldap password for bind
|
int |
getPort()
Get port number
|
String |
getSearchFilter()
Get search filter for ldap search
|
String |
getServerName()
Get host name
|
String |
getStartLoc()
Get ldap search start loc
|
String |
getURIParams()
Get URI params for CRL search
|
String |
getUser()
Get ldap user for bind
|
boolean |
isDoCRLCaching() |
boolean |
isDoUpdateCRLs() |
boolean |
isSecure()
Get ldap port is secure
|
void |
setDoCRLCaching(boolean doCRLCaching) |
void |
setDoCRLUpdate(boolean doCRLupdate) |
static AMLDAPCertStoreParameters |
setLdapStoreParam(AMLDAPCertStoreParameters ldapParams,
String user,
String passwd,
String searchLoc,
String uriParamsCRL,
boolean secureCon) |
void |
setPassword(String passwd)
Set ldap password for bind
|
void |
setSearchFilter(String filter)
Set search filter for ldap search
|
void |
setSecure(boolean secure)
Set ldap port is secure
|
void |
setStartLoc(String startloc)
Set ldap search start loc
|
void |
setURIParams(String params)
Set URI params for CRL search
|
void |
setUser(String uid)
Set ldap user for bind
|
public AMLDAPCertStoreParameters(String server, int port)
server
- port
- public static AMLDAPCertStoreParameters setLdapStoreParam(AMLDAPCertStoreParameters ldapParams, String user, String passwd, String searchLoc, String uriParamsCRL, boolean secureCon)
public String getServerName()
public int getPort()
public void setStartLoc(String startloc)
public String getStartLoc()
public void setUser(String uid)
public String getUser()
public void setPassword(String passwd)
public String getPassword()
public void setURIParams(String params)
public String getURIParams()
public void setSearchFilter(String filter)
public String getSearchFilter()
public void setSecure(boolean secure)
public boolean isSecure()
public boolean isDoCRLCaching()
public void setDoCRLCaching(boolean doCRLCaching)
doCRLCaching
- the doCRLCaching to setpublic boolean isDoUpdateCRLs()
public void setDoCRLUpdate(boolean doCRLupdate)
doCRLupdate
- the doCRLupdate to setCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.