Searched defs:attrTransformation (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java122 private static AttributeType attrTransformation; field in class:CryptoManagerImpl
238 attrTransformation = DirectoryServer.getAttributeType(
1179 entry.getAttributeValue(attrTransformation,
1756 attrList.add(Attributes.create(attrTransformation,
1757 AttributeValues.create(attrTransformation,
1759 userAttrs.put(attrTransformation, attrList);
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java119 private static AttributeType attrTransformation; field in class:CryptoManagerImpl
241 attrTransformation = DirectoryServer.getAttributeType(
1171 entry.getAttributeValue(attrTransformation,
1755 attrList.add(Attributes.create(attrTransformation,
1756 AttributeValues.create(attrTransformation,
1758 userAttrs.put(attrTransformation, attrList);
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java122 private static AttributeType attrTransformation; field in class:CryptoManagerImpl
238 attrTransformation = DirectoryServer.getAttributeType(
1179 entry.getAttributeValue(attrTransformation,
1756 attrList.add(Attributes.create(attrTransformation,
1757 AttributeValues.create(attrTransformation,
1759 userAttrs.put(attrTransformation, attrList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java122 private static AttributeType attrTransformation; field in class:CryptoManagerImpl
238 attrTransformation = DirectoryServer.getAttributeType(
1179 entry.getAttributeValue(attrTransformation,
1756 attrList.add(Attributes.create(attrTransformation,
1757 AttributeValues.create(attrTransformation,
1759 userAttrs.put(attrTransformation, attrList);
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java119 private static AttributeType attrTransformation; field in class:CryptoManagerImpl
241 attrTransformation = DirectoryServer.getAttributeType(
1171 entry.getAttributeValue(attrTransformation,
1755 attrList.add(Attributes.create(attrTransformation,
1756 AttributeValues.create(attrTransformation,
1758 userAttrs.put(attrTransformation, attrList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java124 private static AttributeType attrTransformation; field in class:CryptoManagerImpl
239 attrTransformation = DirectoryServer.getAttributeTypeOrNull(ATTR_CRYPTO_CIPHER_TRANSFORMATION_NAME);
1588 putSingleValueAttribute(userAttrs, attrTransformation, keyEntry.getType());

Completed in 56 milliseconds