Searched defs:bindPwd (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DInitializeSystem.java107 public SSOToken getSSOToken(String bindPwd) argument
114 userRootSuffix, principal, bindPwd.toCharArray());
H A DAuthenticator.java81 String bindPwd
88 mgr, bindUser, bindPwd);
103 String bindPwd
109 lc = sessionBasedLoginInternal(mgr, bindUser, bindPwd, indexType, indexName);
115 lc = sessionBasedLoginInternal(mgr, bindUser, bindPwd,
118 lc = sessionBasedLoginInternal(mgr, bindUser, bindPwd,
128 String bindPwd,
134 processCallback(mgr, lc, bindUser, bindPwd);
148 SSOToken ldapLogin(CommandManager mgr, String bindUser, String bindPwd) argument
169 mgr, bindUser, bindPwd);
125 sessionBasedLoginInternal( CommandManager mgr, String bindUser, String bindPwd, String indexType, String indexName ) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java37 private String bindPwd; field in class:DisableReplicationUserData
70 return bindPwd;
76 * @param bindPwd the password to be used.
78 public void setBindPwd(String bindPwd) argument
80 this.bindPwd = bindPwd;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DInitializeSystem.java107 public SSOToken getSSOToken(String bindPwd) argument
114 userRootSuffix, principal, bindPwd.toCharArray());
H A DAuthenticator.java83 String bindPwd
90 mgr, bindUser, bindPwd);
105 String bindPwd
111 lc = sessionBasedLoginInternal(mgr, bindUser, bindPwd, indexType, indexName);
117 lc = sessionBasedLoginInternal(mgr, bindUser, bindPwd,
120 lc = sessionBasedLoginInternal(mgr, bindUser, bindPwd,
130 String bindPwd,
136 processCallback(mgr, lc, bindUser, bindPwd);
150 SSOToken ldapLogin(CommandManager mgr, String bindUser, String bindPwd) argument
171 mgr, bindUser, bindPwd);
127 sessionBasedLoginInternal( CommandManager mgr, String bindUser, String bindPwd, String indexType, String indexName ) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java43 private String bindPwd; field in class:DisableReplicationUserData
151 return bindPwd;
157 * @param bindPwd the password to be used.
159 public void setBindPwd(String bindPwd) argument
161 this.bindPwd = bindPwd;
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java42 private String bindPwd; field in class:DisableReplicationUserData
150 return bindPwd;
156 * @param bindPwd the password to be used.
158 public void setBindPwd(String bindPwd) argument
160 this.bindPwd = bindPwd;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java43 private String bindPwd; field in class:DisableReplicationUserData
151 return bindPwd;
157 * @param bindPwd the password to be used.
159 public void setBindPwd(String bindPwd) argument
161 this.bindPwd = bindPwd;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java43 private String bindPwd; field in class:DisableReplicationUserData
151 return bindPwd;
157 * @param bindPwd the password to be used.
159 public void setBindPwd(String bindPwd) argument
161 this.bindPwd = bindPwd;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java42 private String bindPwd; field in class:DisableReplicationUserData
150 return bindPwd;
156 * @param bindPwd the password to be used.
158 public void setBindPwd(String bindPwd) argument
160 this.bindPwd = bindPwd;
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCache.java74 private final String bindPwd; field in class:TopologyCache
104 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
388 return new ServerLoader(serverProperties, bindDN, bindPwd,
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java74 static String bindPwd = null; field in class:EclReadAndPlay
154 bindPwd = val;
155 System.out.println(".......... bindPwd: " + bindPwd);
182 bindPwd == null || hostport == null || masters.size() == 0 ||
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCache.java75 private final String bindPwd; field in class:TopologyCache
106 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
403 return new ServerLoader(serverProperties, bindDN, bindPwd,
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java73 static String bindPwd = null; field in class:EclReadAndPlay
153 bindPwd = val;
154 System.out.println(".......... bindPwd: " + bindPwd);
181 bindPwd == null || hostport == null || masters.size() == 0 ||
185 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCache.java75 private final String bindPwd; field in class:TopologyCache
106 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
403 return new ServerLoader(serverProperties, bindDN, bindPwd,
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java74 static String bindPwd = null; field in class:EclReadAndPlay
154 bindPwd = val;
155 System.out.println(".......... bindPwd: " + bindPwd);
182 bindPwd == null || hostport == null || masters.size() == 0 ||
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DTopologyCache.java74 private final String bindPwd; field in class:TopologyCache
104 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
388 return new ServerLoader(serverProperties, bindDN, bindPwd,
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DTopologyCache.java75 private final String bindPwd; field in class:TopologyCache
106 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
403 return new ServerLoader(serverProperties, bindDN, bindPwd,
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java74 static String bindPwd = null; field in class:EclReadAndPlay
154 bindPwd = val;
155 System.out.println(".......... bindPwd: " + bindPwd);
182 bindPwd == null || hostport == null || masters.size() == 0 ||
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java73 static String bindPwd = null; field in class:EclReadAndPlay
153 bindPwd = val;
154 System.out.println(".......... bindPwd: " + bindPwd);
181 bindPwd == null || hostport == null || masters.size() == 0 ||
185 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/util/
H A DAjaxPage.java165 protected Connection getConnection(String host, int port, String bindDN, char[] bindPwd, int timeout, boolean isSSl) argument
169 .set(AUTHN_BIND_REQUEST, LDAPRequests.newSimpleBindRequest(bindDN, bindPwd));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCache.java72 private final String bindPwd; field in class:TopologyCache
98 bindPwd = ConnectionUtils.getBindPassword(adsContext.getDirContext());
394 return new ServerLoader(serverProperties, bindDN, bindPwd,
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DAddAMSDKIdRepoPlugin.java96 private String bindPwd; field in class:AddAMSDKIdRepoPlugin
108 bindPwd = CLIUtil.getFileContent(getCommandManager(),
396 BindRequest bindRequest = LDAPRequests.newSimpleBindRequest(bindDN, bindPwd.toCharArray());
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DAddAMSDKIdRepoPlugin.java96 private String bindPwd; field in class:AddAMSDKIdRepoPlugin
108 bindPwd = CLIUtil.getFileContent(getCommandManager(),
396 BindRequest bindRequest = LDAPRequests.newSimpleBindRequest(bindDN, bindPwd.toCharArray());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/util/
H A DAjaxPage.java166 protected Connection getConnection(String host, int port, String bindDN, char[] bindPwd, int timeout, boolean isSSl) argument
170 .set(AUTHN_BIND_REQUEST, LDAPRequests.newSimpleBindRequest(bindDN, bindPwd));

Completed in 41 milliseconds

12