Searched defs:storeParam (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertStore.java73 protected AMLDAPCertStoreParameters storeParam = null; field in class:AMCertStore
94 storeParam = param;
106 String serverName = storeParam.getServerName();
107 int port = storeParam.getPort();
112 storeParam.getUser(), storeParam.getPassword().toCharArray());
116 if (storeParam.isSecure()) {
153 results = ldc.search(LDAPRequests.newSearchRequest(storeParam.getStartLoc(), SearchScope.SUBORDINATES,
154 storeParam.getSearchFilter(), attributes));
167 "Error in ldap search for " + storeParam
[all...]
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertStore.java73 protected AMLDAPCertStoreParameters storeParam = null; field in class:AMCertStore
94 storeParam = param;
106 String serverName = storeParam.getServerName();
107 int port = storeParam.getPort();
112 storeParam.getUser(), storeParam.getPassword().toCharArray());
116 if (storeParam.isSecure()) {
153 results = ldc.search(LDAPRequests.newSearchRequest(storeParam.getStartLoc(), SearchScope.WHOLE_SUBTREE,
154 storeParam.getSearchFilter(), attributes));
167 "Error in ldap search for " + storeParam
[all...]

Completed in 53 milliseconds