Searched defs:passwords (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/ |
H A D | SambaPasswordPlugin.java | 711 // Get the name of the entry and clear passwords from the operation 814 * If the passwords are changed in clear text they will be available with 816 * null. The list of passwords should not be modified. 818 final List<AttributeValue> passwords = modifyOperation.getNewPasswords(); 826 if (passwords == null) 879 processModification(modifyOperation, passwords); 1052 * @param passwords 1058 final List<AttributeValue> passwords) 1062 final String password = passwords.get(passwords 1056 processModification( final PreOperationModifyOperation modifyOperation, final List<AttributeValue> passwords) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/plugins/ |
H A D | SambaPasswordPlugin.java | 710 // Get the name of the entry and clear passwords from the operation 813 * If the passwords are changed in clear text they will be available with 815 * null. The list of passwords should not be modified. 817 final List<AttributeValue> passwords = modifyOperation.getNewPasswords(); 825 if (passwords == null) 878 processModification(modifyOperation, passwords); 1051 * @param passwords 1057 final List<AttributeValue> passwords) 1061 final String password = passwords.get(passwords 1055 processModification( final PreOperationModifyOperation modifyOperation, final List<AttributeValue> passwords) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/ |
H A D | SambaPasswordPlugin.java | 711 // Get the name of the entry and clear passwords from the operation 814 * If the passwords are changed in clear text they will be available with 816 * null. The list of passwords should not be modified. 818 final List<AttributeValue> passwords = modifyOperation.getNewPasswords(); 826 if (passwords == null) 879 processModification(modifyOperation, passwords); 1052 * @param passwords 1058 final List<AttributeValue> passwords) 1062 final String password = passwords.get(passwords 1056 processModification( final PreOperationModifyOperation modifyOperation, final List<AttributeValue> passwords) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/ |
H A D | SambaPasswordPlugin.java | 711 // Get the name of the entry and clear passwords from the operation 814 * If the passwords are changed in clear text they will be available with 816 * null. The list of passwords should not be modified. 818 final List<AttributeValue> passwords = modifyOperation.getNewPasswords(); 826 if (passwords == null) 879 processModification(modifyOperation, passwords); 1052 * @param passwords 1058 final List<AttributeValue> passwords) 1062 final String password = passwords.get(passwords 1056 processModification( final PreOperationModifyOperation modifyOperation, final List<AttributeValue> passwords) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/ |
H A D | SambaPasswordPlugin.java | 710 // Get the name of the entry and clear passwords from the operation 813 * If the passwords are changed in clear text they will be available with 815 * null. The list of passwords should not be modified. 817 final List<AttributeValue> passwords = modifyOperation.getNewPasswords(); 825 if (passwords == null) 878 processModification(modifyOperation, passwords); 1051 * @param passwords 1057 final List<AttributeValue> passwords) 1061 final String password = passwords.get(passwords 1055 processModification( final PreOperationModifyOperation modifyOperation, final List<AttributeValue> passwords) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/ |
H A D | SambaPasswordPlugin.java | 684 // Get the name of the entry and clear passwords from the operation 782 * If the passwords are changed in clear text they will be available with 784 * null. The list of passwords should not be modified. 786 final List<ByteString> passwords = modifyOperation.getNewPasswords(); 794 if (passwords == null) 845 processModification(modifyOperation, passwords); 998 * @param passwords 1004 final List<ByteString> passwords) 1007 final String password = passwords.get(passwords 1002 processModification( final PreOperationModifyOperation modifyOperation, final List<ByteString> passwords) argument [all...] |
Completed in 88 milliseconds