Searched refs:pwd (Results 1 - 25 of 250) sorted by relevance

12345678910

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java44 private String pwd; field in class:AuthenticationData
90 return pwd;
95 * @param pwd the authentication password.
97 public void setPwd(String pwd) argument
99 this.pwd = pwd;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java45 private String pwd; field in class:AuthenticationData
91 return pwd;
96 * @param pwd the authentication password.
98 public void setPwd(String pwd) argument
100 this.pwd = pwd;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java45 private String pwd; field in class:AuthenticationData
91 return pwd;
96 * @param pwd the authentication password.
98 public void setPwd(String pwd) argument
100 this.pwd = pwd;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java44 private String pwd; field in class:AuthenticationData
90 return pwd;
95 * @param pwd the authentication password.
97 public void setPwd(String pwd) argument
99 this.pwd = pwd;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java45 private String pwd; field in class:AuthenticationData
91 return pwd;
96 * @param pwd the authentication password.
98 public void setPwd(String pwd) argument
100 this.pwd = pwd;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DAuthenticationData.java44 private String pwd; field in class:AuthenticationData
90 return pwd;
95 * @param pwd the authentication password.
97 public void setPwd(String pwd) argument
99 this.pwd = pwd;
/forgerock/openam-v13/openam-radius/openam-radius-common/src/test/java/org/forgerock/openam/radius/common/
H A DTestUserPasswordAttribute.java39 final String pwd = upa2.extractPassword(authnctr, Rfc2865Examples.secret);
40 Assert.assertEquals(pwd, Rfc2865Examples.password, "passwords should be recoverable");
52 final String pwd = upa.extractPassword(authnctr, clientSecret);
53 Assert.assertEquals(pwd, "secret", "passwords should be 'secret'");
74 final String pwd = upa2.extractPassword(ra, secret);
75 Assert.assertEquals(pwd, pwd15, "15 character password should be the same after decoding.");
87 final String pwd = "123456789_123456";
90 final UserPasswordAttribute upa = new UserPasswordAttribute(ra, secret, pwd);
94 Assert.assertEquals(pwd2, pwd, "16 character password should be the same after decoding.");
99 final String pwd
[all...]
/forgerock/openam/openam-radius/openam-radius-common/src/test/java/org/forgerock/openam/radius/common/
H A DTestUserPasswordAttribute.java39 final String pwd = upa2.extractPassword(authnctr, Rfc2865Examples.secret);
40 Assert.assertEquals(pwd, Rfc2865Examples.password, "passwords should be recoverable");
52 final String pwd = upa.extractPassword(authnctr, clientSecret);
53 Assert.assertEquals(pwd, "secret", "passwords should be 'secret'");
74 final String pwd = upa2.extractPassword(ra, secret);
75 Assert.assertEquals(pwd, pwd15, "15 character password should be the same after decoding.");
87 final String pwd = "123456789_123456";
90 final UserPasswordAttribute upa = new UserPasswordAttribute(ra, secret, pwd);
94 Assert.assertEquals(pwd2, pwd, "16 character password should be the same after decoding.");
99 final String pwd
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DEnableReplicationUserData.java42 private String pwd; field in class:EnableReplicationUserData.EnableReplicationServerData
97 return pwd;
103 * @param pwd
106 void setPwd(String pwd) argument
108 this.pwd = pwd;
/forgerock/openidm-v4/openidm-jetty-fragment/src/main/java/org/forgerock/openidm/jetty/
H A DParam.java135 String pwd = JettyPropertyUtil.getProperty("openidm.truststore.password", obfuscated);
136 if (pwd == null) {
137 pwd = getKeystorePassword(obfuscated);
139 return pwd;
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DPlatform.java158 * @param pwd
164 char[] pwd) throws KeyStoreException
175 ks.store(fs, pwd);
201 * @param pwd
209 String alias, char[] pwd, String certPath) throws KeyStoreException
218 ks.load(null, pwd);
236 ks.store(fileOutStream, pwd);
263 * @param pwd
274 String ksType, String ksPath, String alias, char[] pwd, String dn,
282 ks.load(null, pwd);
163 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
208 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
273 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
479 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
501 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
532 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DPlatform.java158 * @param pwd
164 char[] pwd) throws KeyStoreException
175 ks.store(fs, pwd);
201 * @param pwd
209 String alias, char[] pwd, String certPath) throws KeyStoreException
218 ks.load(null, pwd);
236 ks.store(fileOutStream, pwd);
263 * @param pwd
274 String ksType, String ksPath, String alias, char[] pwd, String dn,
282 ks.load(null, pwd);
163 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
208 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
273 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
479 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
501 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
532 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java69 private JPasswordField pwd; field in class:LoginPanel
130 pwd = Utilities.createPasswordField();
133 add(pwd, gbc);
143 return pwd;
162 pwd.setText("");
189 if (pwd.getPassword().length == 0)
223 String.valueOf(pwd.getPassword()));
383 pwd.setSelectionStart(0);
384 pwd.setSelectionEnd(pwd
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java68 private JPasswordField pwd; field in class:LoginPanel
129 pwd = Utilities.createPasswordField();
132 add(pwd, gbc);
142 return pwd;
161 pwd.setText("");
188 if (pwd.getPassword().length == 0)
222 String.valueOf(pwd.getPassword()));
382 pwd.setSelectionStart(0);
383 pwd.setSelectionEnd(pwd
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java69 private JPasswordField pwd; field in class:LoginPanel
130 pwd = Utilities.createPasswordField();
133 add(pwd, gbc);
143 return pwd;
162 pwd.setText("");
189 if (pwd.getPassword().length == 0)
223 String.valueOf(pwd.getPassword()));
383 pwd.setSelectionStart(0);
384 pwd.setSelectionEnd(pwd
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java68 private JPasswordField pwd; field in class:LoginPanel
129 pwd = Utilities.createPasswordField();
132 add(pwd, gbc);
142 return pwd;
161 pwd.setText("");
188 if (pwd.getPassword().length == 0)
222 String.valueOf(pwd.getPassword()));
382 pwd.setSelectionStart(0);
383 pwd.setSelectionEnd(pwd
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java69 private JPasswordField pwd; field in class:LoginPanel
130 pwd = Utilities.createPasswordField();
133 add(pwd, gbc);
143 return pwd;
162 pwd.setText("");
189 if (pwd.getPassword().length == 0)
223 String.valueOf(pwd.getPassword()));
383 pwd.setSelectionStart(0);
384 pwd.setSelectionEnd(pwd
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java69 private JPasswordField pwd; field in class:LoginPanel
128 pwd = Utilities.createPasswordField();
131 add(pwd, gbc);
140 return pwd;
156 pwd.setText("");
182 if (pwd.getPassword().length == 0)
215 String.valueOf(pwd.getPassword()));
366 pwd.setSelectionStart(0);
367 pwd.setSelectionEnd(pwd
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPlatform.java167 * @param pwd
173 char[] pwd) throws KeyStoreException
184 ks.store(fs, pwd);
210 * @param pwd
218 String alias, char[] pwd, String certPath) throws KeyStoreException
227 ks.load(null, pwd);
245 ks.store(fileOutStream, pwd);
272 * @param pwd
283 String ksType, String ksPath, String alias, char[] pwd, String dn,
291 ks.load(null, pwd);
172 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
217 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
282 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
488 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
510 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
541 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DPlatform.java168 * @param pwd
174 char[] pwd) throws KeyStoreException
185 ks.store(fs, pwd);
211 * @param pwd
219 String alias, char[] pwd, String certPath) throws KeyStoreException
228 ks.load(null, pwd);
246 ks.store(fileOutStream, pwd);
273 * @param pwd
284 String ksType, String ksPath, String alias, char[] pwd, String dn,
292 ks.load(null, pwd);
173 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
218 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
283 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
489 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
511 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
542 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPlatform.java167 * @param pwd
173 char[] pwd) throws KeyStoreException
184 ks.store(fs, pwd);
210 * @param pwd
218 String alias, char[] pwd, String certPath) throws KeyStoreException
227 ks.load(null, pwd);
245 ks.store(fileOutStream, pwd);
272 * @param pwd
283 String ksType, String ksPath, String alias, char[] pwd, String dn,
291 ks.load(null, pwd);
172 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
217 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
282 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
488 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
510 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
541 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DPlatform.java263 char[] pwd) throws KeyStoreException
275 ks.store(fs, pwd);
287 String alias, char[] pwd, String certPath) throws KeyStoreException
296 ks.load(null, pwd);
316 ks.store(fileOutStream, pwd);
329 String ksType, String ksPath, KeyType keyType, String alias, char[] pwd, String dn,
337 ks.load(null, pwd);
360 ks.setKeyEntry(alias , (PrivateKey) certAndKeyGetPrivateKey.invoke(keypair), pwd, certificateChain);
362 ks.store(fileOutStream, pwd);
493 * @param pwd
262 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
286 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
328 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, KeyType keyType, String alias, char[] pwd, String dn, int validity) argument
500 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
522 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
555 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, KeyType keyType, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/connect/
H A DDSConnectValidation.java127 String pwd = null;
148 pwd = getPropertyStringValue(dsAttrs, LDAPv3Config_AUTHPW);
154 doConnect(ldapServer, ldapPort, type, id, pwd);
176 String pwd
178 try (Connection conn = getLDAPConnection(ldapServer, ldapPort, type, id, pwd)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMChangeUserPasswordViewBean.java209 String pwd = (String) propertySheetModel.getValue(ATTR_PASSWORD);
212 pwd = pwd.trim();
214 if (pwd.length() == 0) {
217 } else if (!pwd.equals(reenter)) {
228 model.changePwd(userId, oldPwd, pwd);
240 model.changePassword(userId, pwd);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMChangeUserPasswordViewBean.java209 String pwd = (String) propertySheetModel.getValue(ATTR_PASSWORD);
212 pwd = pwd.trim();
214 if (pwd.length() == 0) {
217 } else if (!pwd.equals(reenter)) {
228 model.changePwd(userId, oldPwd, pwd);
240 model.changePassword(userId, pwd);

Completed in 2497 milliseconds

12345678910