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

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DAddAMSDKIdRepoPlugin.java259 DSEntry dsEntry = new DSEntry(dshost);
332 try (ConnectionFactory factory = getLDAPConnection(new DSEntry(dshost));
395 private ConnectionFactory getLDAPConnection(DSEntry ds) throws Exception {
408 class DSEntry { class in class:AddAMSDKIdRepoPlugin
413 DSEntry(String ds) { method in class:AddAMSDKIdRepoPlugin.DSEntry
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DAddAMSDKIdRepoPlugin.java259 DSEntry dsEntry = new DSEntry(dshost);
332 try (ConnectionFactory factory = getLDAPConnection(new DSEntry(dshost));
395 private ConnectionFactory getLDAPConnection(DSEntry ds) throws Exception {
408 class DSEntry { class in class:AddAMSDKIdRepoPlugin
413 DSEntry(String ds) { method in class:AddAMSDKIdRepoPlugin.DSEntry

Completed in 36 milliseconds