Searched defs:entryDN (Results 401 - 425 of 431) sorted by relevance

<<1112131415161718

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java125 protected String entryDN; field in class:AMObjectImpl
157 entryDN = dn;
158 rfcDN = DNUtils.normalizeDN(entryDN);
247 Map attributes = dsServices.getAttributes(token, entryDN, attrName,
267 Map attributes = dsServices.getAttributesByteValues(token, entryDN,
286 Map attributes = dsServices.getAttributes(token, entryDN,
302 Map attributes = dsServices.getAttributesFromDS(token, entryDN,
324 Map attributes = dsServices.getAttributesByteValues(token, entryDN,
367 return entryDN;
397 debug.message("AMObjectImpl.isExists(): DN=" + entryDN);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java50 public boolean doesEntryExists(String ssoToken, String entryDN) argument
56 public Map getDCTreeAttributes(String token, String entryDN, Set attrNames, argument
60 public Map getAttributes1(String token, String entryDN, int profileType) argument
63 public Map getAttributes2(String token, String entryDN, Set attrNames, argument
67 public Map getAttributesByteValues1(String token, String entryDN, argument
71 public Map getAttributesByteValues2(String token, String entryDN, argument
75 public Map getAttributes3(String token, String entryDN, argument
79 public Map getAttributes4(String token, String entryDN, Set attrNames, argument
83 public String getOrgSearchFilter(String entryDN) throws RemoteException; argument
85 public String getOrganizationDN(String token, String entryDN) argument
88 verifyAndGetOrgDN(String token, String entryDN, String childDN) argument
92 getExternalAttributes(String token, String entryDN, Set attrNames, int profileType) argument
105 removeEntry(String token, String entryDN, int objectType, boolean recursive, boolean softDelete) argument
113 search1(String token, String entryDN, String searchFilter, int searchScope) argument
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
129 setAttributes(String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
133 changePassword(String token, String entryDN, String attrName, String oldPassword, String newPassword) argument
138 getMembers(String token, String entryDN, int objectType) argument
141 renameEntry(String token, int objectType, String entryDN, String newName, boolean deleteOldName) argument
145 getGroupFilterAndScope(String token, String entryDN, int profileType) argument
149 setGroupFilter(String token, String entryDN, String filter) argument
157 getRegisteredServiceNames(String token, String entryDN) argument
165 unRegisterService(String token, String entryDN, int objectType, String serviceName, int type) argument
169 getAMTemplateDN(String token, String entryDN, int objectType, String serviceName, int type) argument
173 createAMTemplate(String token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
299 changePassword_idrepo(String token, String type, String entryDN, String attrName, String oldPassword, String newPassword, String amsdkDN) argument
[all...]
H A DDirectoryManagerImpl.java119 public String createAMTemplate(String token, String entryDN, argument
125 return dsServices.createAMTemplate(ssoToken, entryDN, objectType,
155 public boolean doesEntryExists(String token, String entryDN) argument
159 return dsServices.doesEntryExists(ssoToken, entryDN);
162 public String getAMTemplateDN(String token, String entryDN, int objectType, argument
168 return dsServices.getAMTemplateDN(ssoToken, entryDN, objectType,
180 public Map getAttributes3(String token, String entryDN, argument
186 return dsServices.getAttributes(ssoToken, entryDN,
197 public Map getAttributes1(String token, String entryDN, int profileType) argument
202 return dsServices.getAttributes(ssoToken, entryDN, profileTyp
213 getAttributes2( String token, String entryDN, Set attrNames, int profileType ) argument
234 getAttributesByteValues1( String token, String entryDN, int profileType ) argument
254 getAttributesByteValues2( String token, String entryDN, Set attrNames, int profileType ) argument
289 getDCTreeAttributes( String token, String entryDN, Set attrNames, boolean byteValues, int objectType ) argument
326 getExternalAttributes( String token, String entryDN, Set attrNames, int profileType ) argument
347 getGroupFilterAndScope( String token, String entryDN, int profileType ) argument
369 getMembers(String token, String entryDN, int objectType) argument
411 getOrganizationDN(String token, String entryDN) argument
427 verifyAndGetOrgDN( String token, String entryDN, String childDN ) argument
462 getOrgSearchFilter(String entryDN) argument
468 getRegisteredServiceNames(String token, String entryDN) argument
586 removeEntry( String token, String entryDN, int objectType, boolean recursive, boolean softDelete ) argument
608 renameEntry( String token, int objectType, String entryDN, String newName, boolean deleteOldName ) argument
630 search1( String token, String entryDN, String searchFilter, int searchScope ) argument
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
774 setAttributes( String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd ) argument
796 changePassword(String token, String entryDN, String attrName, String oldPassword, String newPassword) argument
814 setGroupFilter(String token, String entryDN, String filter) argument
830 unRegisterService( String token, String entryDN, int objectType, String serviceName, int type ) argument
916 getAttributes4( String token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType ) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java481 public ConditionResult hasSubordinates(DN entryDN) argument
502 public Entry getEntry(DN entryDN) throws DirectoryException argument
505 if (entryExists(entryDN))
507 return getSchemaEntry(entryDN, false, true);
518 * @param entryDN The DN to use for the generated entry.
525 public Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile) argument
527 return getSchemaEntry(entryDN, includeSchemaFile, false);
533 * @param entryDN The DN to use for the generated entry.
545 private Entry getSchemaEntry(DN entryDN, boolean includeSchemaFile, argument
552 RDN rdn = entryDN
704 entryExists(DN entryDN) argument
727 deleteEntry(DN entryDN, DeleteOperation deleteOperation) argument
[all...]
H A DChangelogBackend.java322 public Entry getEntry(final DN entryDN) throws DirectoryException argument
324 if (entryDN == null)
333 public ConditionResult hasSubordinates(final DN entryDN) throws DirectoryException argument
335 if (CHANGELOG_BASE_DN.equals(entryDN))
489 public void deleteEntry(DN entryDN, DeleteOperation deleteOperation) argument
493 ERR_BACKEND_DELETE_NOT_SUPPORTED.get(String.valueOf(entryDN), getBackendID()));
1291 * @param entryDN
1294 private static void logEncodingMessageError(String messageType, DN entryDN, Exception exception) argument
1299 + entryDN + "\" into an External Change Log entry: " + exception.getMessage()));
1340 addAttributeByType("entrydn", "entryDN", dnStrin
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryContainer.java659 * @param entryDN The distinguished name of the entry.
664 long getNumberOfChildren(final DN entryDN) throws StorageRuntimeException argument
673 final EntryID entryID = dn2id.get(txn, entryDN);
1434 DN entryDN = entry.getName();
1443 if (entryDN.size() == aBaseDN.size() + 1
1444 && entryDN.isDescendantOf(aBaseDN))
1451 if (entryDN.isDescendantOf(aBaseDN))
1457 && entryDN.size() > aBaseDN.size()
1458 && entryDN.isDescendantOf(aBaseDN))
1608 * @param entryDN Th
1617 deleteEntry(final DN entryDN, final DeleteOperation deleteOperation) argument
1792 entryExists(ReadableTransaction txn, final DN entryDN) argument
1801 entryExists(final DN entryDN) argument
1838 getEntry(final DN entryDN) argument
1865 getEntry0(ReadableTransaction txn, final DN entryDN) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DModifyOperationTestCase.java777 private ModifyOperation processModify(String entryDN, argument
781 return conn.processModify(ByteString.valueOfUtf8(entryDN), mods);
784 private ModifyOperation processModify(String entryDN, RawModification... mods) argument
787 return conn.processModify(ByteString.valueOfUtf8(entryDN), Arrays.asList(mods));
790 private ModifyOperation processModify(String entryDN, argument
794 return conn.processModify(ByteString.valueOfUtf8(entryDN), mods, requestControls);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java126 protected String entryDN; field in class:AMObjectImpl
158 entryDN = dn;
159 rfcDN = DNUtils.normalizeDN(entryDN);
248 Map attributes = dsServices.getAttributes(token, entryDN, attrName,
268 Map attributes = dsServices.getAttributesByteValues(token, entryDN,
287 Map attributes = dsServices.getAttributes(token, entryDN,
303 Map attributes = dsServices.getAttributesFromDS(token, entryDN,
325 Map attributes = dsServices.getAttributesByteValues(token, entryDN,
368 return entryDN;
398 debug.message("AMObjectImpl.isExists(): DN=" + entryDN);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java50 public boolean doesEntryExists(String ssoToken, String entryDN) argument
56 public Map getDCTreeAttributes(String token, String entryDN, Set attrNames, argument
60 public Map getAttributes1(String token, String entryDN, int profileType) argument
63 public Map getAttributes2(String token, String entryDN, Set attrNames, argument
67 public Map getAttributesByteValues1(String token, String entryDN, argument
71 public Map getAttributesByteValues2(String token, String entryDN, argument
75 public Map getAttributes3(String token, String entryDN, argument
79 public Map getAttributes4(String token, String entryDN, Set attrNames, argument
83 public String getOrgSearchFilter(String entryDN) throws RemoteException; argument
85 public String getOrganizationDN(String token, String entryDN) argument
88 verifyAndGetOrgDN(String token, String entryDN, String childDN) argument
92 getExternalAttributes(String token, String entryDN, Set attrNames, int profileType) argument
105 removeEntry(String token, String entryDN, int objectType, boolean recursive, boolean softDelete) argument
113 search1(String token, String entryDN, String searchFilter, int searchScope) argument
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
129 setAttributes(String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
133 changePassword(String token, String entryDN, String attrName, String oldPassword, String newPassword) argument
138 getMembers(String token, String entryDN, int objectType) argument
141 renameEntry(String token, int objectType, String entryDN, String newName, boolean deleteOldName) argument
145 getGroupFilterAndScope(String token, String entryDN, int profileType) argument
149 setGroupFilter(String token, String entryDN, String filter) argument
157 getRegisteredServiceNames(String token, String entryDN) argument
165 unRegisterService(String token, String entryDN, int objectType, String serviceName, int type) argument
169 getAMTemplateDN(String token, String entryDN, int objectType, String serviceName, int type) argument
173 createAMTemplate(String token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
299 changePassword_idrepo(String token, String type, String entryDN, String attrName, String oldPassword, String newPassword, String amsdkDN) argument
[all...]
H A DDirectoryManagerImpl.java119 public String createAMTemplate(String token, String entryDN, argument
125 return dsServices.createAMTemplate(ssoToken, entryDN, objectType,
155 public boolean doesEntryExists(String token, String entryDN) argument
159 return dsServices.doesEntryExists(ssoToken, entryDN);
162 public String getAMTemplateDN(String token, String entryDN, int objectType, argument
168 return dsServices.getAMTemplateDN(ssoToken, entryDN, objectType,
180 public Map getAttributes3(String token, String entryDN, argument
186 return dsServices.getAttributes(ssoToken, entryDN,
197 public Map getAttributes1(String token, String entryDN, int profileType) argument
202 return dsServices.getAttributes(ssoToken, entryDN, profileTyp
213 getAttributes2( String token, String entryDN, Set attrNames, int profileType ) argument
234 getAttributesByteValues1( String token, String entryDN, int profileType ) argument
254 getAttributesByteValues2( String token, String entryDN, Set attrNames, int profileType ) argument
289 getDCTreeAttributes( String token, String entryDN, Set attrNames, boolean byteValues, int objectType ) argument
326 getExternalAttributes( String token, String entryDN, Set attrNames, int profileType ) argument
347 getGroupFilterAndScope( String token, String entryDN, int profileType ) argument
369 getMembers(String token, String entryDN, int objectType) argument
411 getOrganizationDN(String token, String entryDN) argument
427 verifyAndGetOrgDN( String token, String entryDN, String childDN ) argument
462 getOrgSearchFilter(String entryDN) argument
468 getRegisteredServiceNames(String token, String entryDN) argument
586 removeEntry( String token, String entryDN, int objectType, boolean recursive, boolean softDelete ) argument
608 renameEntry( String token, int objectType, String entryDN, String newName, boolean deleteOldName ) argument
630 search1( String token, String entryDN, String searchFilter, int searchScope ) argument
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
774 setAttributes( String token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd ) argument
796 changePassword(String token, String entryDN, String attrName, String oldPassword, String newPassword) argument
814 setGroupFilter(String token, String entryDN, String filter) argument
830 unRegisterService( String token, String entryDN, int objectType, String serviceName, int type ) argument
916 getAttributes4( String token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType ) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1917 DN entryDN = addOperation.getEntryDN();
1918 DN parentDnFromEntryDn = entryDN.getParentDNInSuffix();
2424 DN entryDN = entryToRename.getDN();
2426 entryDN, freedDN.getRDN(), freedDN.getParent(), false);
2432 ERR_COULD_NOT_SOLVE_CONFLICT.get(entryDN.toString(), res.toString());
3078 DN entryDN = op.getEntryDN();
3088 newSuperior = entryDN.getParent();
3272 * @param entryDN The DN of the entry whose child must be renamed.
3276 String entryUUID, DN entryDN, Operation conflictOp)
3288 conn.processSearch(entryDN, SearchScop
3275 findAndRenameChild( String entryUUID, DN entryDN, Operation conflictOp) argument
3625 runSaveGenerationId(DN entryDN, long generationId) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DChangelogBackend.java361 public Entry getEntry(final DN entryDN) throws DirectoryException argument
363 if (entryDN == null)
373 public ConditionResult hasSubordinates(final DN entryDN) throws DirectoryException argument
375 if (CHANGELOG_BASE_DN.equals(entryDN))
417 public long numSubordinates(final DN entryDN, final boolean subtree) throws DirectoryException argument
529 public void deleteEntry(DN entryDN, DeleteOperation deleteOperation) argument
533 ERR_BACKEND_DELETE_NOT_SUPPORTED.get(String.valueOf(entryDN), getBackendID()));
1438 * @param entryDN
1441 private static void logEncodingMessageError(String messageType, DN entryDN, Exception exception) argument
1446 + entryDN
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1704 DN entryDN = addOperation.getEntryDN();
1705 DN parentDnFromEntryDn = entryDN.getParentDNInSuffix();
2182 DN entryDN = entryToRename.getDN();
2184 entryDN, freedDN.getRDN(), freedDN.getParent(), false);
2190 entryDN.toString(), res.toString()));
2799 DN entryDN = op.getEntryDN();
2809 newSuperior = entryDN.getParent();
2990 * @param entryDN The DN of the entry whose child must be renamed.
2993 private boolean findAndRenameChild(DN entryDN, Operation conflictOp) argument
3008 conn.processSearch(entryDN, SearchScop
3267 runSaveGenerationId(DN entryDN, long generationId) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1938 DN entryDN = addOperation.getEntryDN();
1939 DN parentDnFromEntryDn = entryDN.getParentDNInSuffix();
2439 DN entryDN = entryToRename.getDN();
2441 entryDN, freedDN.getRDN(), freedDN.getParent(), false);
2447 ERR_COULD_NOT_SOLVE_CONFLICT.get(entryDN.toString(), res.toString());
3099 DN entryDN = op.getEntryDN();
3109 newSuperior = entryDN.getParent();
3293 * @param entryDN The DN of the entry whose child must be renamed.
3297 String entryUUID, DN entryDN, Operation conflictOp)
3309 conn.processSearch(entryDN, SearchScop
3296 findAndRenameChild( String entryUUID, DN entryDN, Operation conflictOp) argument
3646 runSaveGenerationId(DN entryDN, long generationId) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1917 DN entryDN = addOperation.getEntryDN();
1918 DN parentDnFromEntryDn = entryDN.getParentDNInSuffix();
2424 DN entryDN = entryToRename.getDN();
2426 entryDN, freedDN.getRDN(), freedDN.getParent(), false);
2432 ERR_COULD_NOT_SOLVE_CONFLICT.get(entryDN.toString(), res.toString());
3078 DN entryDN = op.getEntryDN();
3088 newSuperior = entryDN.getParent();
3272 * @param entryDN The DN of the entry whose child must be renamed.
3276 String entryUUID, DN entryDN, Operation conflictOp)
3288 conn.processSearch(entryDN, SearchScop
3275 findAndRenameChild( String entryUUID, DN entryDN, Operation conflictOp) argument
3625 runSaveGenerationId(DN entryDN, long generationId) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DChangelogBackend.java361 public Entry getEntry(final DN entryDN) throws DirectoryException argument
363 if (entryDN == null)
373 public ConditionResult hasSubordinates(final DN entryDN) throws DirectoryException argument
375 if (CHANGELOG_BASE_DN.equals(entryDN))
417 public long numSubordinates(final DN entryDN, final boolean subtree) throws DirectoryException argument
529 public void deleteEntry(DN entryDN, DeleteOperation deleteOperation) argument
533 ERR_BACKEND_DELETE_NOT_SUPPORTED.get(String.valueOf(entryDN), getBackendID()));
1438 * @param entryDN
1441 private static void logEncodingMessageError(String messageType, DN entryDN, Exception exception) argument
1446 + entryDN
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1704 DN entryDN = addOperation.getEntryDN();
1705 DN parentDnFromEntryDn = entryDN.getParentDNInSuffix();
2182 DN entryDN = entryToRename.getDN();
2184 entryDN, freedDN.getRDN(), freedDN.getParent(), false);
2190 entryDN.toString(), res.toString()));
2799 DN entryDN = op.getEntryDN();
2809 newSuperior = entryDN.getParent();
2990 * @param entryDN The DN of the entry whose child must be renamed.
2993 private boolean findAndRenameChild(DN entryDN, Operation conflictOp) argument
3008 conn.processSearch(entryDN, SearchScop
3267 runSaveGenerationId(DN entryDN, long generationId) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java453 * @param entryDN
455 * @return true if the entryDN exists in the directory, false otherwise
457 public boolean doesEntryExists(SSOToken token, String entryDN) { argument
460 entryDN));
469 if (entryDN.indexOf("agents") < 0) {
566 + "token, entryDN, cachedAttributes)- DN: "
575 + "token, entryDN, cachedAttributes)- DN: " + dn
586 * Gets the attributes for this entryDN from the corresponding DC Tree node.
591 * @param entryDN
603 public Map getDCTreeAttributes(SSOToken token, String entryDN, argument
644 getAttributes(SSOToken token, String entryDN, int profileType) argument
652 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
661 getAttributesFromDS(SSOToken token, String entryDN, Set attrNames, int profileType) argument
669 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
678 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
705 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
750 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
779 getAttributesFromDS(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
823 getOrgSearchFilter(String entryDN) argument
854 getOrganizationDN(SSOToken token, String entryDN) argument
887 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
1581 processPreDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument
1606 processPostDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument
1644 removeEntry(SSOToken token, String entryDN, int objectType, boolean recursive, boolean softDelete) argument
1685 removeSingleEntry(SSOToken token, String entryDN, int objectType, boolean softDelete) argument
1762 removeSubtree(SSOToken token, String entryDN, boolean softDelete) argument
1965 search(SSOToken token, String entryDN, String searchFilter, int searchScope) argument
2123 search(SSOToken token, String entryDN, String searchFilter, SearchControl searchControl, String attrNames[]) argument
2198 getMembers(SSOToken token, String entryDN, int objectType) argument
2281 renameEntry(SSOToken token, int objectType, String entryDN, String newName, boolean deleteOldName) argument
2318 setDCTreeAttributes(SSOToken token, String entryDN, Map attributes, int objectType) argument
2337 processPostModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument
2360 processPreModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument
2399 modifyAndSaveEntry(SSOToken token, String entryDN, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
2455 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
2562 changePassword(SSOToken token, String entryDN, String attrName, String oldPassword, String newPassword) argument
2582 getGroupFilterAndScope(SSOToken token, String entryDN, int profileType) argument
2620 setGroupFilter(SSOToken token, String entryDN, String filter) argument
2919 getRegisteredServiceNames(SSOToken token, String entryDN) argument
3073 unRegisterService(SSOToken token, String entryDN, int objectType, String serviceName, int type) argument
3145 getAMTemplateDN(SSOToken token, String entryDN, int objectType, String serviceName, int type) argument
3197 createAMTemplate(SSOToken token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
3297 createCOSTemplate(String serviceID, AttrSet attrset, String entryDN) argument
3386 validateAttributeUniqueness(String entryDN, int profileType, boolean newEntry, Map modMap) argument
3748 verifyAndGetOrgDN(SSOToken token, String entryDN, String childDN) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java1681 DN entryDN = addOperation.getEntryDN();
1682 DN parentDnFromEntryDn = entryDN.getParentDNInSuffix();
2161 DN entryDN = entryToRename.getName();
2163 entryDN, freedDN.rdn(), freedDN.parent(), false);
2168 logger.error(ERR_COULD_NOT_SOLVE_CONFLICT, entryDN, res);
2750 DN entryDN = op.getEntryDN();
2760 newSuperior = entryDN.parent();
2938 * @param entryDN The DN of the entry whose child must be renamed.
2941 private boolean findAndRenameChild(DN entryDN, Operation conflictOp) argument
2951 final SearchRequest request = newSearchRequest(entryDN, SearchScop
3190 runSaveGenerationId(DN entryDN, long generationId) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java453 * @param entryDN
455 * @return true if the entryDN exists in the directory, false otherwise
457 public boolean doesEntryExists(SSOToken token, String entryDN) { argument
460 entryDN));
469 if (entryDN.indexOf("agents") < 0) {
566 + "token, entryDN, cachedAttributes)- DN: "
575 + "token, entryDN, cachedAttributes)- DN: " + dn
586 * Gets the attributes for this entryDN from the corresponding DC Tree node.
591 * @param entryDN
603 public Map getDCTreeAttributes(SSOToken token, String entryDN, argument
644 getAttributes(SSOToken token, String entryDN, int profileType) argument
652 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
661 getAttributesFromDS(SSOToken token, String entryDN, Set attrNames, int profileType) argument
669 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
678 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
705 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
750 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
779 getAttributesFromDS(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
823 getOrgSearchFilter(String entryDN) argument
854 getOrganizationDN(SSOToken token, String entryDN) argument
887 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
1581 processPreDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument
1606 processPostDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument
1644 removeEntry(SSOToken token, String entryDN, int objectType, boolean recursive, boolean softDelete) argument
1685 removeSingleEntry(SSOToken token, String entryDN, int objectType, boolean softDelete) argument
1762 removeSubtree(SSOToken token, String entryDN, boolean softDelete) argument
1965 search(SSOToken token, String entryDN, String searchFilter, int searchScope) argument
2123 search(SSOToken token, String entryDN, String searchFilter, SearchControl searchControl, String attrNames[]) argument
2198 getMembers(SSOToken token, String entryDN, int objectType) argument
2281 renameEntry(SSOToken token, int objectType, String entryDN, String newName, boolean deleteOldName) argument
2318 setDCTreeAttributes(SSOToken token, String entryDN, Map attributes, int objectType) argument
2337 processPostModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument
2360 processPreModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument
2399 modifyAndSaveEntry(SSOToken token, String entryDN, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
2455 setAttributes(SSOToken token, String entryDN, int objectType, Map stringAttributes, Map byteAttributes, boolean isAdd) argument
2562 changePassword(SSOToken token, String entryDN, String attrName, String oldPassword, String newPassword) argument
2582 getGroupFilterAndScope(SSOToken token, String entryDN, int profileType) argument
2620 setGroupFilter(SSOToken token, String entryDN, String filter) argument
2919 getRegisteredServiceNames(SSOToken token, String entryDN) argument
3073 unRegisterService(SSOToken token, String entryDN, int objectType, String serviceName, int type) argument
3145 getAMTemplateDN(SSOToken token, String entryDN, int objectType, String serviceName, int type) argument
3197 createAMTemplate(SSOToken token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
3297 createCOSTemplate(String serviceID, AttrSet attrset, String entryDN) argument
3386 validateAttributeUniqueness(String entryDN, int profileType, boolean newEntry, Map modMap) argument
3748 verifyAndGetOrgDN(SSOToken token, String entryDN, String childDN) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1515 DN entryDN = entry.getDN();
1517 EntryID oldID = dn2id.get(null, entryDN, LockMode.DEFAULT);
1526 if (!dnSanityCheck(entryDN, entry, suffix))
1528 suffix.removePending(entryDN);
1532 suffix.removePending(entryDN);
1533 processDN2ID(suffix, entryDN, entryID);
1537 suffix.removePending(entryDN);
1643 DN entryDN = entry.getDN();
1646 if (!dnSanityCheck(entryDN, entry, suffix))
1648 suffix.removePending(entryDN);
1661 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1483 DN entryDN = entry.getDN();
1485 EntryID oldID = dn2id.get(null, entryDN, LockMode.DEFAULT);
1494 if (!dnSanityCheck(entryDN, entry, suffix))
1496 suffix.removePending(entryDN);
1500 suffix.removePending(entryDN);
1501 processDN2ID(suffix, entryDN, entryID);
1505 suffix.removePending(entryDN);
1611 DN entryDN = entry.getDN();
1614 if (!dnSanityCheck(entryDN, entry, suffix))
1616 suffix.removePending(entryDN);
1629 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1483 DN entryDN = entry.getDN();
1485 EntryID oldID = dn2id.get(null, entryDN, LockMode.DEFAULT);
1494 if (!dnSanityCheck(entryDN, entry, suffix))
1496 suffix.removePending(entryDN);
1500 suffix.removePending(entryDN);
1501 processDN2ID(suffix, entryDN, entryID);
1505 suffix.removePending(entryDN);
1611 DN entryDN = entry.getDN();
1614 if (!dnSanityCheck(entryDN, entry, suffix))
1616 suffix.removePending(entryDN);
1629 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1515 DN entryDN = entry.getDN();
1517 EntryID oldID = dn2id.get(null, entryDN, LockMode.DEFAULT);
1526 if (!dnSanityCheck(entryDN, entry, suffix))
1528 suffix.removePending(entryDN);
1532 suffix.removePending(entryDN);
1533 processDN2ID(suffix, entryDN, entryID);
1537 suffix.removePending(entryDN);
1643 DN entryDN = entry.getDN();
1646 if (!dnSanityCheck(entryDN, entry, suffix))
1648 suffix.removePending(entryDN);
1661 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1483 DN entryDN = entry.getDN();
1485 EntryID oldID = dn2id.get(null, entryDN, LockMode.DEFAULT);
1494 if (!dnSanityCheck(entryDN, entry, suffix))
1496 suffix.removePending(entryDN);
1500 suffix.removePending(entryDN);
1501 processDN2ID(suffix, entryDN, entryID);
1505 suffix.removePending(entryDN);
1611 DN entryDN = entry.getDN();
1614 if (!dnSanityCheck(entryDN, entry, suffix))
1616 suffix.removePending(entryDN);
1629 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
[all...]

Completed in 186 milliseconds

<<1112131415161718